2 Answers
1
AWS Glue Databrew could help to achieve your objective. It offers different functions to mask data:
- It can connect to Amazon S3 and many other data stores including Amazon Redshift to read source data and to write the output data.
- Databrew Job can be scheduled and managed by the service or integrated with AWS StepFunctions and other workflow services
- it does include a PII detection feature
- some of the data masking techniques that can be used provide repeatable output
you can read more in this blog post.
hope this helps.
0
Hi, Good question
you could use a service called Comprehend to detect PII and replace it. An example workshop is located at https://github.com/karchit/s3-object-lambda-workshop/tree/Lab2
answered 7 months ago
Relevant questions
Load test kinesis data stream consumer
asked 5 months agoHow to know if a CloudTrail event is a Management Event or Data Event?
Accepted Answerasked 4 months agoTest Data Management tool for file Anonymization in AWS
asked 7 months agoCloud Watch Event Integration With Third Party Tool
Accepted Answerasked 6 months agoTool for Data Dictionary (similar to SQL Doc)
Accepted Answerasked 4 years agoIntegration Test Strategy/tool/library for AWS config rules
asked 2 months agoHow can I deploy to AWS with Visual Studio 2019 (Windows Application) Clickonce deploy tool
asked 3 months agoS3 File Anonymization ( Data Masking)
asked 7 months agoSeeking suggestions for AWS diagramming tool
asked 7 months agoPlease teach best CDC(Change Data Capture)tool in AWS
asked 4 months ago
The solution provided is functionally correct but it offers limited redaction capabilities and it might not fully answer the question use case.