AWS Security ChangesHomeSearch

AWS neptune-analytics documentation change

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

File: neptune-analytics/latest/userguide/gettingStarted-connecting-private-link-create-policy.md

Summary

Removed example endpoint policy JSON for Neptune Analytics access

Security assessment

Policy example deletion does not address a security flaw. Maintains documentation structure without security context changes.

Diff

diff --git a/neptune-analytics/latest/userguide/gettingStarted-connecting-private-link-create-policy.md b/neptune-analytics/latest/userguide/gettingStarted-connecting-private-link-create-policy.md
index e4a291bfb..a549086fe 100644
--- a//neptune-analytics/latest/userguide/gettingStarted-connecting-private-link-create-policy.md
+++ b//neptune-analytics/latest/userguide/gettingStarted-connecting-private-link-create-policy.md
@@ -26,27 +25,0 @@ You can create an endpoint policy that restricts access to only specific Neptune
-JSON
-    
-
-****
-    
-    
-    
-    {
-      "Version": "2012-10-17",
-      "Id": "Policy1216114807515",
-      "Statement": [
-        {
-          "Sid": "Access-to-specific-graph-only",
-          "Principal": "*",
-          "Action": [
-            "neptune-graph:GetGraphSummary"
-          ],
-          "Effect": "Allow",
-          "Resource": [
-            "arn:aws:${us-east-1}:${111122223333}:graph/${your-resourceId}"
-          ]
-        }
-      ]
-    }
-    
-    
-