wiki/amazon-ec2.md
... ...
@@ -44,7 +44,6 @@ 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>Open Ports</b></td>
48 47
<td><b>Security Group</b></td>
49 48
<td><b>Services</b></td>
50 49
<td><b>Description</b></td>
... ...
@@ -52,7 +51,6 @@ The architecture is divided into logical tiers. These are represented by firewal
52 51
<tr>
53 52
<td>Webserver (Elastic IP: 54.229.94.254)</td>
54 53
<td>Administrator</td>
55
-<td>IN: 20, 80, 443, 2010-2015<br/>OUT: ALL</td>
56 54
<td>Webserver</td>
57 55
<td>Apache, GIT, Piwik, Bugzilla, Wiki</td>
58 56
<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>
... ...
@@ -60,15 +58,13 @@ The architecture is divided into logical tiers. These are represented by firewal
60 58
<tr>
61 59
<td>DB & Messaging</td>
62 60
<td>Administrator</td>
63
-<td>IN: 22, 5672, 10200-10210, 27017<br/>OUT: ALL</td>
64 61
<td>Database and Messaging</td>
65
-<td>MongoDB, MySQL</td>
62
+<td>MongoDB, MySQL, RabbitMQ</td>
66 63
<td>All databases needed by either the Analytics applications or tools like Piwik and Bugzilla are managed by this instance.</td>
67 64
</tr>
68 65
<tr>
69 66
<td>Archive</td>
70 67
<td>Administrator, Sailing User</td>
71
-<td>IN: 22, 2010-2015, 8880-8899<br/>OUT: ALL</td>
72 68
<td>Sailing Analytics App</td>
73 69
<td>Java App</td>
74 70
<td>Instance handling the access to all historical races.</td>
... ...
@@ -76,7 +72,6 @@ The architecture is divided into logical tiers. These are represented by firewal
76 72
<tr>
77 73
<td>Build and Test</td>
78 74
<td>Administrator, Sailing User</td>
79
-<td>IN: 22, 2010-2015, 8880-8899<br/>OUT: ALL</td>
80 75
<td>Sailing Analytics App</td>
81 76
<td>X11,Firefox,Hudson</td>
82 77
<td>Instance that can be used to run tests</td>