2 Answers
- Newest
- Most votes
- Most comments
1
Python is not currently supported in TLE, but you have Pigsty which is an open-source, PostgreSQL distribution that can serve as a free RDS alternative.
However, it might require more setup and maintenance compared to using RDS.
1
I think Aurora is now supporting the pg_columnmask to support this feature. See: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Security.DynamicMasking.WorkflowExample.html
answered 5 months ago
Relevant content
- asked 3 years ago
- asked 3 years ago

Thanks for the insight. Any other extension for data masking you may be aware of that uses a supported language of tle and can work with RDS?
Found out PostgreSQL Views can do the trick natively https://stackoverflow.com/questions/71607875/data-masking-using-postgresql-at-amazon-rds-how-to
Accept the answer if ok.