AWS sap documentation change
Summary
Fixed placeholder formatting in CLI commands and corrected parameter reference typo
Security assessment
Typographical corrections and syntax standardization without security implications. Instance-type parameter clarification is operational, not security-related.
Diff
diff --git a/sap/latest/sap-netweaver/standalone-sap-ase.md b/sap/latest/sap-netweaver/standalone-sap-ase.md index ceff08b56..96d1bc4b8 100644 --- a//sap/latest/sap-netweaver/standalone-sap-ase.md +++ b//sap/latest/sap-netweaver/standalone-sap-ase.md @@ -77,6 +72,6 @@ Launch the Amazon EC2 instance for the SAP ASE database installation in your tar - --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-typ> \ + --key-name=<name-of-key-pair> \ + --security-group-ids <security-group-ID> \ + --subnet-id <subnet-ID> \ @@ -84,2 +79 @@ Launch the Amazon EC2 instance for the SAP ASE database installation in your tar - --region region-ID - + --region <region-ID> @@ -90 +84 @@ 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://<PATH>\<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://<PATH>\<file>.json @@ -92 +86 @@ Use this command in a single line format, as shown in the following example. -In this example, _m5.large_ is the value for the `--instance-type` parameter. You must select an Amazon EC2 instance type based on your business requirements. +In this example, _m5.large_ is the value for the `instance-type` parameter. You must select an Amazon EC2 instance type based on your business requirements.