wiki/amazon-ec2.md
... ...
@@ -37,12 +37,14 @@ The architecture is divided into 3 logical tiers. These are represented by firew
37 37
<td><b>Name</b></td>
38 38
<td><b>Access Key(s)</b></td>
39 39
<td><b>Security Group</b></td>
40
+<td><b>Open Ports</b></td>
40 41
<td><b>Services</b></td>
41 42
<td><b>Description</b></td>
42 43
</tr>
43 44
<tr>
44 45
<td>Webserver</td>
45 46
<td>Administrator</td>
47
+<td>IN: 20, 80, 443 OUT: ALL</td>
46 48
<td>Webserver</td>
47 49
<td>Apache, GIT, Piwik, Bugzilla</td>
48 50
<td>This tier holds one instance that has one public Elastic IP associated. This instance manages all domains and subdomains associated with this project. It also contains the public GIT repository.</td>
... ...
@@ -50,6 +52,7 @@ The architecture is divided into 3 logical tiers. These are represented by firew
50 52
<tr>
51 53
<td>DB & Messaging</td>
52 54
<td>Administrator</td>
55
+<td>IN: 22, 5672, 10200-10210, 27017 OUT: ALL</td>
53 56
<td>Database and Messaging</td>
54 57
<td>MongoDB, MySQL</td>
55 58
<td>All databases needed by either the Analytics applications or tools like Piwik and Bugzilla are managed by this instance.</td>
... ...
@@ -57,6 +60,7 @@ The architecture is divided into 3 logical tiers. These are represented by firew
57 60
<tr>
58 61
<td>Archive</td>
59 62
<td>Administrator, Sailing User</td>
63
+<td>IN: 22, 2010-2015, 8880-8899 OUT: ALL</td>
60 64
<td>Sailing Analytics App</td>
61 65
<td>Java App</td>
62 66
<td>Instance handling the access to all historical races.</td>