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

AWS Certified Solutions Architect study material · question 99 of 500

A bucket policy denies PutObject unless the request carries the server-side-encryption header. What unintended effect can this have?

  1. Presigned URLs stop working for downloads
  2. Log deliveries such as ELB access logs may be rejected, because they write without that header
  3. Existing objects lose their encryption
  4. Lifecycle transitions stop running on the bucket
Show the answer

Answer: B. Log deliveries such as ELB access logs may be rejected, because they write without that header

Services that deliver logs, such as Elastic Load Balancing or CloudFront, write objects without setting the encryption header and are turned away.

Source: Using server-side encryption with Amazon S3 managed keys (S… (Amazon Web Services) — Note

Challenge yourself on this topic → Study as cards