Solved

A Security Engineer Has Discovered That, Although Encryption Was Enabled

Question 43

Multiple Choice

A Security Engineer has discovered that, although encryption was enabled on the Amazon S3 bucket examplebucket, anyone who has access to the bucket has the ability to retrieve the files. The Engineer wants to limit access to each IAM user can access an assigned folder only. What should the Security Engineer do to achieve this?


A) Use envelope encryption with the AWS-managed CMK aws/s3.
B) Create a customer-managed CMK with a key policy granting "kms:Decrypt" based on the "${aws:username}" variable.
C) Create a customer-managed CMK for each user. Add each user as a key user in their corresponding key policy.
D) Change the applicable IAM policy to grant S3 access to "Resource": "arn:aws:s3:::examplebucket/${aws:username}/*"

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions