by shigemk2

当面は技術的なことしか書かない

describe-snapshots

aws ec2 describe-snapshots --filter Name=tag:Name,Values=tag-name --owner self --output json | jq '.Snapshots[] | select(.StartTime >= "2020-06-23" ) | [.Tags[0].Value, .Description, .StartTime, .SnapshotId]'
  • 名前はTag Nameで検索できる
  • sortオプション、あるかと思ったら無い
  • jq関係でちょっとした強さと技術が必要

Amazon EBS スナップショットに関する情報の表示 - Amazon Elastic Compute Cloud