AWS Certified SysOps Administrator – Associate (legacy) — Question 507

A SysOps Administrator observes a large number of rogue HTTP requests on an Application Load Balancer (ALB). The requests originate from various IP addresses.
Which action should be taken to block this traffic?

Answer options

Correct answer: D

Explanation

AWS WAF rate-based rules are designed to automatically mitigate HTTP flood attacks by temporarily blocking IP addresses when they exceed a defined request limit. Amazon GuardDuty is a security monitoring and detection service rather than a real-time mitigation tool, and security groups have strict limits on rule capacity, making IP-by-IP blocking via AWS Lambda ineffective for distributed traffic. While Amazon CloudFront can cache content, it does not natively block malicious request spikes without AWS WAF integration.