Process Flow - Updating and deleting stacks
Create or have existing stack
Decide to update stack?
No→Exit
Yes
Prepare updated template or parameters
Submit update request
CloudFormation processes update
Update success?
No→Rollback changes
Yes
Stack updated
Decide to delete stack?
No→Exit
Yes
Submit delete request
CloudFormation deletes resources
Stack deleted
End
This flow shows how you update an existing stack by submitting changes, then optionally delete the stack to remove all resources.