AWS Certified Security – Specialty — Question 31

A company will store sensitive documents in three Amazon S3 buckets based on a data classification scheme of `Sensitive,` `Confidential,` and `Restricted.` The security solution must meet all of the following requirements:
✑ Each object must be encrypted using a unique key.
✑ Items that are stored in the `Restricted` bucket require two-factor authentication for decryption.
✑ AWS KMS must automatically rotate encryption keys annually.
Which of the following meets these requirements?

Answer options

Correct answer: A

Explanation

Option A is correct because it specifies the creation of a Customer Master Key (CMK) for each classification and enables annual rotation while also implementing the necessary MFA policy for the `Restricted` CMK. The other options either do not properly address the MFA requirement for the `Restricted` bucket or do not ensure unique key usage for each object as per the requirements.