Data movement from prod to dev with anonymization of PII
1
Hi All, Are there best practices and recommended tools for moving a copy of production data (in RDS/Dynamo/S3) to dev, with the ability to detect and anonymize personally identifiable information (PII) along the way?
asked 4 years ago56 views
1 Answers
0
Accepted Answer
You can use Amazon Macie to identify PII data that is stored in S3: https://docs.aws.amazon.com/macie/latest/userguide/macie-classify-data.html
For data in RDS/Dynamo, you would have to export that into S3 and then use Macie.
Once you identify, you can then implement your own logic (perhaps using AWS Glue) to anonymize data and then move it back into a dev cluster.
answered 4 years ago
Relevant questions
Copying data from sql server to snowflake with AWS GLUE
asked a month agoMove Glacier data to Deep Glacier
asked 3 years agoCreating Dev and Prod deployments using CDK
Accepted Answerasked 7 months agoTimestream Historical Data (10s of years old)
asked 3 months agoS3 File Anonymization ( Data Masking)
asked 5 months agoDifferent instances of same application reading data using KCL 1.X
asked 3 years agoData movement from prod to dev with anonymization of PII
Accepted Answerasked 4 years agoOptions to accelerate s3 copy of 4TB worth files between S3 buckets in same region
Accepted Answerasked 2 years agoHow can I display data with start and end date in QuickSight?
asked 5 months agoWhat are the recommended data integration tools for NetSuite ERP?
Accepted Answerasked 2 years ago