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

A solutions architect is planning the deployment of a new static website. The solution must minimize costs and provide at least 99% availability. Which solution meets these requirements?

Answer options

Correct answer: A

Explanation

Hosting a static website on Amazon S3 is extremely cost-effective and inherently offers high availability (over 99%), making Option A the ideal choice. Using Amazon EC2 instances (Options B and D) introduces unnecessary compute costs and management overhead for a static site. While cross-Region replication with versioning (Option C) increases durability, it significantly increases storage and transfer costs, which does not align with the goal of minimizing expenses.