A company uses AWS to host its public ecommerce website. The website uses an AWS Global Accelerator accelerator for traffic from the internet. The Global Accelerator accelerator forwards the traffic to an Application Load Balancer (ALB) that is the entry point for an Auto Scaling group. The company recently identified a DDoS attack on the website. The company needs a solution to mitigate future attacks. Which solution will meet these requirements with the LEAST implementation effort?
- AConfigure an AWS WAF web ACL for the Global Accelerator accelerator to block traffic by using rate-based rules
- BConfigure an AWS Lambda function to read the ALB metrics to block attacks by updating a VPC network ACL
- CConfigure an AWS WAF web ACL on the ALB to block traffic by using rate-based rules (correct answer)
- DConfigure an Amazon CloudFront distribution in front of the Global Accelerator accelerator
Reveal answer & explanationHide answer
The correct answer is C. Option C: Configure an AWS WAF web ACL on the ALB to block traffic by using rate-based rules
Explanation
AWS WAF protects web applications from common exploits and malicious requests. AWS Config tracks resource configuration changes and evaluates compliance.