Question 1,250 of 1,748
Data ProtectionmediumMultiple ChoiceObjective-mapped

Restrict KMS Key Decrypt to a Specific IAM Role

This SCS-C02 practice question tests your understanding of data protection. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A company is using AWS KMS to encrypt data in Amazon S3. The security team wants to ensure that only a specific IAM role can decrypt the data. What is the MOST secure way to enforce this?

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

Configure the KMS key policy with a condition that allows only the role to decrypt

The most secure way is to use a KMS key policy with a condition that allows only the specific IAM role to decrypt (option B). This ensures that only that role can use the key, regardless of other IAM permissions. Option A is less secure because an IAM policy can be attached to other users/roles, potentially granting broader access. Option C is impractical and overly restrictive. Option D is incorrect because S3 bucket policies do not control KMS key permissions; they only control access to the S3 objects themselves, not the decryption operation.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Attach an IAM policy to the role granting kms:Decrypt

    Why it's wrong here

    This does not prevent other principals from decrypting if they have KMS permissions.

  • Configure the KMS key policy with a condition that allows only the role to decrypt

    Why this is correct

    Key policy can restrict decryption to a specific role.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Disable the KMS key and re-enable it only when the role needs to decrypt

    Why it's wrong here

    This is not practical and would require manual intervention.

  • Configure an S3 bucket policy that denies all principals except the role

    Why it's wrong here

    Bucket policy does not control KMS key permissions.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Detailed technical explanation

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

What to study next

Got this wrong? Here's your next step.

Identify which SCS-C02 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

Related practice questions

Related SCS-C02 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SCS-C02 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SCS-C02 question test?

Data Protection — This question tests Data Protection — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Configure the KMS key policy with a condition that allows only the role to decrypt — The most secure way is to use a KMS key policy with a condition that allows only the specific IAM role to decrypt (option B). This ensures that only that role can use the key, regardless of other IAM permissions. Option A is less secure because an IAM policy can be attached to other users/roles, potentially granting broader access. Option C is impractical and overly restrictive. Option D is incorrect because S3 bucket policies do not control KMS key permissions; they only control access to the S3 objects themselves, not the decryption operation.

What should I do if I get this SCS-C02 question wrong?

Identify which SCS-C02 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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 →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

3 more ways this is tested on SCS-C02

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A company is using AWS KMS to encrypt data at rest in Amazon S3. The security team wants to ensure that only a specific IAM role can decrypt objects in a particular S3 bucket. Which policy should be attached to the KMS key to enforce this restriction?

medium
  • A.KMS grant that gives the IAM role decrypt permissions for the key
  • B.IAM policy attached to the role that allows kms:Decrypt for the key
  • C.S3 bucket policy that denies decrypt unless the requester is the specific IAM role
  • D.KMS key policy with a condition that the principal must be the specific IAM role

Why D: Option D is correct because KMS key policies are the main mechanism to control access to KMS keys. By specifying the IAM role as the principal in a key policy statement for the kms:Decrypt action, only that role can decrypt using the key. Option A is incorrect because KMS grants are intended for temporary or cross-account access and are not the best practice for permanent control. Option B is incorrect because IAM policies alone are not sufficient if the key policy does not allow the role; both policies must align. Option C is incorrect because S3 bucket policies control access to S3 operations, not KMS decryption permissions directly.

Variation 2. A company is using AWS KMS to encrypt data at rest in Amazon S3. The security team wants to ensure that only a specific IAM role can decrypt objects in a particular S3 bucket. Which policy configuration should be used?

medium
  • A.Use an S3 access point policy to restrict access
  • B.Attach an IAM policy to the role that allows kms:Decrypt with a condition on the source IP
  • C.Create a KMS grant for the IAM role with Decrypt permission
  • D.Add a bucket policy with a condition that the kms:ViaService is s3.amazonaws.com

Why D: Option D is correct because the bucket policy can include a condition using the kms:ViaService condition key set to s3.amazonaws.com, which ensures that decryption requests must come through S3. This allows only requests that originate from S3 (e.g., when the IAM role accesses the bucket) to decrypt, provided the role also has kms:Decrypt permission. Option A is incorrect because S3 access point policies control access to the access point, not KMS decryption. Option B is incorrect because source IP conditions do not restrict decryption to S3; they restrict based on IP address, which is not the requirement. Option C is incorrect because a KMS grant is typically used to delegate temporary access to another AWS principal, not to restrict a specific IAM role; a key policy with a principal condition is more appropriate.

Variation 3. A company uses AWS KMS to encrypt data in Amazon S3. Security team wants to ensure that only specific IAM roles can decrypt objects. Which KMS key policy configuration should be used?

hard
  • A.Attach an IAM policy to the role that allows kms:Decrypt, and leave the KMS key policy with default settings.
  • B.In the key policy, use a Principal element specifying the role ARN, and allow kms:Decrypt.
  • C.Use a grant for the role to allow kms:Decrypt for S3 operations.
  • D.In the key policy, use a Condition block with kms:ViaService set to s3.<region>.amazonaws.com and allow kms:Decrypt for the role.

Why D: Option D is correct because using a kms:ViaService condition in the key policy restricts the key usage to requests coming from Amazon S3, and the IAM role's permissions to decrypt are granted via the key policy, ensuring only that role can decrypt via S3. Option A is wrong because without the key policy granting decrypt to the role, the IAM policy alone is insufficient. Option B is wrong because it grants blanket decrypt access to the role without the S3 service restriction, allowing decryption outside S3. Option C is wrong because grants are not the recommended way to control access for IAM roles with S3; key policies with conditions are more appropriate.

Keep practising

More SCS-C02 practice questions

Last reviewed: Jun 20, 2026

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.

Loading comments…

Sign in to join the discussion.

This SCS-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 SCS-C02 exam.