wiki/amazon-ec2.md
... ...
@@ -9,14 +9,14 @@
9 9
- Which instance type to choose:
10 10
- Archive: m2.2xlarge
11 11
- Live: c1.xlarge
12
-- Using a release
12
+- Using a release, set the following in the instance's user data:
13 13
<pre>
14 14
INSTALL_FROM_RELEASE=master-201311062138
15 15
USE_ENVIRONMENT=live-server
16 16
BUILD_COMPLETE_NOTIFY=simon.marcel.pamies@sap.com
17 17
SERVER_STARTUP_NOTIFY=simon.marcel.pamies@sap.com
18 18
</pre>
19
-- Building
19
+- To build from git, install and start, set the following in the instance's user data, adjusting the MONGODB_PORT and memory settings according to your needs:
20 20
<pre>
21 21
BUILD_BEFORE_START=True
22 22
BUILD_FROM=master
... ...
@@ -260,4 +260,4 @@ Amazon ELB is designed to handle unlimited concurrent requests per second with
260 260
<tr><td>Elastic Load Balancer (ELB)</td><td>Service that makes it possible to balance over services running on different instances.</td></tr>
261 261
<tr><td>Network Interfaces</td><td>Virtual network interfaces that are mapped to physical network interfaces on instances. </td></tr>
262 262
<tr><td>Placement Groups</td><td>Enables applications to get the full-bisection bandwidth and low-latency network performance required for tightly coupled, node-to-node communication. Placement Groups can only contain HVM instance and have other limitations described here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html</td></tr>
263
-</table>
... ...
\ No newline at end of file
0
+</table>