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.

asked 3 months ago213 views
2 Answers
2
Accepted Answer

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
EXPERT
answered 3 months ago
profile picture
EXPERT
reviewed a month ago
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
EXPERT
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions