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.

feita há 4 meses235 visualizações
2 Respostas
2
Resposta aceita

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
ESPECIALISTA
respondido há 4 meses
profile picture
ESPECIALISTA
avaliado há 2 meses
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
ESPECIALISTA
respondido há 4 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas