AWS-SysOps Exam QuestionsBrowse all questions from this exam

AWS-SysOps Exam - Question 664


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?

Show Answer
Correct Answer: B

To ensure that all new objects in an Amazon S3 bucket are encrypted with server-side encryption (SSE), the appropriate approach is to enable default bucket encryption. By configuring the bucket's default encryption settings, any new objects uploaded to the bucket will automatically be encrypted using the specified encryption method. This removes the need for users or applications to specify encryption settings for each object manually.

Discussion

12 comments
Sign in to comment
schalke04
Sep 22, 2024

B. https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html

cloud
Sep 27, 2024

B. Enable default bucket encryption to ensure that all new objects are encrypted.

Anonymous
Sep 24, 2024

should be B

asim1982
Oct 2, 2024

The answer is D, Server side encryption is done using authorization header https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html I choose D :)

RicardoD
Oct 27, 2024

B is the answer Enabling default encrypting is enough to attend this requirement

coolboylqy
Sep 21, 2024

should be C https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html

AWS1212
Oct 3, 2024

Definitely B.

YouYouYou
Oct 8, 2024

If your PUT request headers don't include encryption information, Amazon S3 uses the bucket’s default encryption settings to encrypt the objects. If your PUT request headers include encryption information, Amazon S3 uses the encryption information from the PUT request to encrypt objects before storing them in Amazon S3. answer is B

gilbertlelancelo
Oct 14, 2024

B. Enable default bucket encryption to ensure that all new objects are encrypted.

MFDOOM
Oct 14, 2024

B. Enable default bucket encryption to ensure that all new objects are encrypted.

jackdryan
Oct 18, 2024

I'll go with B

abhishek_m_86
Oct 25, 2024

B. Enable default bucket encryption to ensure that all new objects are encrypted. Seem correct