Created
September 8, 2022 12:15
-
-
Save palashkulsh/e5e6225a866a82dc6ca54b7786ec5ee5 to your computer and use it in GitHub Desktop.
ebs snapshot
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 ec2 describe-snapshots --filters Name=tag:Techteam,Values=mall-cart | jq '.Snapshots[] | "\(.SnapshotId),\(.VolumeId),\(.StartTime),\(.VolumeSize),\(.Tags[] | select(.Key=="Hostname") | .Value),\(.Description)"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment