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

An ecommerce company uses Amazon Route 53 as its DNS provider. The company hosts its website on premises and in the AWS Cloud. The company's on-premises data center is near the us-west-1 Region. The company uses the eu-central-1 Region to host the website. The company wants to minimize load time for the website as much as possible.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

A geolocation routing policy allows Amazon Route 53 to serve DNS queries based on the geographic location of the users, which effectively minimizes latency by directing users to the closest deployment. Simple routing cannot route traffic based on the user's location, and weighted routing would distribute traffic evenly regardless of geographic proximity, leading to higher load times. Latency routing is not suitable here because it requires resources inside AWS and cannot be associated directly with us-west-1 to route to an on-premises data center.