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
getTemplateSummary
Get the template summary to surface required capabilities and declared parameters before applying the update.
2
updateStack
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
describeStacks
Poll DescribeStacks until the update settles, then proceed to pull events whether the update succeeded or rolled back.
4
pullEvents
describeStackEvents
Retrieve the recent stack events in reverse chronological order so the update can be audited resource by resource.