
Answer-first summary for fast verification
Answer: Implement an Amazon CloudFront distribution and update Route 53 accordingly.
The correct answer is C. Adding an Amazon CloudFront distribution in front of the S3 bucket helps reduce latency by caching the content at edge locations close to the users, leading to faster delivery of content. This is a cost-effective solution since CloudFront integrates seamlessly with S3 and provides global content delivery without the need to replicate the S3 bucket across all regions or use additional services like AWS Global Accelerator. This is also why it received the highest community vote.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company's static website hosted on Amazon S3 and using Amazon Route 53 for DNS is facing global demand growth. What is the most cost-effective solution to reduce latency for users worldwide?
A
Replicate the S3 bucket globally and use Route 53 geolocation routing.
B
Deploy AWS Global Accelerator and update Route 53 with accelerator IP addresses.
C
Implement an Amazon CloudFront distribution and update Route 53 accordingly.
D
Activate S3 Transfer Acceleration and update Route 53 to the new endpoint.