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

A company has a web application that has thousands of users. The application uses 8-10 user-uploaded images to generate AI images. Users can download the generated AI images once every 6 hours. The company also has a premium user option that gives users the ability to download the generated AI images anytime.

The company uses the user-uploaded images to run AI model training twice a year. The company needs a storage solution to store the images.

Which storage solution meets these requirements MOST cost-effectively?

Answer options

Correct answer: A

Explanation

Amazon S3 Glacier Deep Archive is the most cost-effective storage tier for user-uploaded images because they are only retrieved twice a year for model training. Premium users require immediate, on-demand access to their generated images, making S3 Standard the correct choice, while non-premium users downloading every 6 hours can be served immediately and cost-effectively via S3 Standard-IA. Options utilizing S3 Glacier Flexible Retrieval are incorrect because Glacier retrieval times (minutes to hours) would disrupt the immediate download experience required by the users.