AWS Certified Solutions Architect – Professional — Question 434

You are designing a social media site and are considering how to mitigate distributed denial-of-service (DDoS) attacks.
Which of the below are viable mitigation techniques? (Choose three.)

Answer options

Correct answer: C, D, E

Explanation

Amazon CloudFront (C) absorbs traffic at the AWS edge to protect backend resources, while Elastic Load Balancing combined with Auto Scaling (D) ensures the application can scale dynamically to handle sudden spikes in traffic. Setting up Amazon CloudWatch alarms (E) provides critical visibility by alerting administrators to unusual spikes in CPU and network usage. Other methods, such as adding ENIs, using dedicated instances, or managing OS-level firewalls, do not provide scalable or effective DDoS mitigation.