Question 262:
Your online shopping web application is deployed in an AWS Auto Scaling group. An Application Load Balancer is used to distribute the traffic to the ASG. Recently there are frequent application layer DDoS attacks against the server. The attacker uses a botnet to perform an HTTP Flood attack that targets several components of the website. You perform some analysis and identify several IPs that generate the malicious traffic. Which of the following actions can block these IPs to mitigate the DDoS attack effectively?
Answer options:
A.Enable AWS Shield Advanced that identifies suspicious IP addresses, generates WAF ACL rules automatically and blocks the malicious traffic. B.Create a CloudFront distribution for your application. Configure an IP blacklist in the distribution. C.Configure an AWS WAF ACL that contains an IP match condition to block suspicious IPs. Deploy AWS WAF on the Application Load Balancer. D.Enable AWS Shield and in the meantime, create an AWS WAF ACL with a string match condition to block the bogus traffic.