AWS Certified Solutions Architect – Professional — Question 481

A company that is developing a mobile game is making game assets available in two AWS Regions. Game assets are served from a set of Amazon EC2 instances behind an Application Load Balancer (ALB) in each Region. The company requires game assets to be fetched from the closest Region. If game assets become unavailable in the closest Region, they should be fetched from the other Region.
What should a solutions architect do to meet these requirements?

Answer options

Correct answer: D

Explanation

Amazon Route 53 latency-based routing directs user traffic to the AWS Region that provides the lowest latency, satisfying the requirement to fetch assets from the closest Region. By associating Route 53 health checks with these latency records and enabling 'Evaluate Target Health', Route 53 will automatically stop routing traffic to an unhealthy Region and failover to the healthy ALB in the alternative Region. Failover routing alone does not route based on geographic proximity or latency under normal operating conditions, making the other options incorrect.