4049333c37e427f549612eee3ffe13397c7a0dd8
wiki/amazon-ec2.md
| ... | ... | @@ -57,7 +57,7 @@ USE_ENVIRONMENT= |
| 57 | 57 | - Fire up a master with the following configuration. There is a preconfigured master environment at http://releases.sapsailing.com/environments/live-master-server that you should use. |
| 58 | 58 | |
| 59 | 59 | <pre> |
| 60 | -INSTALL_FROM_RELEASE=<name-of-release> |
|
| 60 | +INSTALL_FROM_RELEASE=(name-of-release) |
|
| 61 | 61 | USE_ENVIRONMENT=live-master-server |
| 62 | 62 | BUILD_COMPLETE_NOTIFY=simon.marcel.pamies@sap.com |
| 63 | 63 | SERVER_STARTUP_NOTIFY=simon.marcel.pamies@sap.com |
| ... | ... | @@ -66,11 +66,11 @@ SERVER_STARTUP_NOTIFY=simon.marcel.pamies@sap.com |
| 66 | 66 | - After your master server is ready, note the internal IP and configure your replica instances. Make sure to use the preconfigured environment from http://releases.sapsailing.com/environments/live-replica-server. Then absolutely make sure to add the line "REPLICATE_MASTER_SERVLET_HOST" to the user-data! |
| 67 | 67 | |
| 68 | 68 | <pre> |
| 69 | -INSTALL_FROM_RELEASE=<name-of-release> |
|
| 69 | +INSTALL_FROM_RELEASE=(name-of-release) |
|
| 70 | 70 | USE_ENVIRONMENT=live-replica-server |
| 71 | -REPLICATE_MASTER_SERVLET_HOST=<IP of your master server> |
|
| 72 | -BUILD_COMPLETE_NOTIFY= |
|
| 71 | +REPLICATE_MASTER_SERVLET_HOST=(IP of your master server) |
|
| 73 | 72 | SERVER_STARTUP_NOTIFY=simon.marcel.pamies@sap.com |
| 73 | +BUILD_COMPLETE_NOTIFY= |
|
| 74 | 74 | </pre> |
| 75 | 75 | |
| 76 | 76 | ## Costs per month |