apologies, I am new to this.
I followed the directions to create a Postgres database from https://aws.amazon.com/getting-started/tutorials/create-connect-postgresql-db/
I double checked the endpoint, jdbc:postgresql://databasename.csnul5z77jon.us-east-1.rds.amazonaws.com:5432/databasename
I am putting in correct password and username in SQL Workbench but I keep getting the message: 'the connection attempt failed'. I reinstalled the jdbc driver and checked is has the required syntax jdbc:postgresql://host:port/name_of_database.
Any idea what else I can try?
This error is likely coming down to one of the following:
If you're new and following this article exactly the most likely issue is the security group does not allow inbound access (as its not mentioned at all). Find the security group attached to your RDS instance from the console. Follow these instructions if you need some guidance, allowing port
5432
from your IP address only.