Install the Liquibase Pro AWS Extension
Last updated: July 14, 2025
The Liquibase AWS extension encompasses the three AWS S3, AWS Secrets Manager, and Amazon DynamoDB Pro extensions into one. This single, convenient source provides a unified user experience and allows for seamless work between the three tools.
Before you begin
Liquibase 4.31.0+
Liquibase Pro license. See Apply Your Liquibase Pro License Key.
If you currently use the individual AWS S3, AWS Secrets Manager, and Amazon DynamoDB Pro extensions, you must remove them from your directory before using the AWS extension to prevent possible conflicts.
Procedure
1
Download the Liquibase AWS extension
The Liquibase AWS extension is available on Maven Central.
2
Move the liquibase-aws-extension-<version>.jar to your liquibase/lib directory
3
(Optional) Maven users must include the driver JAR(s) as a dependency in your pom.xml file.
<dependency>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-aws-extension</artifactId>
<version>1.0.0</version>
</dependency>