wiki/amazon-ec2.md
... ...
@@ -44,8 +44,8 @@ The architecture is divided into logical tiers. These are represented by firewal
44 44
<tr>
45 45
<td><b>Name</b></td>
46 46
<td><b>Access Key(s)</b></td>
47
-<td><b>Security Group</b></td>
48 47
<td><b>Open Ports</b></td>
48
+<td><b>Security Group</b></td>
49 49
<td><b>Services</b></td>
50 50
<td><b>Description</b></td>
51 51
</tr>
... ...
@@ -54,7 +54,7 @@ The architecture is divided into logical tiers. These are represented by firewal
54 54
<td>Administrator</td>
55 55
<td>IN: 20, 80, 443, 2010-2015<br/>OUT: ALL</td>
56 56
<td>Webserver</td>
57
-<td>Apache, GIT, Piwik, Bugzilla</td>
57
+<td>Apache, GIT, Piwik, Bugzilla, Wiki</td>
58 58
<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>
59 59
</tr>
60 60
<tr>
... ...
@@ -73,6 +73,14 @@ The architecture is divided into logical tiers. These are represented by firewal
73 73
<td>Java App</td>
74 74
<td>Instance handling the access to all historical races.</td>
75 75
</tr>
76
+<tr>
77
+<td>Build and Test</td>
78
+<td>Administrator, Sailing User</td>
79
+<td>IN: 22, 2010-2015, 8880-8899<br/>OUT: ALL</td>
80
+<td>Sailing Analytics App</td>
81
+<td>X11,Firefox,Hudson</td>
82
+<td>Instance handling the access to all historical races.</td>
83
+</tr>
76 84
</table>
77 85
78 86
## HowTo