Skip to content

Instantly share code, notes, and snippets.

@azaazato
Last active October 27, 2016 01:32
Show Gist options
  • Save azaazato/33b14a3793fd0b008c421c220ff2bcbd to your computer and use it in GitHub Desktop.
Save azaazato/33b14a3793fd0b008c421c220ff2bcbd to your computer and use it in GitHub Desktop.
cloudwatch logsを容量順に表示する
$ aws logs describe-log-groups | jq '.logGroups | sort_by(.storedBytes)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment