
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company is designing a cloud communications platform that is driven by APIs. The application is hosted on Amazon EC2 instances behind a Network Load Balancer (NLB). The company uses Amazon API Gateway to provide external users with access to the application through APIs. The company wants to protect the platform against web exploits like SQL injection and also wants to detect and mitigate large, sophisticated DDoS attacks.
Which combination of solutions provides the MOST protection? (Choose two.)
A
Use AWS WAF to protect the NLB.
B
Use AWS Shield Advanced with the NLB.
C
Use AWS WAF to protect Amazon API Gateway.
D
Use Amazon GuardDuty with AWS Shield Standard.
E
Use AWS Shield Standard with Amazon API Gateway.
Explanation:
Why C (AWS WAF to protect Amazon API Gateway) is correct:
Why B (AWS Shield Advanced with the NLB) is correct:
Why other options are incorrect:
Architecture Flow: External Users → API Gateway (protected by AWS WAF) → NLB (protected by AWS Shield Advanced) → EC2 instances
This combination provides comprehensive protection: