intermediate~2.5h

AWS CloudFormation

Defining your infrastructure as a version-controlled template instead of clicking through the Console — repeatable, reviewable, and rollback-able.

1
Subtopics

🎓 Learning objectives

  • Explain why Infrastructure as Code is preferred over manual Console configuration for production systems
  • Explain what a CloudFormation Stack is and how it tracks resources
  • Explain what a Change Set does and why you'd review one before applying it
  • Explain how CloudFormation handles rollback on a failed deployment

AWS CloudFormation is a Pro topic

Sign in, then upgrade to Pro or Power to unlock this topic and the full AWS curriculum.

📂 Subtopics

Related concepts

cdk-iaccicd-codepipelineaws-well-architected-framework

Next Step

Continue to AWS CDK