Simplified and streamlined Amazon Quickstart
| ... | ... |
@@ -26,18 +26,13 @@ Amazon QuickStart |
| 26 | 26 |
<https://console.aws.amazon.com/ec2/v2/home?#LaunchInstanceWizard:>`_ menu |
| 27 | 27 |
on your AWS Console. |
| 28 | 28 |
|
| 29 |
- * When picking the source AMI for your instance type, select "Community |
|
| 30 |
- AMIs". |
|
| 29 |
+ * Click the ``Select`` button for a 64Bit Ubuntu image. For example: Ubuntu Server 12.04.3 LTS |
|
| 31 | 30 |
|
| 32 |
- * Search for ``amd64 precise``. Pick one of the amd64 Ubuntu images. |
|
| 33 |
- |
|
| 34 |
- * If you choose a EBS enabled AMI, you'll also be able to launch a |
|
| 31 |
+ * For testing you can use the default (possibly free) |
|
| 35 | 32 |
``t1.micro`` instance (more info on `pricing |
| 36 |
- <http://aws.amazon.com/en/ec2/pricing/>`_). ``t1.micro`` instances are |
|
| 37 |
- eligible for Amazon's Free Usage Tier. |
|
| 33 |
+ <http://aws.amazon.com/en/ec2/pricing/>`_). |
|
| 38 | 34 |
|
| 39 |
- * When you click select you'll be taken to the instance setup, and you're one |
|
| 40 |
- click away from having your Ubuntu VM up and running. |
|
| 35 |
+ * Click the ``Next: Configure Instance Details`` button at the bottom right. |
|
| 41 | 36 |
|
| 42 | 37 |
2. **Tell CloudInit to install Docker:** |
| 43 | 38 |
|