Is there a way to copy RDS table without sensitive information?

0

Is there a special feature or service that can be used to copy RDS postgresql table from a DB to another without sensitive data like(emails, passwords, phone numbers....)

feita há um ano1024 visualizações
2 Respostas
2
Resposta aceita

A dynamic data masking solution can be used in this case. You could leverage AWS DMS here is a link for more information: https://aws.amazon.com/blogs/database/data-masking-using-aws-dms/ I would suggest that you use PostgreSQL Anonymizer but unfortunately it is not supported by RDS anymore.

AWS
respondido há um ano
profile picture
ESPECIALISTA
avaliado há 4 dias
profile pictureAWS
ESPECIALISTA
kentrad
avaliado há um ano
0

Hi, I would suggest to go one step further if you don't know where all your sensitive info is located: dump your db to S3 and run its content through MaCie Check out https://aws.amazon.com/macie/

profile pictureAWS
ESPECIALISTA
respondido há um ano

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