You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
A CloudFormation stack is a collection of AWS resources that are created, updated, and deleted as a single unit. When you submit a template to CloudFormation, it creates a stack that tracks every resource defined in that template. Understanding how to manage stacks — creating, updating, monitoring, and deleting them — is essential for working with CloudFormation in practice.
A stack is the fundamental deployment unit in CloudFormation. It has:
Think of a stack as a single "unit of infrastructure" — all the resources in a stack are meant to work together.
CloudFormation tracks the lifecycle of each stack through a series of statuses:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.