Skip to content

Instantly share code, notes, and snippets.

@ginokent
Last active January 7, 2019 03:24
Show Gist options
  • Save ginokent/6269600c9c7d6fa7b937f3ecc076454a to your computer and use it in GitHub Desktop.
Save ginokent/6269600c9c7d6fa7b937f3ecc076454a to your computer and use it in GitHub Desktop.
[one-liner] AWS CloudFormation drift 検知
aws cloudformation describe-stacks --query 'Stacks[].StackName' --output text | tr '[[:blank:]]' '\n' | xargs -I{} aws cloudformation detect-stack-drift --stack-name {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment