Amazon Aurora is a MySQL- and PostgreSQL-compatible relational database offered as a part of the Amazon Relational Database Service (RDS). You can deploy Aurora PostgreSQL or MySQL database as a Server or it can be deployed in Serverless mode.
In this tutorial, you will learn how to connect to a PostgreSQL-based Aurora instance using a PostgreSQL ODBC or JDBC driver from Progress DataDirect. Progress DataDirect ODBC or JDBC Driver for Aurora PostgreSQL offers a high-performing, secure and reliable connectivity solution for ODBC or JDBC applications to access Aurora PostgreSQL data. Let’s get started.
Note: If you are using Aurora PostgreSQL Serverless, fill in your db instance identifier as database name for successful connection.
Connection URL: jdbc:datadirect:postgresql://dbaurora.demodatadirect.us-east-1.rds.amazonaws.com;databaseName=<databasename>;
Class Name: com.ddtek.jdbc.postgresql.PostgreSQLDriver
Note: If you are using Aurora PostgreSQL Serverless, fill in your db instance identifier as database name for successful connection.
Feel free to talk to us if you have any questions.