Skip to main content

2 posts tagged with "AWS"

Articles about Amazon Web Services — EC2, Lambda, SageMaker, CloudFormation and more.

View All Tags

Terraform vs CloudFormation vs CDK: which one to learn

· 9 min read
Haythem Rehouma
Founder, InSkillBoost — Cloud, AI & DevOps educator

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.