diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-27 19:54:31 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-27 19:54:31 +0000 |
commit | ddee608e434b5ed3751dee6cfd27394ddb654b16 (patch) | |
tree | c5f5caee354fd51176464e7844ad531a2fc21fda /sca-cpp/trunk/ubuntu/uec2-start | |
parent | 1c0d8a7ab823150bdbece285e71cd6f414621cfc (diff) |
Improve EC2 setup scripts. Remove dependency on external environment variables.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053166 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/ubuntu/uec2-start')
-rwxr-xr-x | sca-cpp/trunk/ubuntu/uec2-start | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sca-cpp/trunk/ubuntu/uec2-start b/sca-cpp/trunk/ubuntu/uec2-start index 72b6571877..60f346c613 100755 --- a/sca-cpp/trunk/ubuntu/uec2-start +++ b/sca-cpp/trunk/ubuntu/uec2-start @@ -18,7 +18,7 @@ # Start an Ubuntu 10.10 64-bit EC2 instance for use with Tuscany here=`readlink -f $0`; here=`dirname $here` -$here/uec2-setenv +. $here/uec2-setenv # Here are the AMI IDs you can use in the different EC2 regions: # Ubuntu 10.10 64-bit (elastic block storage) @@ -32,7 +32,7 @@ $here/uec2-setenv # t1.micro # m1.large -#ec2-run-instances "ami-ca1f4f8f" -t m1.large -k ec2-tuscany-keypair --region us-west-1 -#ec2-run-instances "ami-ca1f4f8f" -t t1.micro -k ec2-tuscany-keypair --region us-west-1 -ec2-run-instances "ami-ca1f4f8f" -t t1.micro -k ec2-tuscany-keypair --region us-west-1 +#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 |