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
Changes replace placeholder values with example concrete values for documentation clarity. No security vulnerabilities addressed or security features added.
Diff
diff --git a/opensearch-service/latest/developerguide/rds-PostgreSQL.md b/opensearch-service/latest/developerguide/rds-PostgreSQL.md index 238019ff6..d1004f443 100644 --- a//opensearch-service/latest/developerguide/rds-PostgreSQL.md +++ b//opensearch-service/latest/developerguide/rds-PostgreSQL.md @@ -108,0 +109,6 @@ After you have your Amazon RDS pipeline prerequisites set up, [configure the pip +JSON + + +**** + + @@ -141,3 +147,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/*" @@ -160 +166 @@ 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/*", @@ -174 +180 @@ 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:*" @@ -186,2 +192,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*" @@ -197 +203 @@ 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*" @@ -209,2 +215,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" @@ -227 +233 @@ 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" @@ -235 +241 @@ 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" @@ -245 +251 @@ After you have your Amazon RDS pipeline prerequisites set up, [configure the pip - "arn:aws:secretsmanager:*:account-id:secret:*" + "arn:aws:secretsmanager:*:111122223333:secret:*"