AWS CloudFormation · Arazzo Workflow
CloudFormation Detect Stack Drift
Version 1.0.0
Start drift detection, poll until detection completes, then list the drifted resources.
View Spec
View on GitHub
AutomationCloud ResourcesIaCInfrastructure as CodeStack ManagementArazzoWorkflows
Provider
Workflows
detect-stack-drift
Run drift detection on a stack and report which resources drifted.
Initiates drift detection, waits for the detection operation to complete, and returns the drift status plus the list of drifted resources.
1
startDriftDetection
Start a stack-wide drift detection operation and capture the detection ID used to monitor progress.
2
pollDetectionStatus
Poll DescribeStackDriftDetectionStatus until detection finishes. Branch to listing drifts on DETECTION_COMPLETE or to a failure end on DETECTION_FAILED.
3
listResourceDrifts
Retrieve the per-resource drift details for the stack, filtered to the resources that have actually drifted.
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.