An ecommerce website was down for 1 hour following a DDoS attack. Users were unable to connect to the website during the attack period. The ecommerce company’s security team is worried about future potential attacks and wants to prepare for such events. The company needs to minimize downtime in its response to similar attacks in the future. Which steps would help achieve this? (Choose two.)
- AEnable Amazon GuardDuty to automatically monitor for malicious activity and block unauthorized access.
- BSubscribe to AWS Shield Advanced and reach out to AWS Support in the event of an attack. (correct answer)
- CUse VPC Flow Logs to monitor network traffic and an AWS Lambda function to automatically block an attacker’s IP using security groups.
- DSet up an Amazon EventBridge rule to monitor the AWS CloudTrail events in real time, use AWS Config rules to audit the configuration, and use AWS Systems Manager for remediation.
- EUse AWS WAF to create rules to respond to such attacks. (correct answer)
Reveal answer & explanationHide answer
The correct answer is B, E. Option B: Subscribe to AWS Shield Advanced and reach out to AWS Support in the event of an attack. Option E: Use AWS WAF to create rules to respond to such attacks.
Explanation
AWS WAF protects web applications from common exploits and malicious requests. AWS Shield provides managed DDoS protection.





