From 34d6cf1e503394c21fb001e43bd438778f9009fb Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 2 May 2011 05:59:03 +0000 Subject: Update ids of EC2 images used for testing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098492 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/ubuntu/uec2-start | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'sca-cpp/trunk/ubuntu/uec2-start') diff --git a/sca-cpp/trunk/ubuntu/uec2-start b/sca-cpp/trunk/ubuntu/uec2-start index 60f346c613..fc980cddad 100755 --- a/sca-cpp/trunk/ubuntu/uec2-start +++ b/sca-cpp/trunk/ubuntu/uec2-start @@ -21,18 +21,22 @@ here=`readlink -f $0`; here=`dirname $here` . $here/uec2-setenv # Here are the AMI IDs you can use in the different EC2 regions: -# Ubuntu 10.10 64-bit (elastic block storage) -# US east 1 - ami-548c783d -# US west 1 - ami-ca1f4f8f -# EU west 1 - ami-405c6934 -# AP s.east - ami-68136d3a + +# Ubuntu 10.10 32-bit instance storage, suitable for small instances +# AP s.east - ami-7c423c2e +# EU west 1 - ami-339ca947 +# US east 1 - ami-a6f504cf +# US west 1 - ami-957e2ed0 + # More AMI IDs at http://uec-images.ubuntu.com # Here are some of the instance types you can use: # t1.micro +# m1.small # m1.large #ec2-run-instances "ami-ca1f4f8f" -t m1.large -k ec2-keypair --region us-west-1 #ec2-run-instances "ami-ca1f4f8f" -t t1.micro -k ec2-keypair --region us-west-1 -ec2-run-instances "ami-ca1f4f8f" -t t1.micro -k ec2-keypair --region us-west-1 +#ec2-run-instances "ami-ca1f4f8f" -t t1.micro -k ec2-keypair --region us-west-1 +ec2-run-instances "ami-957e2ed0" -t m1.small -k ec2-keypair --region us-west-1 -- cgit v1.2.3