CellPilot / aws /dist /awscli /examples /cloudformation /wait /change-set-create-complete.rst
philippendres's picture
Upload folder using huggingface_hub
907462b verified
Raw
History Blame Contribute Delete
396 Bytes
**To wait for a change set to finish creating**
The following ``wait change-set-create-complete`` example pauses and resumes only after it can confirm that the specified change set in the specified stack is ready to run. ::
aws cloudformation wait change-set-create-complete \
--stack-name my-stack \
--change-set-name my-change-set
This command produces no output.