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

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

Enabling versioning and MFA Delete on the S3 bucket protects against accidental deletions by allowing previous versions of objects to be restored and requiring MFA for deletion. Option B improves user authentication but does not prevent deletion. Option C restricts deletion during specific periods but does not provide a comprehensive solution. Option D focuses on encryption, which secures data at rest but does not address the risk of deletion.