DEA-C01 · Question #265
A data engineer is building a solution to detect sensitive information that is stored in a data lake across multiple Amazon S3 buckets. The solution must detect personally identifiable information…
The correct answer is A. Use the AWS Glue Detect PII transform with specific patterns. The AWS Glue Detect PII transform is a built-in feature that can automatically identify personally identifiable information (PII) using predefined patterns or custom regular expressions. It works directly within AWS Glue jobs on proprietary data formats and integrates with the…
Question
A data engineer is building a solution to detect sensitive information that is stored in a data lake across multiple Amazon S3 buckets. The solution must detect personally identifiable information (PII) that is in a proprietary data format. Which solution will meet these requirements with the LEAST operational overhead?
Options
- AUse the AWS Glue Detect PII transform with specific patterns.
- BUse Amazon Made with managed data identifiers.
- CUse an AWS Lambda function with custom regular expressions.
- DUse Amazon Athena with a SQL query to match the custom formats.
How the community answered
(31 responses)- A81% (25)
- B13% (4)
- C3% (1)
- D3% (1)
Explanation
The AWS Glue Detect PII transform is a built-in feature that can automatically identify personally identifiable information (PII) using predefined patterns or custom regular expressions. It works directly within AWS Glue jobs on proprietary data formats and integrates with the Glue Data Catalog, delivering a managed, low-overhead solution compared to building and maintaining custom Lambda or SQL-based detection.
Topics
Community Discussion
No community discussion yet for this question.