AWS Security ChangesHomeSearch

AWS sap documentation change

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

File: sap/latest/sap-netweaver/net-linux-std-create-and-configure.md

Summary

Updated step titles, command syntax (added angle brackets for placeholders, corrected line continuations), fixed JSON formatting, adjusted code examples, and corrected heading capitalization. Changes focus on clarity and accuracy of installation steps.

Security assessment

The changes are documentation improvements for clarity and command syntax accuracy. No security vulnerabilities, mitigations, or security features are mentioned or addressed. Changes include formatting adjustments and placeholder standardization without introducing security context.

Diff

diff --git a/sap/latest/sap-netweaver/net-linux-std-create-and-configure.md b/sap/latest/sap-netweaver/net-linux-std-create-and-configure.md
index ff1c8ab8f..0c7f6f3bb 100644
--- a//sap/latest/sap-netweaver/net-linux-std-create-and-configure.md
+++ b//sap/latest/sap-netweaver/net-linux-std-create-and-configure.md
@@ -5 +5 @@
-Step 1. Check the RegionStep 2. Create a JSON fileStep 3. Launch the Amazon EC2 instanceStep 4. Update the hostnameStep 5. Prerequisite packagesStep 6. Identify the Amazon EBS deviceStep 7. Format block devicesStep 8. Create directories and mount the file systemStep 9. Create swapStep 10. Creating the Amazon EFS mountsStep 11. Installing SAP
+Step 1. Check the Region Where You Want to Deploy Your AWS ResourcesStep 2. Create a JSON File for the Amazon EBS StorageStep 3. Launch the Amazon EC2 InstanceStep 4. Update the HostnameStep 5. Install Prerequisite PackagesStep 6. Identify the Amazon EBS Device from NVMe Block DevicesStep 7. Format Block Devices for Mounting SAP File SystemsStep 8. Create Directories and Mount the File SystemStep 9. Create Swap for SAP InstallationStep 10. Creating the Amazon EFS Mount for /usr/sap/trans and /sapmntStep 11. Installing SAP on Amazon EC2
@@ -34 +34 @@ Create a JSON file that contains the storage requirements for SAP Install volume
-            "VolumeType";: "gp2";,
+            "VolumeType";: "gp2",
@@ -55,9 +55,9 @@ Use the following syntax:
-      $ aws ec2 run-instances
-      --image-id AMI-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
-      --block-device-mappings file://C:\Users\file.json
-      --region region-ID
+      $ aws ec2 run-instances \
+      --image-id <AMI-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> \
+      --block-device-mappings file://C:\Users\file.json \
+      --region <region-ID>
@@ -95 +95 @@ As root user, use the following commands to install the Linux packages that are
-To install a package: `zypper install `package-name``
+To install a package: `zypper install <package-name>`
@@ -97 +97 @@ To install a package: `zypper install `package-name``
-To remove a package: `zypper remove `package-name``
+To remove a package: `zypper remove <package-name>`
@@ -101 +101 @@ To remove a package: `zypper remove `package-name``
-To install a package: `yum install `package-name``
+To install a package: `yum install <package-name>`
@@ -103,3 +103 @@ To install a package: `yum install `package-name``
-To remove a package: `yum remove `package-name``
-
-###### 
+To remove a package: `yum remove <package-name>`
@@ -115,4 +113,4 @@ To remove a package: `yum remove `package-name``
-          # cd /tmp
-      # wget https://s3.amazonaws.com/aws-data-provider/bin/aws-agent_install.sh
-      # chmod ugo+x aws-agent_install.sh
-      # sudo ./aws-agent_install.sh
+          cd /tmp
+      wget https://s3.amazonaws.com/aws-data-provider/bin/aws-agent_install.sh
+      chmod ugo+x aws-agent_install.sh
+      sudo ./aws-agent_install.sh
@@ -132 +130 @@ To view the list of volumes attached to your instance and their device names, ru
-      # lsblk
+      lsblk
@@ -138 +135,0 @@ To view the list of volumes attached to your instance and their device names, ru
-      #
@@ -143 +140 @@ Format the block device for `/usr/sap`, swap, and other file systems that are ne
-      # mkfs.xfs -f /dev/nvme1n1 -L USR_SAP
+      mkfs.xfs -f /dev/nvme1n1 -L USR_SAP
@@ -154 +151 @@ As root user, create the directories to mount the file systems required for SAP
-      # mkdir /usr/sap
+      mkdir /usr/sap
@@ -161 +158 @@ Add the entries for local SAP file systems to the `/etc/fstab` file by using the
-      # echo "/dev/disk/by-label/USR_SAP /usr/sap xfs noatime,nodiratime,logbsize=256k 0 0" >> /etc/fstab
+      echo "/dev/disk/by-label/USR_SAP /usr/sap xfs noatime,nodiratime,logbsize=256k 0 0" >> /etc/fstab
@@ -166,2 +163,2 @@ To mount the file system that has been added to `/etc/fstab`, use the syntax `mo
-      # mount -a
-      # df -h
+      mount -a
+      df -h
@@ -176 +172,0 @@ To mount the file system that has been added to `/etc/fstab`, use the syntax `mo
-      #
@@ -187 +183 @@ To allocate swap on device `/dev/nvme2n1`, use the following commands:
-      # lsblk
+      lsblk
@@ -193,2 +189,2 @@ To allocate swap on device `/dev/nvme2n1`, use the following commands:
-      #
-      # mkswap -f /dev/nvme2n1 -L SWAP
+    
+      mkswap -f /dev/nvme2n1 -L SWAP
@@ -197,2 +193,2 @@ To allocate swap on device `/dev/nvme2n1`, use the following commands:
-      # swapon -L SWAP
-      # swapon -s
+      swapon -L SWAP
+      swapon -s
@@ -201 +196,0 @@ To allocate swap on device `/dev/nvme2n1`, use the following commands:
-      #
@@ -209,2 +203,0 @@ To create an Amazon EFS file system and mount it on the Amazon EC2 instance, do
-###### 
-
@@ -251 +244 @@ Make a note of the `FileSystemId` value. In this example, `FileSystemId` is `fs-
-          $ aws efs create-tags --file-system-id FileSystemId Key=Name,Value=SomeExampleNameValue
+          $ aws efs create-tags --file-system-id <FileSystemId> Key=<Name>,Value=<SomeExampleNameValue>
@@ -297 +290 @@ The mount target `fsmt-061ab24e` is now available.
-          file-system-id.efs.aws-region.amazonaws.com
+        <file-system-id.efs.aws-region>.amazonaws.com
@@ -305 +298 @@ In this example, `us-east-1` is the AWS Region.
-          # mkdir /usr/sap/trans
+        mkdir /usr/sap/trans
@@ -309 +302 @@ In this example, `us-east-1` is the AWS Region.
-          # sudo mount -t nfs -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 ip-address:/trans </usr/sap/trans>
+        sudo mount -t nfs -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 ip-address:/trans </usr/sap/trans>
@@ -313 +306 @@ This IP address can be found in step 7; for example:
-          # sudo mount -t nfs -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 fs-abc12def.efs.us-east-1.amazonaws.com:/trans /usr/sap/trans
+        sudo mount -t nfs -o nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 fs-abc12def.efs.us-east-1.amazonaws.com:/trans /usr/sap/trans
@@ -334 +327 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Disk layout
+Disk Layout