Amazon web services – How to a encryption to a AWS RDS MySql database and how to access that encrypted database using SSL in Python?
I created a MySQL database instance on AWS RDS. screenshot It is showing encrypted as true. I can access this database using PyMysql in Python but that doesn't requires any certificate . I want to add SSL certication requirements while…