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

A company hosts historical weather records in Amazon S3. The records are downloaded from the company's website by a way of a URL that resolves to a domain name. Users all over the world access this content through subscriptions. A third-party provider hosts the company's root domain name, but the company recently migrated some of its services to Amazon Route 53. The company wants to consolidate contracts, reduce latency for users, and reduce costs related to serving the application to subscribers.
Which solution meets these requirements?

Answer options

Correct answer: B

Explanation

Answer B is correct because using an ALIAS record in Route 53 allows for seamless integration with CloudFront, reducing latency and costs by caching content closer to users. Option A is incorrect as a CNAME record cannot be used at the root domain level in Route 53. Options C and D involve unnecessary complexity with traffic policies and health checks that do not directly address the requirement for consolidating services and reducing latency.