Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This is how you do it with Ubuntu: Launch desired instance from here (pick one without EBS storage): <a href="http://cloud-images.ubuntu.com/releases/precise/release/" rel="nofollow">http://cloud-images.ubuntu.com/releases/precise/release/</a></p> <p>Follow this guide here (look below for hints concerning Ubuntu): <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-snapshot-s3-linux.html" rel="nofollow">http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-snapshot-s3-linux.html</a></p> <ol> <li>First you need to create you public key and certificate using this guide (you will need them later): <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-credentials.html#using-credentials-certificate" rel="nofollow">http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-credentials.html#using-credentials-certificate</a></li> <li>Also note your AWS Account ID: <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-credentials.html#using-credentials-account-id" rel="nofollow">http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-credentials.html#using-credentials-account-id</a></li> <li>Upload your pk and cert to your ubuntu instance that you downloaded: <code>scp -i &lt;path-to-your-ec2key&gt;.pem &lt;your-account-pk&gt;.pem &lt;your-account-cert&gt;.pem ubuntu@&lt;yourinstance&gt;.&lt;yourzone&gt;.compute.amazonaws.com:~/</code></li> <li>That puts the pk-file and cert-file in you home directory in your running instance. Now login and move these to the /mnt directory so that they do not get included when you bundle your AMI.</li> <li>Now modify your image to your hearts content. </li> <li>Install EC2 AMI Tools: <code>sudo apt-get install ec2-ami-tools</code></li> <li>Run the following command to create your bundle: <code>ec2-bundle-vol -k &lt;your-account-pk&gt;.pem -c &lt;your-account-cert&gt;.pem -u &lt;user_id&gt;</code></li> <li>Se guide above for the rest. You need to upload you bundle to S3 and then register your AMI so you can launch it.</li> </ol> <p>Good Luck! </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload