AWS Certified Solutions Architect – Professional (SAP-C02) — Question 94

A company has developed a web application. The company is hosting the application on a group of Amazon EC2 instances behind an Application Load Balancer. The company wants to improve the security posture of the application and plans to use AWS WAF web ACLs. The solution must not adversely affect legitimate traffic to the application.

How should a solutions architect configure the web ACLs to meet these requirements?

Answer options

Correct answer: A

Explanation

The correct answer is A because setting the action to Count allows for monitoring and analysis of traffic without blocking legitimate requests initially. This gradual approach helps in identifying false positives before implementing a more restrictive action. Options B, C, and D either risk blocking legitimate traffic immediately or rely solely on predefined rules without prior analysis of traffic patterns.