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

A company uses a popular content management system (CMS) for its corporate website. However, the required patching and maintenance are burdensome. The company is redesigning its website and wants a new solution. The website will be updated four times a year and does not need to have any dynamic content available. The solution must provide high scalability and enhanced security.
Which combination of changes will meet these requirements with the LEAST operational overhead? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Hosting a static website on Amazon S3 with static website hosting enabled (Option D) completely removes the operational overhead of patching and managing servers, making it ideal for content updated only four times a year. Adding Amazon CloudFront (Option A) provides global scalability, low latency, and enables HTTPS for enhanced security. Using EC2 instances (Option E) introduces significant management and patching overhead, AWS Lambda (Option C) is unnecessary and complex for static content, and AWS WAF (Option B) does not natively provide HTTPS functionality.