Skip to content

Instantly share code, notes, and snippets.

@opennomad
Last active June 12, 2019 14:45
Show Gist options
  • Save opennomad/eec5606622a68fa3f8f8916da2b513f4 to your computer and use it in GitHub Desktop.
Save opennomad/eec5606622a68fa3f8f8916da2b513f4 to your computer and use it in GitHub Desktop.
version count of all Elasticbeanstalk application
# get a version count of all Elasticbeanstalk application
aws elasticbeanstalk describe-application-versions | jq '.ApplicationVersions[] | .ApplicationName' | sort | uniq -c | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment