Last active
September 24, 2019 17:21
-
-
Save CodeFreezr/41e6f419808f8ef456c61fe1500ff86a to your computer and use it in GitHub Desktop.
Get Total-Volume-Sizes of all Snapshots together
This file contains 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 ec2 describe-snapshots --owner-ids self | jq '[.Snapshots[].VolumeSize] | add' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment