# atmos aws cloudformation drift

Detect and describe drift between a deployed CloudFormation stack's actual
resource configuration and its stack template — CloudFormation's own
[stack drift detection](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html),
wired into the same stack-based workflow as every other `aws/cloudformation` verb.

> ⚠️ Experimental

## Usage

```shell
atmos aws cloudformation drift detect <component> --stack <stack>
atmos aws cloudformation drift describe <component> --stack <stack>
```

## Subcommands
