wiki/amazon-ec2.md
... ...
@@ -37,13 +37,37 @@ 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>Services</b></td>
40 41
<td><b>Description</b></td>
41 42
</tr>
42 43
<tr>
43 44
<td>Webserver</td>
44 45
<td>Administrator</td>
45 46
<td>Webserver</td>
47
+<td>Apache, GIT, Piwik, Bugzilla</td>
46 48
<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>
49
+</tr>
50
+<tr>
51
+<td>DB & Messaging</td>
52
+<td>Administrator</td>
53
+<td>Database and Messaging</td>
54
+<td>MongoDB, MySQL</td>
55
+<td>All databases needed by either the Analytics applications or tools like Piwik and Bugzilla are managed by this instance.</td>
56
+</tr>
57
+<tr>
58
+<td>DB & Messaging</td>
59
+<td>Administrator</td>
60
+<td>Database and Messaging</td>
61
+<td>MongoDB, MySQL</td>
62
+<td>All databases needed by either the Analytics applications or tools like Piwik and Bugzilla are managed by this instance.</td>
63
+</tr>
64
+<tr>
65
+<td>Archive</td>
66
+<td>Administrator, Sailing User</td>
67
+<td>Sailing Analytics App</td>
68
+<td>Java App</td>
69
+<td>Instance handling the access to all historical races.</td>
70
+</tr>
47 71
</table>
48 72
49 73
## Creating a new application instance