AWS sap documentation change
Summary
Updated IAM policy ARNs with specific region/account examples
Security assessment
Standardizes example ARN formats without modifying security requirements or addressing vulnerabilities
Diff
diff --git a/sap/latest/sap-AnyDB/sap-ibm-pacemaker-deployment.md b/sap/latest/sap-AnyDB/sap-ibm-pacemaker-deployment.md index a13acd4e3..92d308384 100644 --- a//sap/latest/sap-AnyDB/sap-ibm-pacemaker-deployment.md +++ b//sap/latest/sap-AnyDB/sap-ibm-pacemaker-deployment.md @@ -94,2 +94,2 @@ For the Pacemaker setup, create two policies and attach them to the IAM role, wh - "arn:aws:ec2:region-name:account-id:instance/i-node1", - "arn:aws:ec2:region-name:account-id:instance/i-node2" + "arn:aws:ec2:us-east-1:123456789012:instance/i-node1", + "arn:aws:ec2:us-east-1:123456789012:instance/i-node2" @@ -114 +114 @@ For the Pacemaker setup, create two policies and attach them to the IAM role, wh - "Resource": "arn:aws:ec2:region-name:account-id:route-table/rtb-XYZ" + "Resource": "arn:aws:ec2:us-east-1:123456789012:route-table/rtb-XYZ"