Metabase - IP addresses to whitelist
There are some Amazon RDS databases that are in private subnet of my VPC.
I want to connect to them through Metabase. I tried to add these IPs in the Security Group associated to the RDS instances. However, I was not able to connect.
If these Metabase IPs are directly added to my VPC, can the database be accessed? If yes then how?
I came accross SSH tunneling in metabase. [https://www.metabase.com/docs/v0.46/databases/ssh-tunnel.html][1]
If I create a EC2 instance in public subnet and use this method will I be able to access the RDS DB.