AWS Certified Data Engineer – Associate (DEA-C01) — Question 177

A data engineer is launching an Amazon EMR cluster. The data that the data engineer needs to load into the new cluster is currently in an Amazon S3 bucket. The data engineer needs to ensure that data is encrypted both at rest and in transit.

The data that is in the S3 bucket is encrypted by an AWS Key Management Service (AWS KMS) key. The data engineer has an Amazon S3 path that has a Privacy Enhanced Mail (PEM) file.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because it specifies the AWS KMS key for at-rest encryption and the PEM file path for in-transit encryption, both of which are necessary for the specified requirements. Option A incorrectly suggests creating two separate security configurations instead of a single one. Option B incorrectly refers to local disk encryption instead of at-rest encryption for the S3 bucket. Option D is misleading as it suggests attaching only one configuration when a single configuration suffices.