Topic 1 Question 1007
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?
Create one AWS Glue job for each customer. Attach a security configuration to each job that uses server-side encryption with Amazon S3 managed keys (SSE-S3) to encrypt the data.
Create one Amazon EMR cluster for each customer. Attach a security configuration to each cluster that uses client-side encryption with a custom client-side root key (CSE-Custom) to encrypt the data.
Create one AWS Glue job for each customer. Attach a security configuration to each job that uses client-side encryption with AWS KMS managed keys (CSE-KMS) to encrypt the data.
Create one Amazon EMR cluster for each customer. Attach a security configuration to each cluster that uses server-side encryption with AWS KMS keys (SSE-KMS) to encrypt the data.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: C
I say C, aws glue reduces the operational management uses server side encryption and ins which allows for user specific keys.
👍 4blehbleh2024/10/02 - 正解だと思う選択肢: C
It’s C gotta use glue and since it’s before the company stores the data in Amazon S3 gotta be client side.
👍 4blehbleh2024/10/09 - 正解だと思う選択肢: C
AWS Glue for ETL, then AWS KMS (CSE-KMS)
👍 4sOI852POL2024/10/19
シャッフルモード