AWS Security ChangesHomeSearch

AWS sap documentation change

Service: sap · 2025-04-25 · Documentation low

File: sap/latest/sap-netweaver/net-win-step-1-prepare-your-aws-account.md

Summary

Formatting cleanup: removed empty lines, standardized CLI parameter formatting with angle brackets for placeholders, and section header capitalization

Security assessment

Changes focus on documentation structure and code example formatting. Security parameters like security-group-ids and key-name remain functionally unchanged in documentation. No security-specific content additions or vulnerability references.

Diff

diff --git a/sap/latest/sap-netweaver/net-win-step-1-prepare-your-aws-account.md b/sap/latest/sap-netweaver/net-win-step-1-prepare-your-aws-account.md
index 584169b22..490b4697c 100644
--- a//sap/latest/sap-netweaver/net-win-step-1-prepare-your-aws-account.md
+++ b//sap/latest/sap-netweaver/net-win-step-1-prepare-your-aws-account.md
@@ -15,5 +14,0 @@ In this example, we step through setting up a sample environment for the install
-
-
-
-###### 
-
@@ -71 +65 @@ Make sure that you choose one of the [Amazon EC2 Instance Types for SAP](https:/
-    --image-id AMI-ID \
+        --image-id <AMI-ID> \
@@ -73,5 +67,5 @@ Make sure that you choose one of the [Amazon EC2 Instance Types for SAP](https:/
-    --count number-of-EC2-instances \
-    --instance-type instance-type \
-    --key-name=name-of-key-pair \
-    --security-group-ids security-group-ID \
-    --subnet-id subnet-ID \
+        --count <number-of-EC2-instances> \
+        --instance-type <instance-type> \
+        --key-name=<name-of-key-pair> \
+        --security-group-ids <security-group-ID> \
+        --subnet-id <subnet-ID> \
@@ -80,3 +73,0 @@ Make sure that you choose one of the [Amazon EC2 Instance Types for SAP](https:/
-
-###### Example 
-
@@ -104 +95 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Deployment steps
+Deployment Steps
@@ -106 +97 @@ Deployment steps
-Step 2: Prepare each EC2 instance for SAP installation
+Step 2: Prepare Each EC2 Instance for SAP Installation