AWS CloudFormation · Arazzo Workflow
CloudFormation Safe Stack Update
Version 1.0.0
Summarize a template, update the stack, poll until UPDATE_COMPLETE, then pull the stack events.
View Spec
View on GitHub
AutomationCloud ResourcesIaCInfrastructure as CodeStack ManagementArazzoWorkflows
Provider
Workflows
safe-stack-update
Summarize, apply, and audit an in-place CloudFormation stack update.
Inspects the template summary, updates the stack, waits for the update to finish, and retrieves the stack events for auditing.
1
summarizeTemplate
Get the template summary to surface required capabilities and declared parameters before applying the update.
2
updateStack
Apply the updated template to the stack. After this call returns the stack update has started and can be polled via DescribeStacks.
3
pollStackUpdate
Poll DescribeStacks until the update settles, then proceed to pull events whether the update succeeded or rolled back.
4
pullEvents
Retrieve the recent stack events in reverse chronological order so the update can be audited resource by resource.
Source API Descriptions
openapi
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.