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

A company stores data in PDF format in an Amazon S3 bucket. The company must follow a legal requirement to retain all new and existing data in Amazon S3 for 7 years.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: D

Explanation

S3 Object Lock in compliance retention mode prevents any user, including the root account, from deleting or modifying objects, which perfectly meets strict legal retention requirements. Applying this lock to pre-existing objects is most efficiently done using S3 Batch Operations, minimizing operational overhead compared to manually copying files. Governance mode can be bypassed by certain users, and S3 Lifecycle with MFA delete does not provide the same level of write-once-read-many (WORM) compliance protection.