Debakar Roy

Day 25: CloudFormation (AWS) - Overview and comparison

1 min read

After four days on Terraform, today I compared it with AWS CloudFormation and surveyed the other IaC options. The short version from my reading: CloudFormation is AWS-only and uses YAML/JSON templates, while Terraform is cloud-agnostic with HCL — worth knowing both, since the trade-off comes up in interviews and on real teams.

Some articles which shed light on CloudFormation vs Terraform:


Other Terraform alternatives worth knowing: