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

A company needs to store data in Amazon S3 and must prevent the data from being changed. The company wants new objects that are uploaded to Amazon S3 to remain unchangeable for a nonspecific amount of time until the company decides to modify the objects. Only specific users in the company's AWS account can have the ability 10 delete the objects.
What should a solutions architect do to meet these requirements?

Answer options

Correct answer: D

Explanation

The correct answer is D because it utilizes S3 Object Lock to ensure that objects cannot be deleted or altered until the legal hold is released, while also enabling versioning for added protection. Option A does not apply to S3 for object immutability; it focuses on archiving. Option B, while it involves Object Lock, uses a retention period that may not meet the indefinite requirement. Option C does not prevent modifications but only tracks them, which does not satisfy the need for immutability.