Bird
0
0

You run this AWS CLI command:

medium📝 Predict Output Q4 of 15
AWS - S3 Fundamentals
You run this AWS CLI command:
aws s3 cp report.pdf s3://example-bucket/ --sse aws:kms --sse-kms-key-id abcd1234-56ef-78gh-90ij-klmnopqrstuv
What type of encryption will protect the uploaded object?
AClient-side encryption before uploading the object
BServer-side encryption with Amazon S3-managed keys (SSE-S3)
CServer-side encryption with AWS KMS using the specified customer-managed key
DNo encryption will be applied to the object
Step-by-Step Solution
Solution:
  1. Step 1: Analyze the CLI command

    The command uses the flag --sse aws:kms which specifies server-side encryption with AWS KMS.
  2. Step 2: Identify the key used

    The --sse-kms-key-id option provides a specific KMS key ID, indicating a customer-managed key is used.
  3. Final Answer:

    Server-side encryption with AWS KMS using the specified customer-managed key -> Option C
  4. Quick Check:

    Using --sse aws:kms with a key ID means SSE-KMS with a customer key [OK]
Quick Trick: SSE-KMS with key ID means customer-managed key encryption [OK]
Common Mistakes:
  • Confusing SSE-KMS with SSE-S3
  • Assuming client-side encryption is applied
  • Ignoring the specified KMS key ID

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes