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
-[image1]
48
+<img style="float: right" src="https://photos-1.dropbox.com/t/2/AABX17gY1wPcAmgxTjIUQju9wMnxgRFUa4OgOfUcpQPvkA/12/379951689/png/32x32/1/_/1/2/image1.PNG/EJmPwIIDGL0ZIAcoBw/vkl8xdvmZzFhJzi9lV_d78jD6jKNURBkF7C-XX2xVUk?preserve_transparency=1&size=1600x1200&size_mode=3" />
49 49
50 50
Necessary configuration steps:
51 51
... ...
@@ -78,7 +78,9 @@ To reach the SAP instance by a specific URL (e.g. wcsantander2017.sapsailing.com
78 78
- Configure the health check of the target group
79 79
- Register instance within the target group
80 80
81
-[image2]
81
+<img style="float: right" src="https://photos-4.dropbox.com/t/2/AAAYdNOq2vlgkb-kUcQjkKOAxeJI2HoYvvl1El8_gUwHbA/12/379951689/png/32x32/1/_/1/2/image2.PNG/EJmPwIIDGL0ZIAcoBw/qm7Nd0NMACr7EJ67c_7xK6seOn-4raimfvpE_07Pkys?preserve_transparency=1&size=1600x1200&size_mode=3" />
82
+
83
+Translation: Way of a HTTP/HTTPS request from the load balancer to the sap instance (simplified)
82 84
83 85
### AWS Command Line Interface (AWS CLI)
84 86
... ...
@@ -243,6 +245,19 @@ Every scenario requires user input for specific variables. For example the setup
243 245
- event name (optional)
244 246
- new admin password (optional)
245 247
248
+The script is built for the processing of parameters but the functionality is currently not used.
249
+
250
+User input flow example:
251
+
252
+<img style="float: right" src="https://photos-4.dropbox.com/t/2/AAA8lXNig-MSsQhRmhyIYOD1sgi59kfQr8NDqs5bPRenQA/12/379951689/png/32x32/1/_/1/2/image3.PNG/EJmPwIIDGL0ZIAcoBw/fF8VkVypSPKmR_NttUndnjGFJKkEk_ILuOF19hHAVbg?preserve_transparency=1&size=1600x1200&size_mode=3" />
253
+
254
+Translation comment:
255
+
256
+<img style="float: right" src="https://photos-6.dropbox.com/t/2/AADRrPHFrAKtSKzuWZTPrcZbfuW_vB0tUp8nan8iJ0Zzcg/12/379951689/png/32x32/1/_/1/2/image4.PNG/EJmPwIIDGL0ZIAcoBw/LMRyG1oabKBs0d_vv7rPwDpTEY4lzGIHqBfV2rNU5hY?preserve_transparency=1&size=1600x1200&size_mode=3" />
257
+
258
+
259
+
260
+
246 261
247 262
248 263