SCS-C03 Data Protection Practice Question
An application in Account A needs to decrypt S3 objects in Account B using a KMS key in Account B. What is the minimal configuration required?
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
✓
Update the IAM policy in Account A and the KMS key policy in Account B.
To enable cross-account access, the KMS key policy in Account B must explicitly permit the IAM role in Account A to perform 'kms:Decrypt'. Furthermore, the IAM role in Account A must also have an IAM policy granting it the permission to perform 'kms:Decrypt' on the specific KMS key ARN in Account B. Both policies must be present; if either is missing, the operation will fail.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Only update the IAM policy in Account A to allow 'kms:Decrypt'.
Why it's wrong here
IAM policies only define the permissions an identity has. They do not override the KMS key policy, which is the resource-based policy that acts as a gatekeeper. If the key policy in Account B does not explicitly trust the IAM role from Account A, the access will be denied.
- ✗
Only update the KMS key policy in Account B to allow the role from Account A.
Why it's wrong here
While the key policy in Account B is necessary, the IAM identity in Account A must also have the corresponding permissions in its own IAM policy. AWS requires both identity-based and resource-based policies to 'allow' an action for cross-account access to succeed.
- ✓
Update the IAM policy in Account A and the KMS key policy in Account B.
Why this is correct
This dual-policy configuration is required for cross-account access. The key policy grants permission to the external account's role, and the IAM policy ensures the role has permission to exercise that grant. This combination follows the principle of least privilege while enabling necessary cross-account functionality.
- ✗
Create an IAM user in Account B and provide credentials to the application.
Why it's wrong here
Creating cross-account IAM users is a major security anti-pattern. It violates security best practices and increases administrative burden. Role assumption is the secure, standard mechanism for cross-account access, providing temporary credentials and avoiding the management of long-term credentials like access keys.
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
This SCS-C03 question is part of Courseiva's 99-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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.