Make the `Security Groups` section more explicit

This commit is contained in:
Rey Dhuny 2014-10-09 13:33:57 +01:00
parent 589cdbceb3
commit 125033ea8d
1 changed files with 9 additions and 3 deletions

View File

@ -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)