AWS CloudFormation - The native AWS IaC
October 21, 2025
AWS CloudFormation - The native AWS IaC

Score 8 out of 10
Vetted Review
Verified User
Overall Satisfaction with AWS CloudFormation
We were looking for an IaC technology, something refreshing after so much hassles with the current bloated terraform repo (our faults, not terraform's). Given that 99.99% of our infra is on AWS CloudFormation & CDK seem like a natural choice.
On top of that, with limited Platform team, the ability to use Typescript for IaC is a big plus, as the software engineers can participate in maintaining their team's own infra.
On top of that, with limited Platform team, the ability to use Typescript for IaC is a big plus, as the software engineers can participate in maintaining their team's own infra.
Pros
- IaC, transactional on top of that
- Support for "mainstream" general programming languages
- Sharable IaC "snippets" that can setup standardized environments for individuals quickly
- OOP techniques are available thanks to OOP languages
Cons
- The transactional part could be headache-inducing if you're caught surprised
- Missing some features like moved / import blocks from Terraform
- The whole availability of OOP techniques opens the usual OOP can of worms
- Individual team members can have their personal sandbox up & running in minutes
- Standardized environment templates shared across organization
- Sophisticated RBAC & cost allocation
The only real comparison would be to Terraform, which is another IaC technology at the infra level. Terraform is cloud-agnostic, which means most popular cloud providers are supported. While AWS CloudFormation is AWS-only. Although, if you consider CDK, CDK for Terraform (CDKTF) seems to be a new choice with rising popularity. But well, it adds another layer of abstraction.
Do you think AWS CloudFormation delivers good value for the price?
Yes
Are you happy with AWS CloudFormation's feature set?
Yes
Did AWS CloudFormation live up to sales and marketing promises?
Yes
Did implementation of AWS CloudFormation go as expected?
Yes
Would you buy AWS CloudFormation again?
Yes
Comments
Please log in to join the conversation