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
preguntada hace un año355 visualizaciones
2 Respuestas
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
EXPERTO
respondido hace un año
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 hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas