AWS sap documentation change
Summary
Updated IAM role ARN example with specific account ID
Security assessment
Provides concrete example of IAM role ARN without changing security requirements
Diff
diff --git a/sap/latest/sap-hana/automated-patching.md b/sap/latest/sap-hana/automated-patching.md index c73b286ee..77d0a36be 100644 --- a//sap/latest/sap-hana/automated-patching.md +++ b//sap/latest/sap-hana/automated-patching.md @@ -143 +143 @@ The following policy is an example Amazon S3 bucket policy that grants access to - "AWS": "arn:aws:iam::{account_id}:role/service-role/{ec2_role}" + "AWS": "arn:aws:iam::123456789012:role/service-role/{ec2_role}" @@ -296 +296 @@ You must set up IAM permissions for the Amazon S3 bucket. The following is a sam - "AWS": "arn:aws:iam::{account_id}:role/service-role/{ec2_role}" + "AWS": "arn:aws:iam::123456789012:role/service-role/{ec2_role}"