2 Answers
- Newest
- Most votes
- Most comments
2
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.
answered 3 years ago
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/
Relevant content
- asked 3 years ago

https://aws.amazon.com/blogs/database/data-masking-using-aws-dms/