Amazon Control Tower · Arazzo Workflow
AWS Control Tower Update Landing Zone and Confirm
Version 1.0.0
Update a landing zone's version or manifest, poll the async operation, then read back its details.
View Spec
View on GitHub
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControlArazzoWorkflows
Provider
Workflows
update-landing-zone
Update a landing zone and wait for the operation to succeed.
Calls updateLandingZone, then repeatedly checks getLandingZoneOperation until the operation status is no longer IN_PROGRESS, branching to getLandingZone on success.
1
updateLandingZone
Start the asynchronous update-landing-zone operation and capture the operation identifier used for polling.
2
pollLandingZoneOperation
Check the status of the update operation. Repeats while the operation is still IN_PROGRESS, and proceeds to read the landing zone once it has SUCCEEDED.
3
getLandingZone
Retrieve the landing zone's refreshed details, including status and version, now that the update has completed.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.