Question 1,092 of 724
DVA-C02 Security Practice Question
A company stores sensitive customer data in Amazon S3. The security policy requires that all data be encrypted at rest using server-side encryption with a customer-managed AWS KMS key. Which S3 server-side encryption option should the developer use?
⚠ Common exam trap
Candidates often confuse SSE-KMS with SSE-S3, assuming both use AWS-managed keys, but SSE-KMS uniquely supports customer-managed keys and additional control features like key rotation and audit logging.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
SSE-KMS
SSE-KMS is the correct option because it provides server-side encryption with a customer-managed AWS KMS key, allowing the company to control key rotation, access policies, and audit usage via AWS CloudTrail. This meets the security policy requirement for encryption at rest using a customer-managed key, which SSE-S3 (using AWS-managed keys) and SSE-C (using customer-provided keys) do not fulfill.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
SSE-S3
Why it's wrong here
SSE-S3 encrypts objects with keys managed entirely by AWS. While it provides encryption at rest, customers have no direct control over the encryption keys themselves, as AWS handles key generation, storage, and rotation automatically. This option does not meet a requirement for using a customer-managed KMS key, as the keys are fully AWS-managed and not exposed for customer management.
- ✓
SSE-KMS
Why this is correct
SSE-KMS utilizes AWS Key Management Service (KMS) to manage encryption keys, allowing customers to use either AWS-managed KMS keys or customer-managed keys (CMKs). This method provides a robust audit trail through AWS CloudTrail for key usage and enables granular access control policies on the keys themselves. It directly supports the requirement for customer-managed encryption keys by integrating with KMS, offering control over key lifecycle and permissions.
- ✗
SSE-C
Why it's wrong here
SSE-C involves the customer providing their own encryption key with each S3 request for both object uploads and downloads. Although the key is customer-provided, AWS does not store, manage, or integrate these keys with KMS for lifecycle management, rotation, or auditing. This approach differs significantly from using a customer-managed KMS key, as the key management burden remains entirely with the customer outside of AWS's key management infrastructure.
- ✗
Client-side encryption
Why it's wrong here
Client-side encryption means data is encrypted by the application before it is sent to Amazon S3. S3 receives and stores the data as an already encrypted blob, without performing any server-side encryption operations or interacting with KMS for key management. This method does not leverage S3's server-side encryption features and places the entire encryption and key management responsibility on the client application, making it distinct from server-side options.
Quick reference
AWS S3 Storage Class Comparison
| Storage Class | Min Duration | Retrieval | Use Case |
|---|---|---|---|
| S3 Standard | None | Immediate | Frequently accessed data |
| S3 Standard-IA | 30 days | Immediate | Infrequent access, rapid retrieval |
| S3 One Zone-IA | 30 days | Immediate | Non-critical infrequent data |
| S3 Intelligent-Tiering | None | Immediate–hours | Unknown or changing access patterns |
| S3 Glacier Instant | 90 days | Milliseconds | Archive with instant retrieval |
| S3 Glacier Flexible | 90 days | Minutes–hours | Archive, flexible retrieval |
| S3 Glacier Deep Archive | 180 days | Hours | Long-term compliance archive |
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This DVA-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DVA-C02 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.