
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company is hosting a static website on Amazon S3 and is using Amazon Route 53 for DNS. The website is experiencing increased demand from around the world. The company must decrease latency for users who access the website.
Which solution meets these requirements MOST cost-effectively?
A
Replicate the S3 bucket that contains the website to all AWS Regions. Add Route 53 geolocation routing entries.
B
Provision accelerators in AWS Global Accelerator. Associate the supplied IP addresses with the S3 bucket. Edit the Route 53 entries to point to the IP addresses of the accelerators.
C
Add an Amazon CloudFront distribution in front of the S3 bucket. Edit the Route 53 entries to point to the CloudFront distribution.
D
Enable S3 Transfer Acceleration on the bucket. Edit the Route 53 entries to point to the new endpoint.
Explanation:
Correct Answer: C - Add an Amazon CloudFront distribution in front of the S3 bucket. Edit the Route 53 entries to point to the CloudFront distribution.
Amazon CloudFront is a Content Delivery Network (CDN) that caches static content at edge locations worldwide, reducing latency for global users.
Cost-effectiveness: CloudFront is specifically designed for this use case and is generally more cost-effective than:
Performance benefits:
Integration: CloudFront integrates seamlessly with S3 and Route 53, making it easy to implement.
Best Practice: For static websites hosted on S3 with global users, CloudFront is the recommended and most cost-effective solution for reducing latency.