
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
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
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.