Changes

From Genome Analysis Wiki
Jump to navigationJump to search
99 bytes added ,  14:45, 2 July 2013
no edit summary
Line 19: Line 19:  
* Install the ec2 tools package (ec2-api-tools for Ubuntu) on your machine (optional)
 
* Install the ec2 tools package (ec2-api-tools for Ubuntu) on your machine (optional)
 
* Install and configure starcluster on your machine (required)
 
* Install and configure starcluster on your machine (required)
 +
** Note: gotcloud requires a 64bit machine
 +
** Please use <code>NODE_IMAGE_ID = ami-765b3e1f</code>
 
* Create an EBS volume based on the GotCloud snapshot
 
* Create an EBS volume based on the GotCloud snapshot
 
* Configure StarCluster to use the volume just created
 
* Configure StarCluster to use the volume just created
Line 50: Line 52:  
  AWS_USER_ID=199998888709  
 
  AWS_USER_ID=199998888709  
 
   
 
   
  AWS_REGION_NAME = us-west-2                 # Choose your own region
+
  AWS_REGION_NAME = us-east-1                 # Choose your own region
  AWS_REGION_HOST = ec2.us-west-2.amazonaws.com
+
  AWS_REGION_HOST = ec2.us-east-1.amazonaws.com
  AWS_S3_HOST = s3-us-west-2.amazonaws.com
+
  AWS_S3_HOST = s3-us-east-1.amazonaws.com
 
   
 
   
 
  ###########################
 
  ###########################
 
  ## EC2 Keypairs
 
  ## EC2 Keypairs
 
  ###########################
 
  ###########################
  [key <font color='green'>west2_starcluster</font>]
+
  [key <font color='green'>east1_starcluster</font>]
  KEY_LOCATION = ~/.ssh/AWS/west2_starcluster_key.rsa  # Same region
+
  KEY_LOCATION = ~/.ssh/AWS/east1_starcluster_key.rsa  # Same region
 
   
 
   
 
  ###########################################
 
  ###########################################
 
  ## Define Cluster
 
  ## Define Cluster
  ##  starcluster start -c west2_starcluster nameichose4cluster
+
  ##  starcluster start -c east1_starcluster nameichose4cluster
 
  ###########################################
 
  ###########################################
 
  [cluster <font color='red'>myexample</font>]          # Name of this cluster definition
 
  [cluster <font color='red'>myexample</font>]          # Name of this cluster definition
  KEYNAME = <font color='green'>west2_starcluster</font>                # Name of keys I need
+
  KEYNAME = <font color='green'>east1_starcluster</font>                # Name of keys I need
 
  CLUSTER_SIZE = 4                            # Number of nodes
 
  CLUSTER_SIZE = 4                            # Number of nodes
 
  CLUSTER_SHELL = bash
 
  CLUSTER_SHELL = bash
Line 71: Line 73:  
  #  Choose the base AMI using  starcluster listpublic
 
  #  Choose the base AMI using  starcluster listpublic
 
  #  (http://star.mit.edu/cluster/docs/0.93.3/faq.html)
 
  #  (http://star.mit.edu/cluster/docs/0.93.3/faq.html)
  NODE_IMAGE_ID = ami-c6bd30f6
+
  NODE_IMAGE_ID = ami-765b3e1f
  AVAILABILITY_ZONE = us-west-2a              # Region again!
+
  AVAILABILITY_ZONE = us-east-1              # Region again!
 
  NODE_INSTANCE_TYPE = m1.medium              # 4G memory should work for Pipeline
 
  NODE_INSTANCE_TYPE = m1.medium              # 4G memory should work for Pipeline
 
   
 
   

Navigation menu