7 ms·
Do you whitelist IPs for the Postgres port? It should not be publicly accessible to the world. You could also tunnel it over ssh and map the port.
by dillonmckay 6y ago
Do you whitelist IPs for the Postgres port?
It should not be publicly accessible to the world.
You could also tunnel it over ssh and map the port.
- ramraj07 6y agoAt least in AWS tunneling through SSH suddenly makes it not cheap anymore - I have currently gone with the whitelisted IP list for personal projects.