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
detectStackDrift
Start a stack-wide drift detection operation and capture the detection ID used to monitor progress.
2
pollDetectionStatus
describeStackDriftDetectionStatus
Poll DescribeStackDriftDetectionStatus until detection finishes. Branch to listing drifts on DETECTION_COMPLETE or to a failure end on DETECTION_FAILED.
3
listResourceDrifts
describeStackResourceDrifts
Retrieve the per-resource drift details for the stack, filtered to the resources that have actually drifted.