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

A company uses Amazon S3 to store its confidential audit documents. The S3 bucket uses bucket policies to restrict access to audit team IAM user credentials according to the principle of least privilege. Company managers are worried about accidental deletion of documents in the S3 bucket and want a more secure solution.
What should a solutions architect do to secure the audit documents?

Answer options

Correct answer: A

Explanation

The correct answer is A because enabling versioning allows recovery of deleted objects, and MFA Delete adds an additional layer of security by requiring multi-factor authentication to delete versions. Option B does not prevent deletion of objects; it only secures the user accounts. Option C restricts deletions based on time but does not provide a comprehensive solution for accidental deletions, while option D focuses on encryption rather than access control for deletions.