Mercurial > hg > aimc
annotate trunk/scripts/run_ami.sh @ 706:f8e90b5d85fd tip
Delete CARFAC code from this repository.
It has been moved to https://github.com/google/carfac
Please email me with your github username to get access.
I've also created a new mailing list to discuss CARFAC development:
https://groups.google.com/forum/#!forum/carfac-dev
author | ronw@google.com |
---|---|
date | Thu, 18 Jul 2013 20:56:51 +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 |