commit 5087a7d75c346ecb2522ce2b4fc5f557e2162054 Author: Runa A. Sandvik runa.sandvik@gmail.com Date: Fri Dec 16 15:42:35 2011 +0000
Created Tor Cloud image in Sao Paulo --- BUILD | 2 ++ html/index.html | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/BUILD b/BUILD index 183ebdc..f2bf00b 100644 --- a/BUILD +++ b/BUILD @@ -37,6 +37,7 @@ images in the Amazon EC2 cloud.
root@tor-build:~# ec2-describe-regions REGION eu-west-1 ec2.eu-west-1.amazonaws.com + REGION sa-east-1 ec2.sa-east-1.amazonaws.com REGION us-east-1 ec2.us-east-1.amazonaws.com REGION ap-northeast-1 ec2.ap-northeast-1.amazonaws.com REGION us-west-2 ec2.us-west-2.amazonaws.com @@ -54,6 +55,7 @@ images in the Amazon EC2 cloud. images for:
root@tor-build:~# ec2-add-keypair --region us-east-1 tor-cloud-us-east-1 > keys/tor-cloud-us-east-1.pem + root@tor-build:~# ec2-add-keypair --region sa-east-1 tor-cloud-sa-east-1 > keys/tor-cloud-sa-east-1.pem root@tor-build:~# ec2-add-keypair --region us-west-1 tor-cloud-us-west-1 > keys/tor-cloud-us-west-1.pem root@tor-build:~# ec2-add-keypair --region us-west-2 tor-cloud-us-west-2 > keys/tor-cloud-us-west-2.pem root@tor-build:~# ec2-add-keypair --region eu-west-1 tor-cloud-eu-west-1 > keys/tor-cloud-eu-west-1.pem diff --git a/html/index.html b/html/index.html index 3f53e08..7bd7f69 100644 --- a/html/index.html +++ b/html/index.html @@ -143,6 +143,8 @@ <li><a class="region" href="https://console.aws.amazon.com/ec2/home?region=eu-west-1#launchAmi=ami-65b38e11" target="_blank">eu-west-1<br>Ireland</a></li> <li><a class="region" href="https://console.aws.amazon.com/ec2/home?region=ap-northeast-1#launchAmi=ami-7ef2457f" target="_blank">ap-northeast-1<br>Tokyo</a></li> <li><a class="region" href="https://console.aws.amazon.com/ec2/home?region=ap-southeast-1#launchAmi=ami-10ee9442" target="_blank">ap-southeast-1<br>Singapore</a></li> + <br /> + <li><a class="region" href="https://console.aws.amazon.com/ec2/home?region=sa-east-1#launchAmi=ami-a833ecb5" target="_blank">sa-east-1<br>Sao Paulo</a></li> </ul>
<hgroup>
tor-commits@lists.torproject.org