postgresql - Connect to a remote database on a docker container hosted on an AWS instance -


i have postgresql database running on docker container, ip address of container ip_container, , exposes port 5432, hosted on aws instance of ip address ip_instance. security group allows tcp connexions on port 5432.

i cannot connect on database local computer using ip_instance , port 5432 (cannot find host). missing ?


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -