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 Risposta
0
Risposta accettata

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.

con risposta 6 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande