Is it possible to connect to an RDS database throu...
# help
u
Is it possible to connect to an RDS database through SSH Tunneling ? My DB is on a private VPC.
i
Hey Itai! lakeFS accepts a postgres connection string, so if it’s reachable from the network where lakeFS is running, you should be good to go.
May I ask about your use-case and what you’re trying to achieve? For instance, why not running lakeFS in that private VPC?
u
Thanks for getting back to me so quickly. The databases we are running are in their own VPC and we are unable to run lakeFA in that VPC do to current architecture considerations. If I understand correctly, their is no way to SSH Tunnel because lakeFS only accepts a connection string?
i
IIUC you mean that lakeFS will first create that ssh tunnel and then connect to it?