Skip to content

Instantly share code, notes, and snippets.

@stenberg
Created February 4, 2013 16:33
Show Gist options
  • Save stenberg/4707829 to your computer and use it in GitHub Desktop.
Save stenberg/4707829 to your computer and use it in GitHub Desktop.
Apply a name tag to an EBS volume using Amazon EC2 API Tools to make the volume easier to identify.
ec2-create-tags vol-xxxx -t Name="My Newly Created Volume"
@ryanmaclean
Copy link

Thanks! Came up as first result over AWS CLI docs ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment