AWS sap documentation change
Summary
Updated AWS CLI command syntax with placeholder formatting and removed line breaks in example
Security assessment
Changes involve syntax formatting improvements and example consolidation without introducing or modifying security-related content.
Diff
diff --git a/sap/latest/sap-netweaver/standalone-dep-orc-sap-nw-lx.md b/sap/latest/sap-netweaver/standalone-dep-orc-sap-nw-lx.md index c2f537c42..bc8d03794 100644 --- a//sap/latest/sap-netweaver/standalone-dep-orc-sap-nw-lx.md +++ b//sap/latest/sap-netweaver/standalone-dep-orc-sap-nw-lx.md @@ -76,6 +70,6 @@ Launch the Amazon EC2 instance for the SAP Oracle database installation in your - --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 \ + --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> \ @@ -83,2 +77 @@ Launch the Amazon EC2 instance for the SAP Oracle database installation in your - --region region-ID - + --region <region-ID> @@ -89,2 +82 @@ Use this command in a single line format, as shown in the following example. - aws ec2 run-instances --image-id ami-xxxxxxxxxxxxxxx --count 1 \ --instance-type m5.large --key-name=my_key --security-group-ids \ sg-xxxxxxxx --subnet-id subnet-xxxxxx \ --block-device-mappings file://C:\Users\<file>.json - + aws ec2 run-instances --image-id ami-xxxxxxxxxxxxxxx --count 1 --instance-type m5.large --key-name=my_key --security-group-ids sg-xxxxxxxx --subnet-id subnet-xxxxxx --block-device-mappings file://C:\Users\<file>.json