- Home
- All questions
- 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?
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