
Answer-first summary for fast verification
Answer: Implement an Amazon Route 53 health check for each ALB. Create a Route 53 latency alias record that points to the two ALBs and set the 'Evaluate Target Health' value to 'Yes'.
The correct answer is D. To meet the requirements of fetching game assets from the closest region and providing a failover mechanism if the closest region becomes unavailable, you should use Amazon Route 53. Creating a Route 53 latency alias record pointing to the two ALBs ensures that game assets are fetched from the closest region, as Route 53 will direct the traffic based on the lowest latency. Additionally, configuring health checks for each ALB and setting the 'Evaluate Target Health' value to 'Yes' will enable failover to the other region if the closest region's assets become unavailable.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company developing a mobile game has set up game assets in two AWS Regions, with each Region's assets served by Amazon EC2 instances behind an Application Load Balancer (ALB). The company's requirement is to fetch game assets from the closest Region to minimize latency. In the event that the assets in the closest Region become unavailable, the assets should be fetched from the other Region as a failover mechanism. What solution should a solutions architect implement to meet these specific requirements?
A
Create an Amazon CloudFront distribution and configure an origin group containing one origin for each ALB. Designate one of the origins as the primary origin.
B
Set up an Amazon Route 53 health check for each ALB. Establish a Route 53 failover routing record that points to the two ALBs and set the 'Evaluate Target Health' value to 'Yes'.
C
Deploy two Amazon CloudFront distributions, each with one ALB as its origin. Create an Amazon Route 53 failover routing record that points to the two CloudFront distributions and set the 'Evaluate Target Health' value to 'Yes'.
D
Implement an Amazon Route 53 health check for each ALB. Create a Route 53 latency alias record that points to the two ALBs and set the 'Evaluate Target Health' value to 'Yes'.