diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-15 05:08:05 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-15 05:08:05 +0000 |
commit | fe52f0dc5830614a303ab0531488a02c026edbc1 (patch) | |
tree | 2d8f5009e8bd29e91f294938bd97db307697f5af /sca-cpp/trunk/ubuntu/uec2-start | |
parent | 911db2d64f7af7b845bb795db2ed09abd9be2e09 (diff) |
Upgrade build scripts to on Ubuntu 10.04.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997186 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/ubuntu/uec2-start')
-rwxr-xr-x | sca-cpp/trunk/ubuntu/uec2-start | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/sca-cpp/trunk/ubuntu/uec2-start b/sca-cpp/trunk/ubuntu/uec2-start index 86c47a3c36..a0c1b8b2e2 100755 --- a/sca-cpp/trunk/ubuntu/uec2-start +++ b/sca-cpp/trunk/ubuntu/uec2-start @@ -21,9 +21,23 @@ here=`readlink -f $0`; here=`dirname $here` $here/uec2-setenv # Here are the AMIs you can use in the different EC2 regions: +# Ubuntu 9.10 (instance storage) # US east 1 - ami-bb709dd2 # US west 1 - ami-c32e7f86 # EU west 1 - ami-2fc2e95b +# +# Ubuntu 10.04 (elastic block storage) +# US east 1 - ami-1234de7b +# US west 1 - ami-10f3a255 +# EU west 1 - ami-38bf954c +# AP s.east - ami-2c354b7e -ec2-run-instances "ami-c32e7f86" -k ec2-tuscany-keypair --region us-west-1 +# Here are some of the instance types you can use: +# t1.micro (elastic block storage only) +# m1.small (default) +# m1.large + +#ec2-run-instances "ami-c32e7f86" -k ec2-tuscany-keypair --region us-west-1 +#ec2-run-instances "ami-10f3a255" -t t1.micro -k ec2-tuscany-keypair --region us-west-1 +ec2-run-instances "ami-10f3a255" -k ec2-tuscany-keypair --region us-west-1 |