Overview
Starting with the April 2026 Poolside release, application deployments use Helm directly. Customers running the Terraform-based deployment migrate by upgrading to the April release bundle, which includes a final Terraform run that transitions the existing deployment to direct-Helm management. Subsequent upgrades usehelm upgrade and do not require Terraform.
What changes
- Before: deployment and application upgrades run through the Poolside Terraform deployment bundle.
- After: AWS infrastructure and other dependencies are managed by your team, using existing infrastructure-as-code, by migrating to the reference architecture), or manually, while the Poolside platform will be upgraded with
helm upgrade. - The April release is a mandatory step. Subsequent releases will be helm-only and assume the migration has been completed and cannot be installed directly on a Terraform-managed deployment.
Prerequisites
- Your existing Terraform-based deployment is on the release immediately preceding the April 2026 release.
- You have admin access to the AWS account that hosts the deployment.
Migrate
Step 1: Take a backup of your deployment
For backup and restore guidance, see Backup and restore.Step 2: Upgrade to the April 2026 release
Run the Poolside-provided Terraform migration. This upgrade is mandatory and includes the transition from Terraform-managed deployment to Helm-managed deployment.Step 3: Verify the Helm-managed deployment
Step 4: Adopt the new upgrade flow
After the migration completes, future Poolside releases will be upgraded with:After migration
- For the canonical AWS deployment guidance going forward, see Amazon EKS deployment.
- For the AWS reference architecture and Terraform modules that match the new posture, see AWS reference architecture.
- For ongoing operations on the legacy Terraform-managed deployment until you migrate, see Amazon EKS (Terraform) — legacy.