Study. uk . com
  1. Home
  2. All questions
  3. Question 147

AWS Certified Solutions Architect study material · question 147 of 500

A bucket has SSE-C blocked. What does S3 return for a PutObject request that asks for SSE-C?

  1. HTTP 409 OperationAborted
  2. HTTP 403 AccessDenied
  3. HTTP 400 InvalidRequest
  4. HTTP 200 with the encryption silently downgraded
Show the answer

Answer: B. HTTP 403 AccessDenied

With SSE-C blocked on a bucket, a write or replication call that asks for it is turned away with an HTTP 403 AccessDenied error.

Source: Security best practices for Amazon S3 (Amazon Web Services) — Keep SSE-C disabled unless required

Challenge yourself on this topic → Study as cards