SCS-C03 Data Protection Practice Question
A company needs to share an encrypted EBS volume snapshot with a partner's AWS account. The snapshot is encrypted with a customer-managed KMS key. What must the company do to enable this sharing?
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
✓
Share the snapshot and update the KMS key policy to permit usage by the partner.
Sharing encrypted snapshots requires sharing both the snapshot and the associated KMS key. Because the partner account cannot use the owner's KMS key directly, the key policy must be modified to allow the partner account to use the key for decryption. This ensures the partner can access the encrypted data while maintaining the security of the encryption process through AWS KMS.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Copy the snapshot to an unencrypted state, then share the unencrypted snapshot.
Why it's wrong here
Snapshots created with encrypted volumes cannot be converted to unencrypted snapshots. Security best practices dictate that you should never attempt to bypass encryption; instead, you must properly share the existing encrypted resources by modifying the key policy to permit cross-account access for the target entity.
- ✓
Share the snapshot and update the KMS key policy to permit usage by the partner.
Why this is correct
Sharing the snapshot makes it visible to the partner, but they cannot decrypt it without access to the key. Updating the KMS key policy allows the partner's IAM entities to use the key for cryptographic operations, which is required to successfully restore or use the shared encrypted snapshot.
- ✗
Export the snapshot to an S3 bucket and provide the partner with the S3 URL.
Why it's wrong here
Exporting a snapshot to S3 is an unnecessary and complex workaround that introduces potential security risks regarding data exposure in transit. Direct snapshot sharing is the native, secure, and supported method for sharing EBS volume data across accounts while maintaining full integration with AWS IAM and KMS.
- ✗
Use AWS DataSync to copy the volume data directly to the partner account.
Why it's wrong here
DataSync is intended for moving data between storage systems, not for sharing EBS snapshots. Snapshot sharing is a built-in feature designed specifically for this use case, providing a streamlined and secure mechanism to grant access to persistent block storage data across different AWS accounts.
About these practice questions
Courseiva writes every SCS-C03 question from scratch — 99 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed September 2026 · checked against the official Amazon Web Services exam blueprint
This SCS-C03 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 SCS-C03 exam.