Question 165:
Your company is planning to store documents in an S3 bucket. The documents are sensitive, and employees should use Multi-Factor authentication when trying to access documents. Which of the following must be done to fulfill this requirement?
Answer options:
A.Ensure that Encryption is enabled the bucket AWS server-side encryption. B.Ensure that Encryption is enabled the bucket using KMS keys. C.Ensure that the a bucket policy is in place with a condition of "aws:MultiFactorAuthPresent":"false" with a Deny policy. D.Ensure that the a bucket policy is in place with a condition of "aws:MultiFactorAuthPresent":"true" with a Deny policy.