Amazon Control Tower · Arazzo Workflow
AWS Control Tower Disable Control and Confirm
Version 1.0.0
Disable a control on an organizational unit and poll the async operation until it completes.
View Spec
View on GitHub
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControlsArazzoWorkflows
Provider
Workflows
disable-control
Disable a control on an OU and wait for the operation to succeed.
Calls disableControl, then repeatedly checks getControlOperation until the operation status is no longer IN_PROGRESS.
1
disableControl
disableControl
Start the asynchronous disable-control operation on the target OU and capture the operation identifier used for polling.
2
pollControlOperation
getControlOperation
Check the status of the disable-control operation. Repeats while the operation is still IN_PROGRESS, and ends the workflow once it has SUCCEEDED.