Skip to content

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.

Configure your cloud provider credentials globally or per-environment. AeroDeploy supports OIDC (OpenID Connect) for keyless authentication.

providers:
aws:
role_arn: arn:aws:iam::123456789012:role/AeroDeployDeployer
region: us-east-1
providers:
gcp:
workload_identity_provider: projects/123456789/locations/global/workloadIdentityPools/aerodeploy
service_account: [email protected]
providers:
azure:
tenant_id: my-tenant-id
client_id: my-client-id
subscription_id: my-subscription-id

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: true

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.