summaryrefslogtreecommitdiffstats
path: root/sca-cpp
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-05-02 05:59:03 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-05-02 05:59:03 +0000
commit34d6cf1e503394c21fb001e43bd438778f9009fb (patch)
tree09d4f37dc8a1a8b61c6082c45a060d8f6732c376 /sca-cpp
parent5842f30c2abd2ca2b296257910b48c0c1b3567a8 (diff)
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
Diffstat (limited to 'sca-cpp')
-rwxr-xr-xsca-cpp/trunk/ubuntu/uec2-start16
1 files changed, 10 insertions, 6 deletions
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