From the course: Complete Guide to AWS Software Deployment
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Concepts for updating an AWS CloudFormation stack - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to AWS Software Deployment
Concepts for updating an AWS CloudFormation stack
- [Instructor] Once a stack has been created, CloudFormation allows you to update the resources managed by the stack. Updating a stack allows you to modify parameter inputs or change the template itself. The resulting action will only update the resources you modify. Be advised that this action could disrupt running services. Finally, updating a stack comes in two flavors, direct update or change sets. Direct updates occur immediately. Change sets on the other hand, introduce some additional steps to make sure everything is going to end up the way you want. Change sets let you preview changes. When updating a CloudFormation stack. They clarify how CloudFormation will execute a change. For instance, will it update a resource or delete and recreate it? However, they do not and cannot indicate the successful outcome of a change. Change sets can be executed right away or saved for later, and they expire once the underlying template is updated. After all, a set of proposed changes may not…
Contents
-
-
-
-
(Locked)
Create an AWS EC2 instance9m 43s
-
(Locked)
Connect to an EC2 instance with AWS Systems Manager5m 32s
-
(Locked)
Understanding AWS CloudFormation4m 29s
-
(Locked)
Writing an AWS CloudFormation template14m 31s
-
(Locked)
Running an AWS CloudFormation template5m 34s
-
(Locked)
Concepts for updating an AWS CloudFormation stack1m 9s
-
(Locked)
Practice updating AWS CloudFormation stacks via change sets10m 20s
-
(Locked)
Challenge: Use CloudFormation to build an instance with SSM1m 7s
-
(Locked)
Solution: Use CloudFormation to build an instance with SSM7m 9s
-
(Locked)
Understanding AWS CloudFormation custom resources1m 44s
-
(Locked)
Create an AWS CloudFormation custom resource, part 116m 16s
-
(Locked)
Create an AWS CloudFormation custom resource, part 25m 17s
-
(Locked)
CloudFormation teardown54s
-
(Locked)
-
-
-
-
-
-