Skip to content

Instantly share code, notes, and snippets.

@Greyeye
Created February 17, 2014 22:58
Show Gist options
  • Save Greyeye/9060951 to your computer and use it in GitHub Desktop.
Save Greyeye/9060951 to your computer and use it in GitHub Desktop.
# Query for volumes that are attached to my Instance Id
$volumes = (Get-EC2Volume).Attachment | where {$_.InstanceId -eq $myInstanceID } | Select VolumeId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment