
Ultimate access to all questions.
A company is hosting a globally popular online game on AWS, with game servers located in the us-west-2 Region and an Elastic Load Balancer distributing client traffic. Users are experiencing responsiveness issues, leading to declining replay rates and subscriber loss. To address this, the company plans to deploy game servers across 11 additional AWS Regions to minimize network round-trip times for game clients.
What DNS solution using Amazon Route 53 should a network engineer implement to ensure user traffic is routed to game servers with the best possible response time?
A
Create Route 53 records for the Elastic Load Balancers in each Region. Specify a weighted routing policy. Calculate the weight by using the number of clients in each Region.
B
Create Route 53 records for the Elastic Load Balancers in each Region. Specify a latency routing policy. Set the Region to the Region where the Elastic Load Balancer is deployed.
C
Create Route 53 records for the Elastic Load Balancers in each Region. Specify a multivalue answer routing policy. Test latency from the game client, and connect to the server with the best response.
D
Create Route 53 records for the Elastic Load Balancers in each Region. Specify a geolocation routing policy. Set the location to the Region where the Elastic Load Balancer is deployed.