Skip to content

Instantly share code, notes, and snippets.

@benmullin333
Created August 16, 2018 19:19
Show Gist options
  • Save benmullin333/ad959531b97f18f033c26a39e23e147d to your computer and use it in GitHub Desktop.
Save benmullin333/ad959531b97f18f033c26a39e23e147d to your computer and use it in GitHub Desktop.
$ aws ec2 describe-volumes --volume-ids vol-0e6a71a5340a91429 vol-0336bbd16f71969e6 vol-08c469ea953c8471d vol-0c5bbd5ed2d4fbcc9
{
"Volumes": [
{
"AvailabilityZone": "us-west-2b",
"Attachments": [
{
"AttachTime": "2018-07-23T18:59:50.000Z",
"InstanceId": "i-0ff82a927e9c8f50b",
"VolumeId": "vol-0e6a71a5340a91429",
"State": "attached",
"DeleteOnTermination": false,
"Device": "/dev/sdf"
}
],
"Encrypted": false,
"VolumeType": "gp2",
"VolumeId": "vol-0e6a71a5340a91429",
"State": "in-use",
"Iops": 120,
"SnapshotId": "",
"CreateTime": "2018-07-23T18:59:14.914Z",
"Size": 40
},
{
"AvailabilityZone": "us-west-2b",
"Attachments": [
{
"AttachTime": "2018-07-24T23:09:37.000Z",
"InstanceId": "i-0ff82a927e9c8f50b",
"VolumeId": "vol-0336bbd16f71969e6",
"State": "attached",
"DeleteOnTermination": false,
"Device": "/dev/sdg"
}
],
"Encrypted": false,
"VolumeType": "gp2",
"VolumeId": "vol-0336bbd16f71969e6",
"State": "in-use",
"Iops": 100,
"SnapshotId": "snap-0bb3a4e668528adb7",
"CreateTime": "2018-07-24T23:09:22.620Z",
"Size": 8
},
{
"AvailabilityZone": "us-west-2b",
"Attachments": [
{
"AttachTime": "2018-07-27T17:35:23.000Z",
"InstanceId": "i-0ff82a927e9c8f50b",
"VolumeId": "vol-08c469ea953c8471d",
"State": "attached",
"DeleteOnTermination": false,
"Device": "/dev/sdh"
}
],
"Encrypted": false,
"VolumeType": "gp2",
"VolumeId": "vol-08c469ea953c8471d",
"State": "in-use",
"Iops": 100,
"SnapshotId": "snap-02370d358fc1056f9",
"CreateTime": "2018-07-27T17:35:07.890Z",
"Size": 8
},
{
"AvailabilityZone": "us-west-2b",
"Attachments": [
{
"AttachTime": "2018-08-14T11:30:15.000Z",
"InstanceId": "i-0ff82a927e9c8f50b",
"VolumeId": "vol-0c5bbd5ed2d4fbcc9",
"State": "attached",
"DeleteOnTermination": false,
"Device": "/dev/sdj"
}
],
"Encrypted": false,
"VolumeType": "gp2",
"VolumeId": "vol-0c5bbd5ed2d4fbcc9",
"State": "in-use",
"Iops": 100,
"SnapshotId": "snap-0492ba03c51961ce5",
"CreateTime": "2018-08-14T11:30:00.243Z",
"Size": 8
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment