Amazon Control Tower · Arazzo Workflow
AWS Control Tower Create Landing Zone and Confirm
Version 1.0.0
Create a landing zone, poll the async operation to completion, then read back the landing zone details.
View Spec
View on GitHub
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControlArazzoWorkflows
Provider
Workflows
create-landing-zone
Create a landing zone and wait for the operation to succeed.
Calls createLandingZone, then repeatedly checks getLandingZoneOperation until the operation status is no longer IN_PROGRESS, branching to getLandingZone on success.
1
createLandingZone
Start the asynchronous create-landing-zone operation and capture the operation identifier and the new landing zone ARN.
2
pollLandingZoneOperation
Check the status of the create 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 details, including status, version, and drift status, now that creation 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.