Mercurial > hg > aimc
annotate trunk/scripts/run_ami.sh @ 433:fce57e24aab2
Edited wiki page AIMCopyExamples through web user interface.
author | tom@acousticscale.org |
---|---|
date | Thu, 04 Nov 2010 18:15:08 +0000 |
parents | d0c7bc9b1e21 |
children |
rev | line source |
---|---|
tomwalters@302 | 1 #!/bin/bash |
tomwalters@302 | 2 ec2-run-instances \ |
tomwalters@302 | 3 --user-data-file ec2_user_data.sh \ |
tomwalters@302 | 4 --key tom_eu_west \ |
tomwalters@302 | 5 --instance-type m1.small \ |
tomwalters@302 | 6 --instance-count 1 \ |
tomwalters@302 | 7 --region eu-west-1 \ |
tomwalters@302 | 8 --availability-zone eu-west-1b \ |
tomwalters@302 | 9 ami-2fc2e95b |
tomwalters@302 | 10 |
tomwalters@302 | 11 ec2-attach-volume vol-d6fb18bf -i [INSTANCE_ID] -d /dev/sdf --region eu-west-1 |