CloudFormation vs. CDK vs. Terraform vs. CDKTF

An IaC Comparison

Last updated:

(WIP)

Overtime, tools progress. New tools fix the problems of the old tools, but new tools introduce new problems The rate of the new tools fixing the issues of the old is higher than the new issues that the new tools introduce This article presents an approach that works, but it does not claim to be the best approach

Cloudformation CDK Terraform CDKTF
Used Format YAML Python [1] HSL Python [2]