You use S3 to store critical data for your company Several users within your group currently have
lull permissions to your S3 buckets You need to come up with a solution mat does not impact your
users and also protect against the accidental deletion of objects.
Which two options will address this issue?
Choose 2 answers
A.
Enable versioning on your S3 Buckets
B.
Configure your S3 Buckets with MFA delete
C.
Create a Bucket policy and only allow read only permissions to all users at the bucket level
D.
Enable object life cycle policies and configure the data older than 3 months to be archived in
Glacier
Answer is B
AB
AB
AB
MFA Delete
You can optionally add another layer of security by configuring a bucket to enable MFA (Multi-Factor Authentication) Delete, which requires additional authentication for either of the following operations.
Change the versioning state of your bucket
Permanently delete an object version
http://docs.aws.amazon.com/AmazonS3/latest/dev/Versioning.html#MultiFactorAuthenticationDelete
ab
Yes, A & B.