
Answer-first summary for fast verification
Answer: Activate versioning for the bucket., Implement MFA Delete for the bucket.
To meet the requirements of preventing accidental deletion and ensuring all versions of documents are available, the correct actions are: 1. Enable versioning on the bucket (Option B). This ensures that every version of a document is retained, allowing users to access previous versions if needed. 2. Enable MFA Delete on the bucket (Option D). This adds an extra layer of protection against accidental or unauthorized deletions by requiring multi-factor authentication for delete operations. Options such as enabling a read-only bucket ACL (A), attaching an IAM policy to the bucket (C), and encrypting the bucket using AWS KMS (E) do not directly address both the need for versioning and prevention of accidental deletion.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a solutions architect, implement a document review application with Amazon S3. Ensure document versions are preserved and accidental deletions are prevented, while allowing users to download, modify, and upload documents. Select two actions to achieve this:
A
Set the bucket ACL to read-only.
B
Activate versioning for the bucket.
C
Create an IAM policy for the bucket.
D
Implement MFA Delete for the bucket.
E
Use AWS KMS to encrypt the bucket.
No comments yet.