atmos aws cloudformation drift describe
Show the per-resource results of the most recently completed drift
detection (DescribeStackResourceDrifts) without triggering a new one. Run
drift detect first — this
command only reads existing results.
Usage
atmos aws cloudformation drift describe <component> --stack <stack> [options]
atmos aws cloudformation drift describe vpc -s plat-ue2-dev
Flags
--stack,-s(required for a single component)- Atmos stack. Required when operating on a single component; optional (and used only to narrow the selected set) with
--all/--affected. --all(optional)- Describe drift for all
aws/cloudformationcomponents in dependency order. --affected(optional)- Describe drift for affected
aws/cloudformationcomponents and their dependencies. --include-dependents(optional)- With
--affected, include dependentaws/cloudformationcomponents. --tags(optional)- Filter by tags (comma-separated, matches any):
--tags=production,tier-1. Composes with--all/--affectedto narrow the selected set further; cannot be combined with a single component argument. --labels(optional)- Filter by labels (comma-separated
key=valueorkey:valuepairs, matches all):--labels=cost-center=platform,compliance=sox. Composes with--all/--affected/--tags; cannot be combined with a single component argument.
Output
Only resources that are not IN_SYNC are printed. If the stack has no drift
results at all (no detection has ever run), drift describe says so and
suggests running drift detect first.