Changes

From Genome Analysis Wiki
Jump to navigationJump to search
1,352 bytes added ,  20:50, 9 October 2014
Line 66: Line 66:     
== Create Image ==
 
== Create Image ==
 +
== Create the AMI ==
 +
 +
Once your instance is all ready with everything you want, create the AMI.
 +
 +
In your browser at the EC2 Management Console do the following:
 +
# Select the running instance
 +
# Right click, <code>Create Image</code>
 +
# Enter name & Description
 +
# Ensure volume size is correct
 +
# Mark delete on terminate
 +
#:This will take several minutes to complete.
 +
#:In the EC2 Dashboard, you can monitor the progress.
 +
#:When it is done, you'll see a new AMI under the list of AMIs.
 +
# When completed, terminate your old instance
 +
 +
Your new AMI should look pretty much like this:
 +
 +
<code>
 +
  AMI: Ubuntu Cloud Guest AMI ID ami-3d4ff254 (x86_64)
 +
  Name: Ubuntu Server 12.04.1 LTS
 +
  Description: Ubuntu Server 12.04.1 LTS with support available from Canonical (http://www.ubuntu.com/cloud/services).
 +
  Number of Instances: 1
 +
  Availability Zone: No Preference
 +
  Instance Type: Micro (t1.micro)
 +
  Instance Class: On Demand Edit Instance Details
 +
  EBS-Optimized: No
 +
  Monitoring: Disabled Termination Protection: Disabled
 +
  Tenancy: Default
 +
  Kernel ID: Use Default Shutdown Behavior: Stop
 +
  RAM Disk ID: Use Default
 +
  Network Interfaces:
 +
  Secondary IP Addresses:
 +
  User Data:
 +
  IAM Role: Edit Advanced Details
 +
  Key Pair Name: CSG Edit Key Pair
 +
  Security Group(s): sg-a098e9c8 Edit Firewall
 +
</code>
    
== Set Up Swap Space ==
 
== Set Up Swap Space ==

Navigation menu