
Answer-first summary for fast verification
Answer: Use AWS Glue DataBrew to perform extract, transform, and load (ETL) tasks that mask the PII data before analysis., Use AWS Identity and Access Management (IAM) to manage permissions and to control access to the PII data.
Option A is CORRECT because AWS Glue DataBrew provides a visual interface for data preparation and transformation. It includes built-in transformations for masking sensitive data such as PII. This solution ensures data masking is integrated into the data processing pipeline with minimal maintenance effort. Option D is CORRECT because AWS Identity and Access Management (IAM) provides granular permissions and access controls. By using IAM, you can ensure that only authorized users have access to the PII data during the preprocessing phase, maintaining secure and compliant access management.
Author: Ritesh Yadav
Ultimate access to all questions.
Question 28/58
A company saves customer data to an Amazon S3 bucket. The company uses server-side encryption with AWS KMS keys (SSE-KMS) to encrypt the bucket. The dataset includes personally identifiable information (PII) such as social security numbers and account details.
Data that is tagged as PII must be masked before the company uses customer data for analysis. Some users must have secure access to the PII data during the pre-processing phase. The company needs a low-maintenance solution to mask and secure the PII data throughout the entire engineering pipeline.
Which combination of solutions will meet these requirements? (Choose two.)
A
Use AWS Glue DataBrew to perform extract, transform, and load (ETL) tasks that mask the PII data before analysis.
B
Use Amazon GuardDuty to monitor access patterns for the PII data that is used in the engineering pipeline.
C
Configure an Amazon Macie discovery job for the S3 bucket.
D
Use AWS Identity and Access Management (IAM) to manage permissions and to control access to the PII data.
E
Write custom scripts in an application to mask the PII data and to control access.
No comments yet.