AWS Certified Solutions Architect – Associate (SAA-C03) — Question 854

A company wants to migrate an application to AWS. The company wants to increase the application's current availability. The company wants to use AWS WAF in the application's architecture.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

AWS WAF can be integrated directly with an Application Load Balancer (ALB), but it cannot be attached to an Auto Scaling group or a placement group, ruling out options B and D. To ensure high availability, deploying an Auto Scaling group across multiple Availability Zones (Option A) is superior to deploying fixed EC2 instances (Option C) because it allows for automatic recovery and scaling. Therefore, using an Auto Scaling group with an ALB and attaching AWS WAF to the ALB is the correct solution.