Cant connect to pgAdmin

0

Hi Im testing a free postgresql db but I always get connection timeout error My db is public and my inbound and outbound rules allow all traffic from all ips but also I included mine.

Enter image description here

Jam103
feita há um ano355 visualizações
2 Respostas
0

Is "Publicly Accessible" enabled for RDS as described here?
If this is not enabled, RDS will not be able to connect even if it is running on a public subnet.
https://repost.aws/knowledge-center/rds-connectivity-instance-subnet-vpc

profile picture
ESPECIALISTA
respondido há um ano
0

Hi,

Even if the RDS instance is configured as a public instance if the associated subnets are inaccessible from the internet, you would not be able to connect to the RDS instance.

Check if your route table attached to the subnets have a route to an internet gateway. Additionally, ensure that the Network ACL allows traffic to the RDS instance.

Configuring Subnet -> https://docs.aws.amazon.com/vpc/latest/userguide/configure-subnets.html Connecting an Internet Gateway -> https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Internet_Gateway.html

Hope this helps

profile picture
Bisina
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas