AWS opensearch-service documentation change
Summary
Updated account IDs and domain ARNs in access policy examples
Security assessment
Standard example value updates without security implications
Diff
diff --git a/opensearch-service/latest/developerguide/cross-cluster-search.md b/opensearch-service/latest/developerguide/cross-cluster-search.md index 36264f607..bcd396f61 100644 --- a//opensearch-service/latest/developerguide/cross-cluster-search.md +++ b//opensearch-service/latest/developerguide/cross-cluster-search.md @@ -166 +166 @@ JSON - "Resource": "arn:aws:es:region:account:domain/src-domain/*" + "Resource": "arn:aws:es:us-east-1:111122223333:domain/src-domain/*" @@ -191 +191 @@ JSON - "arn:aws:iam::123456789012:user/test-user" + "arn:aws:iam::111122223333:user/test-user" @@ -195 +195 @@ JSON - "Resource": "arn:aws:es:region:account:domain/src-domain/*" + "Resource": "arn:aws:es:us-east-1:111122223333:domain/src-domain/*" @@ -230 +230 @@ JSON - "Resource": "arn:aws:es:region:account:domain/dst-domain" + "Resource": "arn:aws:es:us-east-1:111122223333:domain/dst-domain" @@ -259 +259 @@ JSON - "Resource": "arn:aws:es:region:account:domain/dst-domain/*" + "Resource": "arn:aws:es:us-east-1:111122223333:domain/dst-domain/*" @@ -267 +267 @@ JSON - "Resource": "arn:aws:es:region:account:domain/dst-domain" + "Resource": "arn:aws:es:us-east-1:111122223333:domain/dst-domain"