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

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

Amazon S3 offers 99.999999999% durability and high availability, making it the most resilient and cost-effective choice for static website hosting compared to maintaining EC2 or Lightsail instances. Using an AWS CLI command to upload content is entirely free, whereas AWS Transfer for SFTP (Option D) charges an hourly fee for the SFTP endpoint, making Option C the most cost-effective approach.