Terraform vs CloudFormation vs CDK: which one to learn
· 9 minutes de lecture
Short answer: learn Terraform first. It is the most requested infrastructure-as-code skill in job postings, it works across clouds, and its concepts transfer everywhere. Use CloudFormation when you are all-in on AWS and want no state file to manage. Use the CDK when your team would rather write TypeScript or Python than a configuration language.