AWS CloudFormation · Arazzo Workflow
CloudFormation Create and Execute a Change Set
Version 1.0.0
Create a change set, poll until CREATE_COMPLETE, execute it, then wait for the stack update to finish.
View Spec
View on GitHub
AutomationCloud ResourcesIaCInfrastructure As CodeStack ManagementArazzoWorkflows
Provider
Workflows
change-set-deploy
Preview a stack change via a change set and execute it to completion.
Creates a change set, waits for it to be created, executes it, and waits for the stack to reach UPDATE_COMPLETE.
1
createChangeSet
createChangeSet
Create a change set describing how the supplied template differs from the stack's current template.
2
pollChangeSet
describeChangeSet
Poll DescribeChangeSet until the change set finishes computing. Branch to execution on CREATE_COMPLETE or to a failure end when creation fails.
3
executeChangeSet
executeChangeSet
Execute the created change set, which starts updating the stack with the previewed changes.
4
pollStackUpdate
describeStacks
Poll DescribeStacks until the stack update settles. End on UPDATE_COMPLETE or on any update rollback terminal state.