amazon web services - Unable to connect to recently launched PostgreSQL RDS instance -


i have rds instance i'm unable 'psql' (connect) to. i've confirmed following:

  • vpc vpc5525e931 (10.0.0.0/16)
  • subnets bbddfoe2, 96979cec (10.0.0.0/24) (10.0.1.0/24) pointing above vpc above
  • security set rds-launch-wizard3, opened 5432 (same vpc above)

i've tried connecting endpoint via hostname , ip address, both of fail w/the following error:

psql: not connect server: operation timed out server running on host "x.x.x.x.x" , accepting tcp/ip connections on port 5432? 

any appreciated! also, thoughts on diagnosing further help. it's missed configuration somewhere.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -