CloudFormation
Managing CloudFormation Stacks through Spacelift.
Last updated
Was this helpful?
Managing CloudFormation Stacks through Spacelift.
Last updated
Was this helpful?
You can find more details in the subpages:
CloudFormation is an excellent Infrastructure-as-Code tool that supports transactional deploys (automatically rolling back on failure), has a rich construct library, and does not require separate state management like Terraform or Pulumi.
Even if you don't want to write YAML/JSON files directly, there are multiple frameworks that let you write your CloudFormation config in more ergonomic, general-purpose languages.
Spacelift helps you manage the complexities and compliance challenges of using CloudFormation. It brings with it a GitOps flow, so your infrastructure repository is synced with your CloudFormation Stacks, and pull requests show you a preview of what they're planning to change. It also has an extensive selection of , which lets you and .
You can also use Spacelift to mix and match Terraform, Pulumi, and CloudFormation Stacks and have them talk to one another. For example, you can set up Terraform Stacks to provision required infrastructure (like an ECS/EKS cluster with all its dependencies) and then connect that to a CloudFormation Stack which then transactionally deploys your services there using and the Spacelift provider for workflow orchestration and to export Terraform outputs as CloudFormation input parameters.
Yes! We support , , and the . You can read more about it in the relevant subpages of this document.