
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 uses Amazon API Gateway to manage its REST APIs that third-party service providers access. The company must protect the REST APIs from SQL injection and cross-site scripting attacks.
What is the MOST operationally efficient solution that meets these requirements?
A
Configure AWS Shield.
B
Configure AWS WAF.
C
Set up API Gateway with an Amazon CloudFront distribution. Configure AWS Shield in CloudFront.
D
Set up API Gateway with an Amazon CloudFront distribution. Configure AWS WAF in CloudFront.
Explanation:
Correct Answer: D
Why Option D is correct:
Why other options are incorrect:
A. Configure AWS Shield:
B. Configure AWS WAF:
C. Set up API Gateway with CloudFront + AWS Shield:
Key AWS Services:
Best Practice: For protecting APIs from web exploits, the most operationally efficient approach is to use CloudFront as a front-end with AWS WAF enabled, which provides edge security and caching benefits.