Securing a SQL Database Connector connection to AWS

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?

1 Like

I need to do the same, and am highly interested in a solution. It seems like the only way to get a static IP from Bubble is to use the most expensive dedicated plan so I’m not sure it’s possible. Interested if others know of a better solution.