AWS neptune documentation change
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/*"