AWS Certified Security – Specialty — Question 97

A company is building a data lake on Amazon S3. The data consists of millions of small files containing sensitive information. The Security team has the following requirements for the architecture:
* Data must be encrypted in transit.
* Data must be encrypted at rest.
* The bucket must be private, but if the bucket is accidentally made public, the data must remain confidential.
Which combination of steps would meet the requirements? (Choose two.)

Answer options

Correct answer: B, C

Explanation

Choosing option B ensures that data is encrypted at rest using AWS KMS-managed keys, providing a higher level of control over encryption keys. Option C addresses the requirement for data encryption in transit by enforcing the use of secure transport protocols. The other options either do not address both encryption requirements or are not relevant to the specified security needs.