Skip to content

Instantly share code, notes, and snippets.

@CodeFreezr
Created September 24, 2019 17:12
Show Gist options
  • Save CodeFreezr/147cd4de6f34d00e26d8389e4b2ea359 to your computer and use it in GitHub Desktop.
Save CodeFreezr/147cd4de6f34d00e26d8389e4b2ea359 to your computer and use it in GitHub Desktop.
Counts Cloudformation Stacks by Status
aws cloudformation list-stacks | jq '.StackSummaries | [ group_by(.StackStatus)[] | { "status": .[0].StackStatus, "count": (. | length) }]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment