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

A company wants to migrate its 1 PB on-premises image repository to AWS. The images will be used by a serverless web application images stored in the repository are rarely accessed, but they must be immediately available. Additionally, the images must be encrypted at rest and protected from accidental deletion.
Which solution meets these requirements?

Answer options

Correct answer: B

Explanation

Amazon S3 Standard-Infrequent Access (S3 Standard-IA) is the ideal storage class for data that is rarely accessed but requires immediate, millisecond-level retrieval. Enabling default encryption secures the images at rest, while versioning and MFA Delete provide robust protection against accidental or malicious deletions. Alternative solutions using S3 Glacier do not offer immediate access, and file-based storage solutions like Amazon EFS or Amazon FSx are less suited for serverless web application architectures compared to object storage.