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

2 réponses
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
EXPERT
répondu il y a un an
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
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions