
Answer-first summary for fast verification
Answer: Amazon CloudFront web distribution in front of the S3 bucket.
Option B, deploying an Amazon CloudFront web distribution in front of the S3 bucket, is the most cost-effective solution. Amazon CloudFront is a content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency and high transfer speeds. By caching content in edge locations around the world, CloudFront reduces the load on the origin S3 bucket, thereby improving performance and reducing costs. The other options involve caching or accelerating web servers, which are less suitable for large-scale distribution of static media files.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A gaming company's browser-based application on AWS stores identical media files in S3, accessed by millions of users globally. To reduce the origin load while delivering these files efficiently, which AWS service should be used?
A
AWS Global Accelerator with an accelerator in front of web servers.
B
Amazon CloudFront web distribution in front of the S3 bucket.
C
Amazon ElastiCache for Redis in front of web servers.
D
Amazon ElastiCache for Memcached in front of web servers.
No comments yet.