Cloudflare Tunnel + AWS RDS Postgres
Hi There, is there a guide, video, anything that I can follow to setup Cloudflare Tunnel and AWS RDS.
What I have done so far is setup a Tunnel in a Public EC2, that works fine, and configured an entry in the tunnel public hostname, using
tcp://<db-hostname>:5432
, but I kind of stuck, I cannot really access this database using postgres clients... (Also using WARP)2 Replies
Hi @Sandor , did you ever manage to get this working?
I also want to do the same. I have a bastion EC2 with cloudflared running (healthy)... not sure what to do about networking and how i would connect to RDS (postgres) database from a worker...
i dont really want to use hyperdrive because it's only ever writing to the database so i have no need for any caching because never reading
also, i don't think i would need Warp although i could be wrong there...
@Sandor - did you have any luck?