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
posta un anno fa355 visualizzazioni
2 Risposte
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
ESPERTO
con risposta un anno fa
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
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande