Courseiva
Data Security and GovernancehardMultiple SelectObjective-mapped

DEA-C01 Data Security and Governance Practice Question

A company is using AWS KMS to encrypt data in Amazon S3. The security team wants to ensure that only specific IAM roles can decrypt the data. Which TWO steps should the data engineer take? (Choose two.)

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

Create a customer-managed KMS key with a key policy that grants kms:Decrypt only to the allowed IAM roles

To ensure only specific IAM roles can decrypt data in S3 using KMS, you must create a customer-managed KMS key with a key policy that grants kms:Decrypt only to those roles (C). Then, configure the S3 bucket to use SSE-KMS with that key (E). This restricts decryption to only the allowed roles because the key policy explicitly controls access. Option A uses the default AWS managed key which cannot be restricted to specific roles. Option B (SSE-S3) does not use KMS and hence cannot provide role-based decryption control. Option D, requiring MFA for decryption, adds an extra authentication factor but does not by itself restrict which roles can decrypt; it only strengthens the security of the roles that already have permission. Therefore, D is not a step to ensure only specific roles can decrypt.

Answer analysis

Option-by-option breakdown

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

  • Use the default AWS managed KMS key for S3 (aws/s3)

    Why it's wrong here

    Incorrect. The AWS managed key (aws/s3) is automatically available to the S3 service and does not allow role-based restrictions in its key policy.

  • Use SSE-S3 encryption instead of KMS

    Why it's wrong here

    Incorrect. SSE-S3 uses S3-managed encryption keys, not KMS, so role-based decryption control is not possible.

  • Create a customer-managed KMS key with a key policy that grants kms:Decrypt only to the allowed IAM roles

    Why this is correct

    Correct. The key policy on a customer-managed key can explicitly list which IAM roles are allowed to perform kms:Decrypt.

  • Add an IAM policy to the role that requires MFA for kms:Decrypt

    Why it's wrong here

    Incorrect. Requiring MFA adds an extra condition for decryption but does not restrict which roles can decrypt; it only enhances security for roles that already have the permission.

  • Configure the S3 bucket to use SSE-KMS with the customer-managed key

    Why this is correct

    Correct. Configuring the bucket to use SSE-KMS with the customer-managed key ensures that the key policy controls access.

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

About these practice questions

One of 1,711 original DEA-C01 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DEA-C01 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 DEA-C01 exam.