AWS Certified Solutions Architect – Associate (SAA-C02) — Question 27

A company hosts a static website on-premises and wants to migrate the website to AWS. The website should load as quickly as possible for users around the world. The company also wants the most cost-effective solution.
What should a solutions architect do to accomplish this?

Answer options

Correct answer: B

Explanation

The correct answer is B because using Amazon S3 to host static content combined with CloudFront as a CDN ensures rapid delivery of the website to users worldwide while minimizing costs. Option A does not use CloudFront, which is essential for efficient global content delivery. Options C and D involve EC2 instances, which are more expensive and less efficient for serving static websites compared to S3.