Created
January 22, 2019 20:15
-
-
Save khornberg/b607242c33ac35fc192070276f50c94b to your computer and use it in GitHub Desktop.
delete cloudformation stack on a filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws cloudformation list-stacks --stack-status-filter REVIEW_IN_PROGRESS | jq -c '.StackSummaries[] | .StackName' | xargs -L 1 aws cloudformation delete-stack --stack-name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment