Difference between revisions of "Slicer3:EC2"

From NAMIC Wiki
Jump to: navigation, search
Line 1: Line 1:
On yaz (centos 4.5) bash
+
<big>'''Note:''' We are migrating this content to the slicer.org domain - <font color="orange">The newer page is [http://www.slicer.org/slicerWiki/index.php/Slicer3:EC2 here]</font></big>a
 
<pre>
 
export JAVA_HOME=/usr/java/jdk1.5.0_05
 
export EC2_HOME=/home/pieper/birncloud/ec2-api-tools-1.2-13740
 
export PATH="${PATH}:${EC2_HOME}/bin"
 
export EC2_PRIVATE_KEY=~/.ec2/pk-X2WYZIMDPLRRUVDB6DJ7XPGVKEWFVBJ6.pem
 
export EC2_CERT=~/.ec2/cert-X2WYZIMDPLRRUVDB6DJ7XPGVKEWFVBJ6.pem  
 
 
 
</pre>
 
 
 
See http://docs.amazonwebservices.com/AWSEC2/2007-08-29/GettingStartedGuide/
 
 
 
Our first disk image
 
 
 
$ ec2-register birncloud-beer/image.manifest.xml
 
IMAGE  ami-34c7225d
 

Revision as of 18:33, 19 May 2008

Home < Slicer3:EC2

Note: We are migrating this content to the slicer.org domain - The newer page is herea