wiki/amazon-ec2.md
... ...
@@ -44,7 +44,7 @@ The architecture is divided into 3 logical tiers. These are represented by firew
44 44
<tr>
45 45
<td>Webserver</td>
46 46
<td>Administrator</td>
47
-<td>IN: 20, 80, 443 OUT: ALL</td>
47
+<td>IN: 20, 80, 443, 2010-2015<br/>OUT: ALL</td>
48 48
<td>Webserver</td>
49 49
<td>Apache, GIT, Piwik, Bugzilla</td>
50 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>
... ...
@@ -52,7 +52,7 @@ The architecture is divided into 3 logical tiers. These are represented by firew
52 52
<tr>
53 53
<td>DB & Messaging</td>
54 54
<td>Administrator</td>
55
-<td>IN: 22, 5672, 10200-10210, 27017 OUT: ALL</td>
55
+<td>IN: 22, 5672, 10200-10210, 27017<br/>OUT: ALL</td>
56 56
<td>Database and Messaging</td>
57 57
<td>MongoDB, MySQL</td>
58 58
<td>All databases needed by either the Analytics applications or tools like Piwik and Bugzilla are managed by this instance.</td>
... ...
@@ -60,7 +60,7 @@ The architecture is divided into 3 logical tiers. These are represented by firew
60 60
<tr>
61 61
<td>Archive</td>
62 62
<td>Administrator, Sailing User</td>
63
-<td>IN: 22, 2010-2015, 8880-8899 OUT: ALL</td>
63
+<td>IN: 22, 2010-2015, 8880-8899<br/>OUT: ALL</td>
64 64
<td>Sailing Analytics App</td>
65 65
<td>Java App</td>
66 66
<td>Instance handling the access to all historical races.</td>
... ...
@@ -69,7 +69,7 @@ The architecture is divided into 3 logical tiers. These are represented by firew
69 69
70 70
## Creating a new application instance
71 71
72
-Find detailed instructions on how to create a new instance here wiki/amazon-ec2-create-new-app-instance.
72
+Find detailed instructions on how to create a new instance here: [[wiki/amazon-ec2-create-new-app-instance]].
73 73
74 74
## Glossary
75 75