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-AccountSecurityControlsArazzoWorkflows
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
createLandingZone
Start the asynchronous create-landing-zone operation and capture the operation identifier and the new landing zone ARN.
2
pollLandingZoneOperation
getLandingZoneOperation
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
getLandingZone
Retrieve the landing zone's details, including status, version, and drift status, now that creation has completed.