
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.
Organizers for a global event want to put daily reports online as static HTML pages. The pages are expected to generate millions of views from users around the world. The files are stored in an Amazon S3 bucket. A solutions architect has been asked to design an efficient and effective solution.
Which action should the solutions architect take to accomplish this?
A
Generate presigned URLs for the files.
B
Use cross-Region replication to all Regions.
C
Use the geoproximity feature of Amazon Route 53.
D
Use Amazon CloudFront with the S3 bucket as its origin.
Explanation:
Correct Answer: D - Use Amazon CloudFront with the S3 bucket as its origin.
Global Content Delivery: Amazon CloudFront is a Content Delivery Network (CDN) that caches static content at edge locations worldwide, delivering content to users with low latency from locations closest to them.
Scalability for Millions of Views: CloudFront is designed to handle massive traffic loads (millions of views) efficiently without requiring changes to the origin S3 bucket.
Cost-Effective: CloudFront reduces data transfer costs from S3 by caching content at edge locations, minimizing requests to the origin S3 bucket.
Performance Optimization: Static HTML pages are ideal for CDN caching, as they don't change frequently (daily reports).
A. Generate presigned URLs for the files.
B. Use cross-Region replication to all Regions.
C. Use the geoproximity feature of Amazon Route 53.
The optimal solution is to:
This architecture provides low latency, high availability, scalability, and cost-effectiveness for serving static content to a global audience.