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
質問済み 1年前355ビュー
2回答
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
エキスパート
回答済み 1年前
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
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ