AWS Certified Solutions Architect – Associate (SAA-C03) — Question 194

A company hosts a marketing website in an on-premises data center. The website consists of static documents and runs on a single server. An administrator updates the website content infrequently and uses an SFTP client to upload new documents.

The company decides to host its website on AWS and to use Amazon CloudFront. The company’s solutions architect creates a CloudFront distribution. The solutions architect must design the most cost-effective and resilient architecture for website hosting to serve as the CloudFront origin.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because a private Amazon S3 bucket with a policy for CloudFront OAI ensures secure and cost-effective storage of static content while allowing CloudFront to serve the files efficiently. Option A is not optimal due to potential higher costs and maintenance of a virtual server. Option B introduces unnecessary complexity with scaling and load balancing for a static site, and Option D, while feasible, requires managing a public bucket which may expose the content directly.