Mercurial > hg > aimc
annotate trunk/scripts/run_ami.sh @ 696:d8a404fbc4df
Rename variables to be consistent with the rest of the library.
author | ronw@google.com |
---|---|
date | Thu, 27 Jun 2013 15:30:46 +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 |