Infrastructure as code for AWS using YAML or JSON templates
Free
AWS resources
$0.0009/per operation
Third-party resources
No reviews yet. Be the first to review AWS CloudFormation!
Write a ReviewYes, CloudFormation itself is free. You pay only for resources it creates. No additional charges for the orchestration service.
CloudFormation is AWS's infrastructure as code service. Define resources in YAML or JSON templates. AWS creates and manages the stack.
CloudFormation is AWS-native with best AWS integration. Terraform is multi-cloud. CloudFormation for AWS-only; Terraform if you use multiple clouds.
A stack is a collection of resources defined in a template. Create, update, or delete together. Nested stacks allow modular templates.
CDK if you prefer programming languages. CloudFormation for YAML templates or if your team knows it. CDK compiles to CloudFormation anyway.