Amazon Control Tower · Arazzo Workflow
AWS Control Tower Update Enabled Baseline and Confirm
Version 1.0.0
Upgrade an enabled baseline to a new version, poll the async operation, then read back its details.
View Spec
View on GitHub
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControlsArazzoWorkflows
Provider
Workflows
update-enabled-baseline
Update an enabled baseline's version and wait for the operation to succeed.
Calls updateEnabledBaseline, then repeatedly checks getBaselineOperation until the operation status is no longer IN_PROGRESS, branching to getEnabledBaseline on success.
1
updateEnabledBaseline
updateEnabledBaseline
Start the asynchronous update of the enabled baseline and capture the operation identifier used for polling.
2
pollBaselineOperation
getBaselineOperation
Check the status of the update operation. Repeats while the operation is still IN_PROGRESS, and proceeds to read the enabled baseline once it has SUCCEEDED.
3
getEnabledBaseline
getEnabledBaseline
Retrieve the enabled baseline's refreshed details, including its status summary and applied baseline version, now that the update has completed.