AWS Certified Solutions Architect – Associate (SAA-C03) — Question 945

A medical company wants to perform transformations on a large amount of clinical trial data that comes from several customers. The company must extract the data from a relational database that contains the customer data. Then the company will transform the data by using a series of complex rules. The company will load the data to Amazon S3 when the transformations are complete.

All data must be encrypted where it is processed before the company stores the data in Amazon S3. All data must be encrypted by using customer-specific keys.

Which solution will meet these requirements with the LEAST amount of operational effort?

Answer options

Correct answer: C

Explanation

AWS Glue is a serverless data integration service that requires significantly less operational overhead than managing Amazon EMR clusters. To satisfy the requirement of encrypting data where it is processed before it is written to Amazon S3, client-side encryption (CSE) must be configured. Utilizing AWS Glue security configurations with CSE-KMS allows the use of customer-specific KMS keys while maintaining a serverless, low-maintenance architecture.