AWS Security ChangesHomeSearch

AWS neptune documentation change

Service: neptune · 2025-07-25 · Documentation low

File: neptune/latest/userguide/full-text-search-fgac.md

Summary

Updated account ID and region in Elasticsearch policy example

Security assessment

Standardized example with concrete account ID for FGAC configuration

Diff

diff --git a/neptune/latest/userguide/full-text-search-fgac.md b/neptune/latest/userguide/full-text-search-fgac.md
index 0a2ca694b..784bc8d13 100644
--- a//neptune/latest/userguide/full-text-search-fgac.md
+++ b//neptune/latest/userguide/full-text-search-fgac.md
@@ -24 +24 @@ JSON
-            "AWS": "arn:aws:iam::account-id:root"
+                    "AWS": "arn:aws:iam::111122223333:root"
@@ -27 +27 @@ JSON
-          "Resource": "arn:aws:es:region:account-id:es-resource-id/*"
+                "Resource": "arn:aws:es:us-east-1:account-id:es-resource-id/*"