AWS ssm-sap documentation change
Summary
Updated documentation for SAP application start operations: Removed 'distributed setup' reference for SAP ABAP, simplified step 4 title, corrected CLI parameter syntax in examples, removed redundant event log entries, and updated EC2 instance ID placeholder
Security assessment
Changes focus on documentation clarity and example accuracy. No security vulnerabilities, mitigations, or security features are mentioned. Instance ID change appears to be example standardization rather than security-related.
Diff
diff --git a/ssm-sap/latest/userguide/start-sap-application.md b/ssm-sap/latest/userguide/start-sap-application.md index ad235cc5c..e5655d33b 100644 --- a/ssm-sap/latest/userguide/start-sap-application.md +++ b/ssm-sap/latest/userguide/start-sap-application.md @@ -5 +5 @@ -Step 1: Register SAP ApplicationStep 2: Start SAP ApplicationStep 3: Check Start Operation statusStep 4: Monitor and verify Start operation +Step 1: Register SAP ApplicationStep 2: Start SAP ApplicationStep 3: Check Start Operation statusStep 4: Verify Start operation @@ -9 +9 @@ Step 1: Register SAP ApplicationStep 2: Start SAP ApplicationStep 3: Check Start -You can perform a start operation on a single node or HA (high availability) SAP HANA application or on a single node or distributed setup of an SAP ABAP application which is registered with AWS Systems Manager for SAP. +You can perform a start operation on a single node or HA (high availability) SAP HANA application or on a single node setup of an SAP ABAP application which is registered with AWS Systems Manager for SAP. @@ -25 +25 @@ You can start Systems Manager for SAP application using AWS CLI or AWS Managemen - * Step 4: Monitor and verify Start operation + * Step 4: Verify Start operation @@ -42 +42 @@ You can use the following AWS CLI command to start your SAP application: - --application-id <APPLICATION_ID> + --application-id >ApplicationId< @@ -50 +50 @@ The parameter `application-id` is required. As the value, use the ApplicationID - --application-id <APPLICATION_ID> + --application-id >myApplication< @@ -74 +74 @@ The start operation can take up to five minutes to complete. During that time, y -## Step 4: Monitor and verify Start operation +## Step 4: Verify Start operation @@ -81 +81 @@ Verify the start operation on the application through the event using the [`List - --operation-id <OPERATION_ID> + --operation-id <YOUR_OPERATION_ID> @@ -97,40 +96,0 @@ Verify the start operation on the application through the event using the [`List - "Timestamp": "2024-01-03T04:53:59.846000+00:00" - }, - { - "Description": "Start the SAP component ECD-D12-sapci", - "Resource": { - "ResourceArn": "arn:aws:ssm-sap:us-east-1:111111111111:SAP_ABAP/nwStartStop/COMPONENT/ECD-D12-sapci", - "ResourceType": "AWS::SystemsManagerSAP::Component" - }, - "Status": "COMPLETED", - "StatusMessage": "", - "Timestamp": "2024-01-03T04:52:59.846000+00:00" - }, - { - "Description": "Start the SAP component ECD-D12-sapci", - "Resource": { - "ResourceArn": "arn:aws:ssm-sap:us-east-1:111111111111:SAP_ABAP/nwStartStop/COMPONENT/ECD-D12-sapci", - "ResourceType": "AWS::SystemsManagerSAP::Component" - }, - "Status": "IN_PROGRESS", - "StatusMessage": "", - "Timestamp": "2024-01-03T04:51:59.846000+00:00" - }, - { - "Description": "Start the SAP component ECD-ASCS10-sapci", - "Resource": { - "ResourceArn": "arn:aws:ssm-sap:us-east-1:111111111111:SAP_ABAP/nwStartStop/COMPONENT/ECD-ASCS10-sapci", - "ResourceType": "AWS::SystemsManagerSAP::Component" - }, - "Status": "COMPLETED", - "StatusMessage": "", - "Timestamp": "2024-01-03T04:50:59.846000+00:00" - }, - { - "Description": "Start the SAP component ECD-ASCS10-sapci", - "Resource": { - "ResourceArn": "arn:aws:ssm-sap:us-east-1:111111111111:SAP_ABAP/nwStartStop/COMPONENT/ECD-ASCS10-sapci", - "ResourceType": "AWS::SystemsManagerSAP::Component" - }, - "Status": "IN_PROGRESS", - "StatusMessage": "", @@ -149,10 +108,0 @@ Verify the start operation on the application through the event using the [`List - { - "Description": "Start the SAP component HDB-HDB00", - "Resource": { - "ResourceArn": "arn:aws:ssm-sap:us-east-1:111111111111:HANA/hanaStartStop/COMPONENT/HDB-HDB00", - "ResourceType": "AWS::SystemsManagerSAP::Component" - }, - "Status": "COMPLETED", - "StatusMessage": "", - "Timestamp": "2024-01-03T04:47:59.856000+00:00" - }, @@ -179,10 +128,0 @@ Verify the start operation on the application through the event using the [`List - { - "Description": "Start the SAP component HDB-HDB00", - "Resource": { - "ResourceArn": "arn:aws:ssm-sap:us-east-1:111111111111:HANA/hanaStartStop/COMPONENT/HDB-HDB00", - "ResourceType": "AWS::SystemsManagerSAP::Component" - }, - "Status": "IN_PROGRESS", - "StatusMessage": "", - "Timestamp": "2024-01-03T04:46:59.836000+00:00" - }, @@ -200 +140 @@ Verify the start operation on the application through the event using the [`List - "Description": "Start the EC2 instance i-abcdefgh987654321", + "Description": "Start the EC2 instance i-0e5ec51c3679d6231", @@ -202 +142 @@ Verify the start operation on the application through the event using the [`List - "ResourceArn": "arn:aws:ec2:us-east-1:111111111111:instance/i-abcdefgh987654321", + "ResourceArn": "arn:aws:ec2:us-east-1:111111111111:instance/i-0e5ec51c3679d6231",