Recall & Review
beginner
What is a CloudFormation stack update?
A stack update is the process of changing the resources or settings in an existing CloudFormation stack to match a new template or parameters.
Click to reveal answer
beginner
What happens if a stack update fails?
If a stack update fails, CloudFormation rolls back the changes to keep the stack in its previous stable state.
Click to reveal answer
beginner
How do you delete a CloudFormation stack?
You delete a stack by telling CloudFormation to remove all the resources it created for that stack, cleaning up everything automatically.
Click to reveal answer
intermediate
What should you check before deleting a stack?
Check if any resources are still in use or have dependencies outside the stack to avoid breaking other systems.
Click to reveal answer
intermediate
Can you update a stack to remove resources?
Yes, by modifying the template to remove resources and then updating the stack, CloudFormation deletes those resources during the update.
Click to reveal answer
What does CloudFormation do if a stack update fails?
✗ Incorrect
CloudFormation rolls back the stack to its previous stable state to avoid partial updates.
Which action deletes all resources created by a CloudFormation stack?
✗ Incorrect
Deleting the stack removes all resources created by that stack.
How can you remove a resource from a stack?
✗ Incorrect
Updating the stack with a new template that removes the resource causes CloudFormation to delete it.
Before deleting a stack, what should you verify?
✗ Incorrect
Ensure no resources are in use outside the stack to prevent breaking dependencies.
What is the main benefit of stack updates?
✗ Incorrect
Stack updates allow changing resources without deleting the entire stack.
Explain the process and safety mechanisms involved when updating a CloudFormation stack.
Think about how CloudFormation keeps your resources safe during changes.
You got /4 concepts.
Describe the steps and considerations before deleting a CloudFormation stack.
Deleting a stack is like cleaning up a project; make sure nothing important is still connected.
You got /4 concepts.