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
Create a change set describing how the supplied template differs from the stack's current template.
2
pollChangeSet
Poll DescribeChangeSet until the change set finishes computing. Branch to execution on CREATE_COMPLETE or to a failure end when creation fails.
3
executeChangeSet
Execute the created change set, which starts updating the stack with the previewed changes.
4
pollStackUpdate
Poll DescribeStacks until the stack update settles. End on UPDATE_COMPLETE or on any update rollback terminal state.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.