The following official Amazon S3 links provide the driver in two formats:
: Point the library or classpath to the downloaded .jar file.
: Best for simple connections using a username and password. Latest Redshift JDBC 4.2 Driver (.jar) download amazon redshift jdbc driver
: Includes the driver plus all necessary AWS SDK dependencies for features like IAM authentication. Latest Redshift JDBC Driver with AWS SDK (.zip) 2. Maven and Gradle Configuration
To , you can choose between a direct download for manual installation or a Maven dependency for automated projects. The current latest major version is 2.x , which supports JDBC 4.2 and features like IAM/IDP authentication. 1. Direct Download Links The following official Amazon S3 links provide the
: Open the driver manager in your tool and create a new driver entry.
For Java or Kotlin developers, the driver is hosted on Maven Central . Add the following to your build file: Latest Redshift JDBC Driver with AWS SDK (
Most SQL tools (like DBeaver or SQL Workbench/J ) follow a similar setup: