bb83fb7eb837e6940e1d0ed915692e393b343e4d
wiki/amazon-ec2.md
| ... | ... | @@ -268,7 +268,8 @@ Here are the steps to create a load balanced setup: |
| 268 | 268 | - Create a master instance holding all data (see http://wiki.sapsailing.com/wiki/amazon-ec2#Setting-up-Master-and-Replica) |
| 269 | 269 | - Create `n` instances that are configured to connect to the master server |
| 270 | 270 | - Create a load balancer that redirects everything from HTTP port 8888 to HTTP port 8888 and leave the other switches and checkboxes on their default value |
| 271 | -- As "Ping Port" enter HTTP port 8888 and use /index.html as the "Ping Path." |
|
| 271 | +- As "Ping Port" enter HTTP port 8888 and use /index.html as the "Ping Path." Leave the other values on their defaults again. |
|
| 272 | +- Put the ELB into the "Sailing Analytics App" security group as it will appear in the landscape as a regular sailing analytics application server. |
|
| 272 | 273 | - Associate all your instances |
| 273 | 274 | - Connect your domain with the IP of the load balancer. It could be a good idea to use an Elastic IP that always stays the same for the domain and associate it with your load balancer. That way you can also easily switch between a load balancer and a single instance setup. |
| 274 | 275 |