Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save domingoladron/db98f77e8c1714928764bfcbddc8f9b1 to your computer and use it in GitHub Desktop.
Save domingoladron/db98f77e8c1714928764bfcbddc8f9b1 to your computer and use it in GitHub Desktop.
aws-cli-ec2-describe-volumes-query-volume0-response.json
{
"Attachments": [
{
"AttachTime": "2019-07-05T09:07:59.000Z",
"Device": "/dev/sda1",
"InstanceId": "i-026e48aaa9fc27533",
"State": "attached",
"VolumeId": "vol-0e1dd61d1e679e92b",
"DeleteOnTermination": true
}
],
"AvailabilityZone": "us-west-2b",
"CreateTime": "2019-07-05T09:07:59.531Z",
"Encrypted": false,
"Size": 20,
"SnapshotId": "snap-0ee48372d32e83789",
"State": "in-use",
"VolumeId": "vol-0e1dd61d1e679e92b",
"Iops": 100,
"VolumeType": "gp2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment