AWS Certified Data Engineer – Associate (DEA-C01) — Question 52

A company receives call logs as Amazon S3 objects that contain sensitive customer information. The company must protect the S3 objects by using encryption. The company must also use encryption keys that only specific employees can access.
Which solution will meet these requirements with the LEAST effort?

Answer options

Correct answer: C

Explanation

The correct answer is C because using AWS KMS keys (SSE-KMS) provides a straightforward way to manage encryption keys while allowing specific access control through IAM policies. Options A and B involve more complex management of keys and access, while D uses S3 managed keys which do not provide the same level of access control as KMS keys.