Skip to content

Instantly share code, notes, and snippets.

@palashkulsh
Last active March 18, 2024 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palashkulsh/3b72ac1f3d7ea24f0bf1d55fdf40bafe to your computer and use it in GitHub Desktop.
Save palashkulsh/3b72ac1f3d7ea24f0bf1d55fdf40bafe to your computer and use it in GitHub Desktop.
ebs snapshots
aws ec2 describe-snapshots --region ap-south-1 --query 'Snapshots[*].[SnapshotId,StartTime,VolumeSize,VolumeId,StorageTier,State,Tags[?Key==`Techteam`].Value | [0],Tags[?Key==`Project`].Value | [0],Description]' --output json | jq -r '.[] | @csv'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment