AWS Security ChangesHomeSearch

AWS neptune-analytics documentation change

Service: neptune-analytics · 2026-02-28 · Documentation low

File: neptune-analytics/latest/userguide/gettingStarted-creating-a-graph.md

Summary

Fixed CLI command syntax (hyphen correction in --vpc-id and --region flags)

Security assessment

Syntax correction for CLI commands with no security impact.

Diff

diff --git a/neptune-analytics/latest/userguide/gettingStarted-creating-a-graph.md b/neptune-analytics/latest/userguide/gettingStarted-creating-a-graph.md
index 292e199c3..25f5191cf 100644
--- a//neptune-analytics/latest/userguide/gettingStarted-creating-a-graph.md
+++ b//neptune-analytics/latest/userguide/gettingStarted-creating-a-graph.md
@@ -80 +80 @@ Create a private graph endpoint:
-    aws neptune-graph create-private-graph-endpoint —vpc-id vpc-0a9b7a5b15 \
+    aws neptune-graph create-private-graph-endpoint --vpc-id vpc-0a9b7a5b15 \
@@ -83 +83 @@ Create a private graph endpoint:
-    --graph-identifier g-146a51b7a151ba —region us-east-1
+    --graph-identifier g-146a51b7a151ba --region us-east-1