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.

preguntada hace 4 meses235 visualizaciones
2 Respuestas
2
Respuesta aceptada

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
EXPERTO
respondido hace 4 meses
profile picture
EXPERTO
revisado hace 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
EXPERTO
respondido hace 4 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas