Changes

From Genome Analysis Wiki
Jump to navigationJump to search
771 bytes added ,  16:49, 5 November 2014
no edit summary
Line 9: Line 9:  
Here is a simple straightforward organization you might want to use.
 
Here is a simple straightforward organization you might want to use.
    +
===Making Use of Instance Storage===
 +
Some instances provide storage.  By default they are not added to your instance.  You need to set them up prior to launching your instance.
   −
'''Create Volumes'''
+
I found instructions at: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#InstanceStore_UsageScenarios
 +
* referred me to: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM
 +
 
 +
'''Make sure you add the instance store prior to launching'''
 +
* After launching, only one of the 2 instance stores was mounted at /mnt
 +
** To mount the other instance store, I followed the instructions in the '''To make a volume available''' section of: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-add-volume-to-instance.html
 +
 
 +
 
 +
===Create Volumes===
    
* Launch your instance and login as explained in the AWS documentation.
 
* Launch your instance and login as explained in the AWS documentation.
Line 29: Line 39:       −
'''Prepare and Attach Volumes'''
+
====Prepare and Attach Volumes====
    
This first time you need to prepare the disks by formatting and mounting them.
 
This first time you need to prepare the disks by formatting and mounting them.
Line 80: Line 90:       −
'''Getting Your Sequence Data'''
+
===Getting Your Sequence Data===
    
Now it's time to get your sequence data so you can run the Pipeline on it.
 
Now it's time to get your sequence data so you can run the Pipeline on it.

Navigation menu