Hi I am trying to list only private snapshots of AWS EBS volumes through the AWS CLI and I couldn't find any reference online to proceed. Could experts please help?
aws ec2 describe-snapshots --query 'Snapshots[*].[SnapshotId,VolumeId,VolumeSize,StartTime,Description]' --region eu-west-2 --output json