Question 101:
You’ve been hired to enhance the overall security posture for a large e-commerce site. They have a well-architected, multi-tier application running in a VPC that uses ELBs in front of both the web and the app tier with static assets served directly from S3. They are using a combination of RDS and DynamoDB for their dynamic data and then archiving nightly into S3 for further processing with EMR. They are concerned because they found questionable log entries and a flood of superfluous requests for accessing the resources. You suspect that someone is performing a DDoS attack. How would you mitigate this kind of attack in the easiest and most cost-efficient way?
Answer options:
A.Recommend that they lease space at a DirectConnect partner location and establish a 1G DirectConnect connection to their VPC. Then they would establish Internet connectivity into their space, filter the traffic in hardware Web Application Firewall (WAF) and then pass the traffic through the DirectConnect connection into their application running in their VPC.B.Add previously identified host file source IPs as an explicit INBOUND DENY NACL to the web tier subnet. C.Enable AWS WAF to protect the application from the DDoS attack. D.Remove all but TLS 1 & 2 from the web tier ELB and enable Advanced Protocol Filtering. This will enable the ELB itself to perform WAF functionality.