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,
wired into the same stack-based workflow as every other aws/cloudformation verb.
Usage
atmos aws cloudformation drift detect <component> --stack <stack>
atmos aws cloudformation drift describe <component> --stack <stack>
Subcommands
describe
Show the results of the most recent drift detection.
detect
Run drift detection against the deployed stack.