
Explanation:
Correct Answer: D - Server-side encryption with AWS KMS keys (SSE-KMS) with automatic rotation
Let's analyze each option against the requirements:
A. SSE-C (Customer-provided keys)
B. SSE-S3 (S3 managed keys)
C. SSE-KMS with manual rotation
D. SSE-KMS with automatic rotation
Conclusion: SSE-KMS with automatic rotation meets all requirements while being the most operationally efficient solution.
Ultimate access to all questions.
No comments yet.
A company is preparing to store confidential data in Amazon S3. For compliance reasons, the data must be encrypted at rest. Encryption key usage must be logged for auditing purposes. Keys must be rotated every year. Which solution meets these requirements and is the MOST operationally efficient?
A
Server-side encryption with customer-provided keys (SSE-C)
B
Server-side encryption with Amazon S3 managed keys (SSE-S3)
C
Server-side encryption with AWS KMS keys (SSE-KMS) with manual rotation
D
Server-side encryption with AWS KMS keys (SSE-KMS) with automatic rotation