将生产环境中的数据移动到开发环境中,并对涉及个人身份信息的数据进行匿名化处理。

0

【以下的问题经过翻译处理】 大家好,有没有最佳实践和推荐的工具可以将生产环境中的数据(在RDS / Dynamo / S3中)移动到dev,并具有检测和匿名化个人身份信息(PII)的能力?

profile picture
EXPERTE
gefragt vor 5 Monaten17 Aufrufe
1 Antwort
0

【以下的回答经过翻译处理】 您可以使用Amazon Macie来识别在S3中存储的PII数据:https://docs.aws.amazon.com/macie/latest/userguide/macie-classify-data.html

对于存储在RDS / Dynamo中的数据,您需要将其导出到S3,然后使用Macie。

一旦您识别出数据,您可以实施自己的逻辑(也许使用AWS Glue)来匿名化数据,然后将其导入到开发集群中。

profile picture
EXPERTE
beantwortet vor 5 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen