I am looking at using the SQL Database Connector to retrieve data from a MySQL database running in AWS.
What I want to be able to do is secure the DB connection in AWS so that only my Bubble app can access the DB.
This is often done by adding rules in AWS that restrict the connection by IP address.
Is this possible from Bubble?
Is there another way to make the connection secure/restricted that doesn’t involve making the DB publicly accessible?