You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2011/05/02 07:59:04 UTC

svn commit: r1098492 - /tuscany/sca-cpp/trunk/ubuntu/uec2-start

Author: jsdelfino
Date: Mon May  2 05:59:03 2011
New Revision: 1098492

URL: http://svn.apache.org/viewvc?rev=1098492&view=rev
Log:
Update ids of EC2 images used for testing.

Modified:
    tuscany/sca-cpp/trunk/ubuntu/uec2-start

Modified: tuscany/sca-cpp/trunk/ubuntu/uec2-start
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/ubuntu/uec2-start?rev=1098492&r1=1098491&r2=1098492&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/ubuntu/uec2-start (original)
+++ tuscany/sca-cpp/trunk/ubuntu/uec2-start Mon May  2 05:59:03 2011
@@ -21,18 +21,22 @@ here=`readlink -f $0`; here=`dirname $he
 . $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