AWS Certified Solutions Architect – Professional (SAP-C02) — Question 429

A company has developed a new release of a popular video game and wants to make it available for public download. The new release package is approximately 5 GB in size. The company provides downloads for existing releases from a Linux-based, publicly facing FTP site hosted in an on-premises data center. The company expects the new release will be downloaded by users worldwide. The company wants a solution that provides improved download performance and low transfer costs, regardless of a user's location.

Answer options

Correct answer: C

Explanation

Using Amazon S3 paired with Amazon CloudFront provides the most cost-effective and highest-performing solution because CloudFront caches the large game files at edge locations close to users worldwide. In contrast, running EC2 instances with EBS or EFS (Options A and B) introduces unnecessary compute management overhead and higher data transfer costs. Option D is incorrect because Requester Pays requires anonymous public users to authenticate with their own AWS credentials, which is inappropriate for a public game release.