
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 global company is using Amazon API Gateway to design REST APIs for its loyalty club users in the us-east-1 Region and the ap-southeast-2 Region. A solutions architect must design a solution to protect these API Gateway managed REST APIs across multiple accounts from SQL injection and cross-site scripting attacks.
Which solution will meet these requirements with the LEAST amount of administrative effort?
A
Set up AWS WAF in both Regions. Associate Regional web ACLs with an API stage.
B
Set up AWS Firewall Manager in both Regions. Centrally configure AWS WAF rules.
C
Set up AWS Shield in both Regions. Associate Regional web ACLs with an API stage.
D
Set up AWS Shield in one of the Regions. Associate Regional web ACLs with an API stage.
Explanation:
Correct Answer: B
Why Option B is correct:
Why other options are incorrect:
Option A: While AWS WAF can protect against SQL injection and XSS attacks, setting it up separately in both regions for multiple accounts would require manual configuration in each account and region, resulting in more administrative effort.
Option C & D: AWS Shield is a DDoS protection service, not designed to protect against SQL injection or cross-site scripting attacks. Shield protects against volumetric and application layer DDoS attacks, not injection attacks.
Key AWS Services:
Best Practice: For managing security policies across multiple AWS accounts, use AWS Firewall Manager to centrally manage AWS WAF rules, which provides the least administrative overhead while maintaining consistent security posture.