Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 1: Line 1:  
'''Notes About Creating a New EC2 AMI'''
 
'''Notes About Creating a New EC2 AMI'''
   −
Login to https://console.aws.amazon.com/ec2
+
Back to parent [http://genome.sph.umich.edu/wiki/Pipelines]
   −
Pay attention to the region you are using, at least for now it seems
  −
any starcluster activity must be in us-east-1
     −
EC2 DashBoard -> Launch Instance
+
The following are notes taken when creating the Amazon Machine Instance used for the CSG pipeline process.
Class Wizard
+
These notes assume you have already created an EC2 account and have the certificates and keys set up properly.
Ubuntu Server 12.04.1 LTS  64 bit
  −
Instance type -> Micro,  EC2, no preference
  −
Advanced Instance Options  (take defaults)
  −
Storage Device Configuration -> Edit
  −
Change volume to 30G -> Save -> Continue
  −
Key Name = CSG 8G biopipe; ubuntu 12.04, 8GB, 30GB /
     −
Create Key/Pair if you need to, Name the PEM (e.g. CSG) and save the CSG.pem file
+
<code>
 +
  Login to https://console.aws.amazon.com/ec2
 +
</code>
   −
Choose a Security Group  (take dfeault)
+
Pay attention to the region you are using, at least for now it seems any StarCluster activity must be in '''us-east-1'''.
 
+
Launch a new instance which we will use to set up the software and ultimately save it as an AMI.
Launch
  −
No need to Create Status Check Alarms
  −
No need to Create EBS Volumes
      +
<code>
 +
  EC2 DashBoard -> Launch Instance
 +
  Class Wizard
 +
  Ubuntu Server 12.04.1 LTS  64 bit
 +
  Instance type -> Micro,  EC2, no preference        # Memory size does not matter
 +
  Advanced Instance Options  (take defaults)
 +
  Storage Device Configuration -> Edit
 +
  Change volume to 30G -> Save -> Continue          # Storage size does not matter
 +
  Key Name = CSG 8G biopipe; ubuntu 12.04
 +
  Create Key/Pair if you need to, Name the PEM and save the pem file for access by ssh
 +
  Choose a Security Group  (take default)
 +
  Launch
 +
    No need to Create Status Check Alarms
 +
    No need to Create EBS Volumes
 +
</code>
     
283

edits

Navigation menu