AWS AmazonRDS documentation change
Summary
Updated SQS ARN format with concrete region/account ID examples
Security assessment
Changed placeholder values to example ARNs (us-east-1/111122223333) for clarity. No security implications - standard documentation example formatting.
Diff
diff --git a/AmazonRDS/latest/UserGuide/custom-oracle-multiaz-modify-single-to-multi.md b/AmazonRDS/latest/UserGuide/custom-oracle-multiaz-modify-single-to-multi.md index 2c78c2ef7..6c2859c26 100644 --- a//AmazonRDS/latest/UserGuide/custom-oracle-multiaz-modify-single-to-multi.md +++ b//AmazonRDS/latest/UserGuide/custom-oracle-multiaz-modify-single-to-multi.md @@ -54,0 +55,6 @@ If you choose to configure the prerequisites manually, perform the following tas +JSON + + +**** + + @@ -71 +77 @@ If you choose to configure the prerequisites manually, perform the following tas - "Resource": "arn:${AWS::Partition}:sqs:${AWS::Region}:${AWS::AccountId}:do-not-delete-rds-custom-*", + "Resource": "arn:aws:sqs:us-east-1:111122223333:do-not-delete-rds-custom-*", @@ -74 +80 @@ If you choose to configure the prerequisites manually, perform the following tas - "AWS": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/{IAM-Instance-role}" + "AWS": "arn:aws:iam::111122223333:role/{IAM-Instance-role}"