AWS CloudFormation · Arazzo Workflow
CloudFormation Deploy a Stack Set
Version 1.0.0
Create a stack set, roll out an instance to an account and region, then poll the instance until CURRENT.
View Spec
View on GitHub
AutomationCloud ResourcesIaCInfrastructure As CodeStack ManagementArazzoWorkflows
Provider
Workflows
deploy-stack-set
Create a stack set and roll out an instance to a target account and region.
Creates a stack set, creates a stack instance in the supplied account and region, and waits for that instance to reach CURRENT.
1
createStackSet
createStackSet
Create the stack set from the supplied template using the self-managed permission model.
2
createInstance
createStackInstances
Create a stack instance for the stack set in the target account and region, capturing the operation ID.
3
pollInstance
describeStackInstance
Poll DescribeStackInstance until the instance reaches CURRENT. Branch to a failure end if the instance becomes INOPERABLE.