Bird
0
0

What is the most probable cause?

medium📝 Debug Q7 of 15
AWS - S3 Fundamentals
A team configures an S3 bucket with default encryption set to SSE-KMS using a customer-managed key. However, when users try to upload objects, they receive AccessDenied errors. What is the most probable cause?
AThe S3 bucket policy denies all uploads
BThe users lack permissions to use the specified KMS key for encryption
CThe bucket default encryption is set to SSE-S3, not SSE-KMS
DThe objects are too large for SSE-KMS encryption
Step-by-Step Solution
Solution:
  1. Step 1: Understand default encryption with SSE-KMS

    When default encryption is set to SSE-KMS with a customer-managed key, users must have permission to use that KMS key.
  2. Step 2: Analyze the error

    AccessDenied errors during upload typically indicate missing KMS key permissions for the user or role.
  3. Final Answer:

    The users lack permissions to use the specified KMS key for encryption -> Option B
  4. Quick Check:

    Missing KMS key permissions cause AccessDenied on SSE-KMS uploads [OK]
Quick Trick: KMS key permissions required for SSE-KMS uploads [OK]
Common Mistakes:
  • Assuming bucket policy is the cause without checking KMS permissions
  • Confusing SSE-S3 with SSE-KMS settings
  • Believing object size affects SSE-KMS encryption capability

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes