AWS Certified SysOps Administrator – Associate (legacy) — Question 886

A SysOps Administrator manages an application that stores object metadata in Amazon S3. There is a requirement to have S2 server-side encryption enabled on all new objects in the bucket.
How can the Administrator ensure that all new objects to the bucket satisfy this requirement?

Answer options

Correct answer: B

Explanation

Enabling default bucket encryption on Amazon S3 ensures that all newly uploaded objects are automatically encrypted without requiring the client to specify encryption headers in their write requests. S3 lifecycle rules are designed for transitioning or expiring objects, not for applying encryption. The put-object-acl command manages access permissions rather than encryption, and authorization headers are used for request authentication, making Option B the correct solution.