An organization's web application is hosted on Amazon EC2 instances behind an Application Load Balancer (ALB). The application receives traffic forwarded from a third-party Content Delivery Network (CDN) provider. A SysOps administrator is configuring an AWS WAF Web ACL associated with the ALB to mitigate brute-force attempts on the login portal located at /admin/login. Because the CDN routes all traffic, the source IP of all incoming HTTP requests to the ALB is that of the CDN edge servers. The client's actual IP address is preserved in the X-Forwarded-For HTTP header.
Which of the following configuration steps should the administrator perform on the rate-based rule to block malicious clients while minimizing impact on legitimate traffic? (Select TWO.)
- Configure the rate-based rule to evaluate the IP address found in the X-Forwarded-For header.Cevap
- Define a scope-down statement within the rate-based rule to only match requests where the URI path is /admin/login.Cevap
- CConfigure an inbound Rule on the subnet Network Access Control List (NACL) to evaluate the HTTP header.
- DCreate a Route 53 Alias record to inspect the request path and dynamic header before routing traffic to the Application Load Balancer.
- ECreate an Amazon CloudWatch alarm based on ALB metrics to trigger an AWS Systems Manager Automation runbook that blocks individual client IPs.