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

A company runs a website that stores images of historical events. Website users need the ability to search and view images based on the year that the event in the image occurred. On average, users request each image only once or twice a year. The company wants a highly available solution to store and deliver the images to users.

Which solution will meet these requirements MOST cost-effectively?

Answer options

Correct answer: D

Explanation

Amazon S3 Standard-Infrequent Access (S3 Standard-IA) is the ideal storage class for data that is accessed less frequently but requires rapid access when requested, offering lower storage costs than S3 Standard. Hosting the images as a static website directly from S3 provides a highly available solution without the ongoing compute costs and management overhead of Amazon EC2 instances with EBS or EFS. Therefore, S3 Standard-IA combined with static website hosting is the most cost-effective and highly available choice.