AWS Certified Security – Specialty (SCS-C02) — Question 282

A company wants to store all objects that contain sensitive data in an Amazon S3 bucket. The company will use server-side encryption to encrypt the S3 bucket. The company’s operations team manages access to the company’s S3 buckets. The company’s security team manages access to encryption keys.

The company wants to separate the duties of the two teams to ensure that configuration errors by only one of these teams will not compromise the data by granting unauthorized access to plaintext data.

Which solution will meet this requirement?

Answer options

Correct answer: B

Explanation

Using customer managed keys with SSE-KMS establishes a separation of duties because accessing the plaintext data requires authorization from both the S3 bucket policy (managed by operations) and the KMS key policy (managed by security). If the operations team misconfigures the S3 bucket policy to be overly permissive, the data remains secure because unauthorized users still cannot access the KMS key to decrypt it. SSE-S3 does not support separate key policies for the security team, and SSE-C keys are not stored in AWS KMS.