have created a postgre instance in RDS and have created a security group for the VPC with below inbound rules:
Type Protocol PortRange Source
Custom TCP Rule TCP 5432 0.0.0.0/0
All traffic All All 0.0.0.0/0
I try to connect to the RDS instance using pgAdmin , but get the below error
could not connect to server: Operation timed out Is the server running on host "xxxxx-1.rds.amazonaws.com" (54.xxx.xxx.83) and accepting TCP/IP connections on port 5432?
Can you tell me what am i missing?