AWS opensearch-service documentation change
Summary
Updated example ARNs and resource identifiers with specific account ID (111122223333), region (us-east-2), and concrete values
Security assessment
Similar to PostgreSQL changes - replaces placeholders with example values for better documentation. No security implications identified.
Diff
diff --git a/opensearch-service/latest/developerguide/rds-mysql.md b/opensearch-service/latest/developerguide/rds-mysql.md index 8a878cc77..602582f2f 100644 --- a//opensearch-service/latest/developerguide/rds-mysql.md +++ b//opensearch-service/latest/developerguide/rds-mysql.md @@ -116,0 +117,6 @@ After you have your Amazon RDS pipeline prerequisites set up, [configure the pip +JSON + + +**** + + @@ -149,3 +155,3 @@ After you have your Amazon RDS pipeline prerequisites set up, [configure the pip - "arn:aws:ec2:*:account-id:network-interface/*", - "arn:aws:ec2:*:account-id:subnet/*", - "arn:aws:ec2:*:account-id:security-group/*" + "arn:aws:ec2:*:111122223333:network-interface/*", + "arn:aws:ec2:*:111122223333:subnet/*", + "arn:aws:ec2:*:111122223333:security-group/*" @@ -168 +174 @@ After you have your Amazon RDS pipeline prerequisites set up, [configure the pip - "Resource": "arn:aws:ec2:*:account-id:network-interface/*", + "Resource": "arn:aws:ec2:*:111122223333:network-interface/*", @@ -182 +188 @@ After you have your Amazon RDS pipeline prerequisites set up, [configure the pip - "arn:aws:rds:region:account-id:db:*" + "arn:aws:rds:us-east-2:111122223333:db:*" @@ -194,2 +200,2 @@ After you have your Amazon RDS pipeline prerequisites set up, [configure the pip - "arn:aws:rds:region:account-id:db:DB-id", - "arn:aws:rds:region:account-id:snapshot:DB-id*" + "arn:aws:rds:us-east-2:111122223333:db:DB-id", + "arn:aws:rds:us-east-2:111122223333:snapshot:DB-id*" @@ -205 +211 @@ After you have your Amazon RDS pipeline prerequisites set up, [configure the pip - "arn:aws:rds:region:account-id:snapshot:DB-id*" + "arn:aws:rds:us-east-2:111122223333:snapshot:DB-id*" @@ -217,2 +223,2 @@ After you have your Amazon RDS pipeline prerequisites set up, [configure the pip - "aws:RequestedRegion": "region", - "aws:ResourceAccount": "account-id" + "aws:RequestedRegion": "us-east-2", + "aws:ResourceAccount": "111122223333" @@ -235 +241 @@ After you have your Amazon RDS pipeline prerequisites set up, [configure the pip - "arn:aws:kms:region:account-id:key/export-key-id" + "arn:aws:kms:us-east-2:111122223333:key/export-key-id" @@ -243 +249 @@ After you have your Amazon RDS pipeline prerequisites set up, [configure the pip - "arn:aws:iam::account-id:role/export-role" + "arn:aws:iam::111122223333:role/export-role" @@ -253 +259 @@ After you have your Amazon RDS pipeline prerequisites set up, [configure the pip - "arn:aws:secretsmanager:*:account-id:secret:*" + "arn:aws:secretsmanager:*:111122223333:secret:*"