AWS Security ChangesHomeSearch

AWS neptune documentation change

Service: neptune · 2026-05-04 · Documentation low

File: neptune/latest/userguide/get-started-security.md

Summary

Updated IAM authentication documentation links to include language-specific Gremlin connections and Bolt protocol examples

Security assessment

The changes reorganize and expand documentation about IAM authentication methods without addressing any specific vulnerability. The updates add new language-specific examples (JavaScript, Go, .NET) and Bolt protocol implementations, enhancing security documentation but not fixing a security issue.

Diff

diff --git a/neptune/latest/userguide/get-started-security.md b/neptune/latest/userguide/get-started-security.md
index 3d04e8f23..4f049b98e 100644
--- a//neptune/latest/userguide/get-started-security.md
+++ b//neptune/latest/userguide/get-started-security.md
@@ -43 +43 @@ The following links provide additional information about connecting to Neptune u
-  * [Connecting to Amazon Neptune databases using IAM authentication with Python](./iam-auth-connecting-python.html)
+  * [Connecting to Amazon Neptune databases using IAM authentication with Gremlin Python](./gremlin-python-iam-auth.html)
@@ -45 +45,3 @@ The following links provide additional information about connecting to Neptune u
-###### Note
+  * [Connecting to Amazon Neptune databases using IAM authentication with Gremlin JavaScript](./gremlin-javascript-iam-auth.html)
+
+  * [Connecting to Amazon Neptune databases using IAM authentication with Gremlin Go](./gremlin-go-iam-auth.html)
@@ -47 +49 @@ The following links provide additional information about connecting to Neptune u
-This example applies to both Gremlin and SPARQL.
+  * [Connecting to Amazon Neptune databases using IAM authentication with Gremlin .NET](./gremlin-dotnet-iam-auth.html)
@@ -54 +56 @@ This example applies to both Gremlin and SPARQL.
-  * [Connecting to Amazon Neptune databases using IAM authentication with Gremlin console](./iam-auth-connecting-gremlin-console.html)
+  * [A Java openCypher query example using Bolt with IAM authentication](./access-graph-opencypher-bolt.html#access-graph-opencypher-bolt-java-iam-auth)
@@ -56 +58 @@ This example applies to both Gremlin and SPARQL.
-  * [Connecting to Amazon Neptune databases using IAM with Gremlin Java](./iam-auth-connecting-gremlin-java.html)
+  * [A Python openCypher query example using Bolt with IAM authentication](./access-graph-opencypher-bolt.html#access-graph-opencypher-bolt-python-iam-auth)
@@ -58 +60 @@ This example applies to both Gremlin and SPARQL.
-  * [Connecting to Amazon Neptune databases using IAM authentication with Python](./iam-auth-connecting-python.html)
+  * [A Node.js example using IAM authentication and Bolt](./access-graph-opencypher-bolt.html#access-graph-opencypher-bolt-nodejs-iam-auth)
@@ -60 +62 @@ This example applies to both Gremlin and SPARQL.
-###### Note
+  * [A .NET openCypher query example using Bolt with IAM authentication](./access-graph-opencypher-bolt.html#access-graph-opencypher-bolt-dotnet-iam-auth)
@@ -62 +64 @@ This example applies to both Gremlin and SPARQL.
-This example applies to both Gremlin and SPARQL.
+  * [A Golang openCypher query example using Bolt with IAM authentication](./access-graph-opencypher-bolt.html#access-graph-opencypher-bolt-golang-iam-auth)
@@ -71 +73 @@ This example applies to both Gremlin and SPARQL.
-  * [Connecting to Amazon Neptune databases using IAM authentication with Python](./iam-auth-connecting-python.html)
+  * [Connecting to Amazon Neptune databases using IAM authentication with SPARQL and Node.js](./iam-auth-connecting-sparql-node.html)
@@ -73,3 +75 @@ This example applies to both Gremlin and SPARQL.
-###### Note
-
-This example applies to both Gremlin and SPARQL.
+  * [Connecting to Amazon Neptune databases using IAM authentication with Python](./iam-auth-connecting-python.html)