Trying to navigate connecting to an instance from a jump box. psql works fine.
Unexpected error running Liquibase: liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: Connection could not be created to
jdbc:postgresql:aurora//instance-name-here
liquibase.properties file:
url=jdbc:postgresql:aurora//instance-name-here
driver=org.postgresql.Driver
classpath: postgresql-42.2.8.jar
username:secretUser
password:abcdeghijklmnopassword
changeLogFile: dbchangelog.postgresql.sql