AWS Security ChangesHomeSearch

AWS neptune documentation change

Service: neptune · 2026-03-13 · Documentation medium

File: neptune/latest/userguide/access-graph-gremlin-console.md

Summary

Added a new section 'IAM authentication' explaining how to use IAM authentication with Gremlin console for Neptune DB clusters.

Security assessment

The change adds documentation about IAM authentication, which is a security feature for controlling access to Neptune DB clusters. It explains the need for Signature Version 4 signing when IAM authentication is enabled. This is an enhancement to security documentation, not a response to a specific security issue.

Diff

diff --git a/neptune/latest/userguide/access-graph-gremlin-console.md b/neptune/latest/userguide/access-graph-gremlin-console.md
index 803223e02..bfa502a80 100644
--- a//neptune/latest/userguide/access-graph-gremlin-console.md
+++ b//neptune/latest/userguide/access-graph-gremlin-console.md
@@ -5 +5 @@
-Usual connection
+Usual connectionIAM authentication
@@ -117,0 +118,4 @@ For more information on the Neptune implementation of Gremlin, see [Gremlin stan
+## IAM authentication
+
+Neptune supports [IAM authentication](./iam-auth-enable.html) to control access to your DB cluster. If you have IAM authentication enabled, you need to use Signature Version 4 signing to authenticate your requests. For detailed instructions and code examples for connecting from the Gremlin console, see [Connecting to Amazon Neptune databases using IAM authentication with Gremlin console](./iam-auth-connecting-gremlin-console.html).
+