AWS opensearch-service documentation change
Summary
Updated account IDs in ARNs to 111122223333 and expanded action array formatting
Security assessment
Standard documentation formatting improvements and example standardization. No security context added.
Diff
diff --git a/opensearch-service/latest/developerguide/pipeline-domain-access.md b/opensearch-service/latest/developerguide/pipeline-domain-access.md index 00f39707a..86b9d3509 100644 --- a//opensearch-service/latest/developerguide/pipeline-domain-access.md +++ b//opensearch-service/latest/developerguide/pipeline-domain-access.md @@ -45 +45 @@ JSON - "Resource": "arn:aws:es:*:account-id:domain/*" + "Resource": "arn:aws:es:*:111122223333:domain/*" @@ -50 +50 @@ JSON - "Resource": "arn:aws:es:*:account-id:domain/domain-name/*" + "Resource": "arn:aws:es:*:111122223333:domain/domain-name/*" @@ -100 +100 @@ JSON - "AWS": "arn:aws:iam::account-id:role/pipeline-role" + "AWS": "arn:aws:iam::111122223333:role/pipeline-role" @@ -102,2 +102,5 @@ JSON - "Action": ["es:DescribeDomain", "es:ESHttp*"], - "Resource": "arn:aws:es:region:account-id:domain/domain-name/*" + "Action": [ + "es:DescribeDomain", + "es:ESHttp*" + ], + "Resource": "arn:aws:es:us-east-1:account-id:domain/domain-name/*"