
Answer-first summary for fast verification
Answer: Deploy Amazon CloudFront with S3 as the origin.
The correct answer is D. Using Amazon CloudFront with the S3 bucket as its origin is the most efficient and effective solution for serving static content that is expected to receive millions of views from around the world. CloudFront is a content delivery network (CDN) that caches copies of your content at edge locations close to users around the globe, ensuring low latency and high transfer speeds while reducing the load on the originating S3 bucket.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A global event organizer needs to publish daily reports as static HTML pages, expecting millions of views worldwide. The reports are stored in an Amazon S3 bucket. What is the recommended solution for an efficient and scalable distribution system?
A
Generate presigned URLs for file access.
B
Implement cross-Region replication.
C
Utilize Amazon Route 53 geoproximity.
D
Deploy Amazon CloudFront with S3 as the origin.
No comments yet.