AWS Certified Solutions Architect – Associate (SAA-C02) — Question 480

A company serves its website by using an Auto Scaling group of Amazon EC2 instances in a single AWS Region. The website does not require a database.
The company is expanding, and the company's engineering team deploys the website to a second Region. The company wants to distribute traffic across both
Regions to accommodate growth and for disaster recovery purposes. The solution should not serve traffic from a Region in which the website is unhealthy.
Which policy or resource should the company use to meet these requirements?

Answer options

Correct answer: B

Explanation

Amazon Route 53 multivalue answer routing allows you to return multiple IP addresses in response to DNS queries and integrates with Route 53 health checks to avoid routing traffic to unhealthy endpoints. Simple routing does not support health checks, which rules out option A. Options C and D are incorrect because Application Load Balancers are regional resources, and routing all traffic through a single ALB would introduce a single point of failure, failing to meet the disaster recovery requirement.