wiki/info/landscape/aws-automation.md
... ...
@@ -45,7 +45,7 @@ SERVER_STARTUP_NOTIFY=leon.radeck@sap.com
45 45
46 46
### 2. SAP instance configuration
47 47
48
-[Image]
48
+[image1]
49 49
50 50
Necessary configuration steps:
51 51
... ...
@@ -69,11 +69,22 @@ apachectl configtest
69 69
sudo service httpd reload
70 70
</pre>
71 71
72
-## 3. Load Balancer configuration
72
+### 3. Load Balancer configuration
73 73
74 74
To reach the SAP instance by a specific URL (e.g. wcsantander2017.sapsailing.com), follow these steps:
75 75
76
-- Create target group with
76
+- Create target group with name "S-dedicated-wcsantander2017"
77
+- Create rule within HTTPS listener of load balancer. Enter "wcsantander2017.sapsailing.com" as a host name matching rule. Choose target group created in step one.
78
+- Configure the health check of the target group
79
+- Register instance within the target group
80
+
81
+[image2]
82
+
83
+### AWS Command Line Interface
84
+
85
+
86
+
87
+
77 88
78 89
79 90