Block until a stack finishes updating.
Section: Stacks
Wait for stack update complete
bash
bash
aws cloudformation wait stack-update-complete --stack-name app-prodExplanation
Lets automation wait for a known-good terminal state.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Stacks
Validate a template
Check a template for basic syntax and structural validity.
Update a stack
Update an existing stack with a new template or parameters.
Deploy a stack with package-style semantics
Create or update a stack using `deploy`.