Bird
0
0

You want to enforce that all objects uploaded to an S3 bucket use SSE-KMS encryption with a specific KMS key. Which combination achieves this?

hard📝 Application Q8 of 15
AWS - S3 Fundamentals
You want to enforce that all objects uploaded to an S3 bucket use SSE-KMS encryption with a specific KMS key. Which combination achieves this?
AEnable bucket default encryption with SSE-S3 and specify the KMS key ARN
BUse SSE-C with the KMS key
CRequire client-side encryption with the KMS key
DEnable bucket default encryption with SSE-KMS and specify the KMS key ARN
Step-by-Step Solution
Solution:
  1. Step 1: Understand bucket default encryption settings

    Bucket default encryption can be set to SSE-KMS with a specific KMS key ARN to enforce encryption.
  2. Step 2: Evaluate other options

    SSE-S3 does not use KMS keys, client-side encryption is outside bucket control, and SSE-C does not use KMS keys.
  3. Final Answer:

    Enable bucket default encryption with SSE-KMS and specify KMS key ARN -> Option D
  4. Quick Check:

    Bucket default encryption + KMS key = enforced SSE-KMS [OK]
Quick Trick: Bucket default encryption with KMS key enforces SSE-KMS [OK]
Common Mistakes:
  • Using SSE-S3 with KMS key ARN
  • Thinking client-side encryption is enforced by bucket
  • Confusing SSE-C with KMS key usage

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes