Appian now provides infrastructure and a tool to assist with migrating data from self-managed environments into Appian Cloud. Appian will provision an AWS S3 bucket and encryption key in Appian Cloud’s AWS Environment, and provide credentials to securely transfer data into Appian Cloud.
These steps are meant for “Server Based” Appian, not Appian on Kubernetes (AoK).
export AWS_ACCESS_KEY_ID=<YOUR_ACCESS_KEY>
export AWS_SECRET_ACCESS_KEY=<YOUR_SECRET_ACCESS_KEY>
export AWS_REGION=<US-EAST-1 | US-GOV-EAST-1>
Utilize the --dry-run command below to check if the AWS credentials are setup properly
--dry-run
./migrate cloud export
./migrate cloud export --help
--help
./migrate cloud export --dry-run
./migrate cloud export -i /home/appian
./migrate cloud export --db-dir <path-to-database-directory>
?
This article applies to all versions of "server based" self-managed Appian.
Last Reviewed: January 2026