
Answer-first summary for fast verification
Answer: Deploy AWS WAF across both regions, linking web ACLs to API stages.
The correct answer is A: 'Deploy AWS WAF across both regions, linking web ACLs to API stages.' AWS Web Application Firewall (WAF) is a security service that helps protect web applications or APIs against common web exploits like SQL injection and cross-site scripting. Setting up WAF in both regions and associating it with API stages ensures that the APIs have comprehensive protection in place with minimal administrative overhead. This approach leverages managed rules and predefined protections, significantly reducing manual configuration and maintenance effort compared to other options.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A global company utilizes Amazon API Gateway for REST APIs serving its loyalty club in two regions: us-east-1 and ap-southeast-2. The task is to implement a minimal-effort solution to safeguard these APIs against SQL injection and XSS attacks across multiple accounts. Which approach should be adopted?
A
Deploy AWS WAF across both regions, linking web ACLs to API stages.
B
Implement AWS Firewall Manager in both regions for centralized AWS WAF rule configuration.
C
Activate AWS Shield in both regions, associating web ACLs with API stages.
D
Enable AWS Shield in one region, associating web ACLs with API stages.
No comments yet.