Skip to content

Instantly share code, notes, and snippets.

View stenberg's full-sized avatar

stenberg stenberg

View GitHub Profile
@stenberg
stenberg / ec2-attach-volume
Created February 4, 2013 16:36
Attach EBS volume to instance using Amazon EC2 API Tools.
ec2-attach-volume vol-xxxx -i i-xxxx -d /dev/sdb
@stenberg
stenberg / ec2-create-tags
Created February 4, 2013 16:33
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"
@stenberg
stenberg / ec2-create-volume
Created February 4, 2013 16:22
Create an EBS volume of 250 GB in availability zone eu-west-1a using Amazon EC2 API Tools.
ec2-create-volume -z eu-west-1a -s 250