We’re trying to setup n8n over https://app.n8n.cloud but I’m not able to connect to our database behind VPC. Here’s how our api/database is deployed on AWS
I’ve setup an ssh tunnel from Jump host to EC2 instance, whitelisted IPs at security groups as well as within the database configuration, but I’m not able to connect it via n8n servers.
Here’s the command I’ve used on Jump host to setup the SSH tunneling
How are you trying to make the connection to your jump host? At the moment our cloud instances don’t support VPNs or SSH tunnels from the instance but in theory if your jump host is listening on an address the cloud instance can read and is proxying the connections through the tunnel it should work.
It could be worth testing the jump host manually in a similar way from your desktop just to make sure that is working.
I’m able to connect to the server from my local but its not connecting via n8n and getting timed out (504 error). I’ve whitelisted following ips as shared in the doc.