AWS Security ChangesHomeSearch

AWS opensearch-service documentation change

Service: opensearch-service · 2025-08-10 · Documentation low

File: opensearch-service/latest/developerguide/fgac-http-auth.md

Summary

Updated account ID and domain ARN in policy example

Security assessment

Routine documentation update with concrete example values

Diff

diff --git a/opensearch-service/latest/developerguide/fgac-http-auth.md b/opensearch-service/latest/developerguide/fgac-http-auth.md
index b55ea8ff3..4bbd7df36 100644
--- a//opensearch-service/latest/developerguide/fgac-http-auth.md
+++ b//opensearch-service/latest/developerguide/fgac-http-auth.md
@@ -50 +50 @@ JSON
-            "AWS": "arn:aws:iam::{account-id}:root"
+            "AWS": "arn:aws:iam::111122223333:root"
@@ -55 +55 @@ JSON
-          "Resource": "arn:aws:es:{region}:{account-id}:domain/{domain-name}/*"
+          "Resource": "arn:aws:es:us-east-1:111122223333:domain/{domain-name}/*"