⛅ CloudFormation Support

We're happy to announce that from today, CloudFormation joins Terraform, Terragrunt, Pulumi, and Kubernetes as a core IaC tool supported in env0! AWS CloudFormation lets you model, provision, and manage AWS and third-party resources by treating infrastructure as code. With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the resources for you.

Manage your CloudFormation stack within env0, to enjoy features, such as Continuous Deployment, Policies and RBAC. You can also use Custom Flows to alter the deployment by running commands, or Workflows to orchestrate multiple IaC stacks and dependencies between them.

✨ Get Started ✨

CloudFormation uses either YAML or JSON template file to describe the resources that are managed by it.

To manage your CloudFormation stack using env0, you will need to create a new CloudFormation template, or run an environment without template and choose type CloudFormation

961

Learn more about CloudFormation support in env0.