Providers
AeroDeploy is built for the multi-cloud enterprise. Our provider ecosystem allows you to seamlessly deploy workloads across AWS, Google Cloud, Azure, and on-premises Kubernetes clusters.
Cloud Providers
Section titled “Cloud Providers”Configure your cloud provider credentials globally or per-environment. AeroDeploy supports OIDC (OpenID Connect) for keyless authentication.
AWS (Amazon Web Services)
Section titled “AWS (Amazon Web Services)”providers: aws: role_arn: arn:aws:iam::123456789012:role/AeroDeployDeployer region: us-east-1Google Cloud (GCP)
Section titled “Google Cloud (GCP)”providers: gcp: workload_identity_provider: projects/123456789/locations/global/workloadIdentityPools/aerodeploy service_account: deployer@my-project.iam.gserviceaccount.comMicrosoft Azure
Section titled “Microsoft Azure”providers: azure: tenant_id: my-tenant-id client_id: my-client-id subscription_id: my-subscription-idInfrastructure as Code (IaC) Integration
Section titled “Infrastructure as Code (IaC) Integration”AeroDeploy is fully compatible with Terraform, OpenTofu, and Pulumi. You can define IaC steps natively within your pipeline to provision infrastructure alongside your application code.
steps: - uses: aerodeploy/terraform-apply@v4 with: workspace: production auto_approve: trueNotification Providers
Section titled “Notification Providers”Keep your organization informed by routing deployment events to your preferred communication channels.
- Slack: Route deployment successes, failures, and approval requests to specific channels.
- PagerDuty: Automatically trigger incidents for failed production rollouts.
- Datadog: Overlay deployment markers on your monitoring dashboards to correlate releases with system performance.