Handling PII data using DMS.

0

How to handle or mask PII data using AWS DMS only at minimal cost?

I am replicating data from source db to target db using AWS DMS and SQL Developer. Replicating data from Non-Prod to Prod AWS accounts. We are replicating large number of data and for this I need an approach which is also cost effective.

已提问 4 个月前236 查看次数
2 回答
2
已接受的回答

With transformation mapping rules : https://aws.amazon.com/blogs/database/data-masking-using-aws-dms/, you can replicate data as masked by encoding it in the dms replicator before it reaches the target.

profile picture
专家
已回答 4 个月前
profile picture
专家
已审核 2 个月前
1

Hi,

DMS offers masking features in the service: see Antonio's answer.

But, you may also need more sophisticated architectures with an intermediate step where you can apply more sophisticated techniques than what DMS provides out of the box. This blog post is then very interesting: https://aws.amazon.com/blogs/database/data-masking-using-aws-dms/

Best,

Didier

profile pictureAWS
专家
已回答 4 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则