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?

1 個回答
0
已接受的答案

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.

已回答 6 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南