SAA-C03 · Question #428
A company runs an application on a group of Amazon EC2 instances behind an Application Load Balancer (ALB). The company wants to protect the application against layer 7 DDoS attacks. Which solution wi
The correct answer is C. Create an AWS WAF web ACL and add an AWS managed rule. Associate the web ACL with the. Protecting an application from layer 7 (application layer) DDoS attacks is best achieved by using AWS WAF (Web Application Firewall), which provides customizable protection against common web exploits including DDoS attacks at the application layer. AWS WAF supports managed rule
Question
A company runs an application on a group of Amazon EC2 instances behind an Application Load Balancer (ALB). The company wants to protect the application against layer 7 DDoS attacks. Which solution will meet this requirement?
Options
- AAssociate AWS Shield Standard with the ALB.
- BCreate an AWS WAF web ACL and add a custom rule. Associate the web ACL with the ALB.
- CCreate an AWS WAF web ACL and add an AWS managed rule. Associate the web ACL with the
- DCreate an Amazon CloudFront distribution and set the ALB as the origin. Configure the
How the community answered
(34 responses)- A3% (1)
- B3% (1)
- C94% (32)
Explanation
Protecting an application from layer 7 (application layer) DDoS attacks is best achieved by using AWS WAF (Web Application Firewall), which provides customizable protection against common web exploits including DDoS attacks at the application layer. AWS WAF supports managed rule groups maintained by AWS, which offer robust, tested protections against OWASP top 10 vulnerabilities and common attack patterns without requiring extensive manual rule creation. While AWS Shield Standard provides basic network-layer DDoS protection automatically at no additional charge, it does not offer application-layer filtering capabilities. Therefore, option A alone is insufficient. Option B, involving only custom rules, requires significant operational overhead and expertise, whereas AWS managed rules offer a turnkey solution with ongoing updates from AWS security Option D, using CloudFront in front of the ALB, can provide additional protection benefits such as caching and geographic restrictions, but the question specifically asks for protecting against layer 7 DDoS on the ALB directly. CloudFront plus WAF is a valid enhanced solution, but the direct and recommended answer in AWS official documents is to use AWS WAF managed rules directly with ALB for application-level protection.
Community Discussion
No community discussion yet for this question.