From 0d897ea9594c321b2a73e8d0dcd527fba71e06bc Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Sun, 22 May 2016 11:17:43 +0300 Subject: [PATCH] Update AMIs to 0.10.1 --- docs/setup.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/setup.rst b/docs/setup.rst index 788d90bd7..f054ab036 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -18,17 +18,17 @@ AWS Launch the instance with from the pre-baked AMI (for small deployments t2.micro should be enough): -- us-east-1: `ami-aeed0bc3 `__ -- us-west-1: `ami-a4e799c4 `__ -- us-west-2: `ami-dd38cbbd `__ -- eu-west-1: `ami-bf74fdcc `__ -- eu-central-1: `ami-c8d93ba7 `__ -- sa-east-1: `ami-b09a13dc `__ -- ap-northeast-1: `ami-5deaf133 `__ -- ap-southeast-1: `ami-7df7201e `__ -- ap-southeast-2: `ami-9f674bfc `__ +- us-east-1: `ami-52c3373f `__ +- us-west-1: `ami-c6c5bda6 `__ +- us-west-2: `ami-f0b04e90 `__ +- eu-west-1: `ami-f3910780 `__ +- eu-central-1: `ami-00719d6f `__ +- sa-east-1: `ami-af2fa7c3 `__ +- ap-northeast-1: `ami-78967519 `__ +- ap-southeast-1: `ami-bdbb6ade `__ +- ap-southeast-2: `ami-8edbf4ed `__ -(the above AMIs are of version: 0.10.0) +(the above AMIs are of version: 0.10.1) When launching the instance make sure to use a security group, that **only** allows incoming traffic on: port 22 (SSH), 80 (HTTP) and 443 (HTTPS). These AMIs are based on Ubuntu so you will need to use the user ``ubuntu`` when connecting to the instance via SSH.