AWS Security ChangesHomeSearch

AWS neptune documentation change

Service: neptune · 2025-08-28 · Documentation low

File: neptune/latest/userguide/iam-auth-connecting-gremlin-java.md

Summary

Removed example IAM policy JSON for cross-account role assumption

Security assessment

Policy example removal does not address a vulnerability. No evidence of insecure configuration being corrected.

Diff

diff --git a/neptune/latest/userguide/iam-auth-connecting-gremlin-java.md b/neptune/latest/userguide/iam-auth-connecting-gremlin-java.md
index 0bcf2dc0d..279ec69d7 100644
--- a//neptune/latest/userguide/iam-auth-connecting-gremlin-java.md
+++ b//neptune/latest/userguide/iam-auth-connecting-gremlin-java.md
@@ -69,20 +68,0 @@ Amazon Neptune supports cross account IAM authentication through the use of role
-JSON
-    
-
-****
-    
-    
-        {
-      "Version": "2012-10-17",
-      "Statement": [
-        {
-          "Sid": "assumeRolePolicy",
-          "Effect": "Allow",
-          "Action": "sts:AssumeRole",
-          "Resource": "aws:arn:iam::111122223333:role/[ROLE_NAME]"
-        }
-      ]
-    }
-    
-    
-