You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Updating production infrastructure is inherently risky. A single misconfigured property can cause downtime, data loss, or unexpected resource replacement. CloudFormation change sets address this risk by letting you preview exactly what will change before you apply an update. In this lesson, we will learn how to create, review, and execute change sets, and we will explore advanced update strategies.
A change set is a summary of the proposed changes to a stack. When you create a change set, CloudFormation compares your updated template with the current stack and generates a list of changes — without actually making any modifications.
Think of a change set as a "dry run" for your stack update.
The workflow has three steps:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.