From 125033ea8d6a75e45c545618c70d4271c5390367 Mon Sep 17 00:00:00 2001 From: Rey Dhuny Date: Thu, 9 Oct 2014 13:33:57 +0100 Subject: [PATCH] Make the `Security Groups` section more explicit --- docs/how-to-set-up-a-tilde.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/how-to-set-up-a-tilde.md b/docs/how-to-set-up-a-tilde.md index 4167a3b..92a7835 100644 --- a/docs/how-to-set-up-a-tilde.md +++ b/docs/how-to-set-up-a-tilde.md @@ -15,9 +15,15 @@ This document will talk you through setting up your own tilde.club flavoured ser * Select `t2.micro` * Select the (recommended) thingy in the popup * Click `Launch` -* In `Security Groups` right-click: - * `Edit inbound rules` -> `Add Rule` -> `HTTP` and `SSH` - * `Edit outbound rules` -> `Add Rule` -> `HTTP` and `HTTPS` +* In `Security Groups`: + * Right click on the security group used by your instance and: + * Click `Edit inbound rules` + * Add a rule for `HTTP` + * Add a rule for `SSH` + * Again, right click on the security group used by your instance and: + * Click `Edit outbound rules` + * Add a rule for `HTTP` + * Add a rule for `HTTPS` * In `Elastic IPs`: * Click `Allocate New Address` * Choose `VPC` on the dropdown (it won't work otherwise, I forget why)