
Answer-first summary for fast verification
Answer: Enable versioning to maintain object versions, allowing recovery from unintended deletions., Activate MFA Delete to enforce a two-step authentication process during object deletion.
The two measures that should be implemented to protect an Amazon S3 bucket against accidental deletion are: 1) Enable versioning on the S3 bucket, which allows you to preserve, retrieve, and restore every version of every object stored in the bucket. This helps in recovering deleted objects. 2) Enable MFA Delete on the S3 bucket, which adds an extra layer of security by requiring a multi-factor authentication (MFA) device to confirm the deletion of objects or versioned objects. These combined steps provide a robust solution to protect critical data from unintended deletions.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
To safeguard critical data in an Amazon S3 bucket against accidental deletion, which two measures should be implemented?
A
Enable versioning to maintain object versions, allowing recovery from unintended deletions.
B
Activate MFA Delete to enforce a two-step authentication process during object deletion.
C
Establish a bucket policy for access control, which does not directly prevent deletions.
D
Apply default encryption to secure data, unrelated to deletion protection.
E
Set a lifecycle policy for managing object lifecycle, not for preventing accidental deletions.