AWS Security ChangesHomeSearch

AWS neptune documentation change

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

File: neptune/latest/userguide/dms-neptune-replication.md

Summary

Removed example IAM policy JSON blocks for S3 and Neptune DB access permissions

Security assessment

Removal of example IAM policies does not indicate a security fix but rather documentation cleanup. No evidence of addressing a specific vulnerability.

Diff

diff --git a/neptune/latest/userguide/dms-neptune-replication.md b/neptune/latest/userguide/dms-neptune-replication.md
index 0fbeffd6b..ec5fe8aa1 100644
--- a//neptune/latest/userguide/dms-neptune-replication.md
+++ b//neptune/latest/userguide/dms-neptune-replication.md
@@ -44,38 +43,0 @@ You will need to create an IAM policy granting `GetObject`, `PutObject`, `Delete
-JSON
-    
-
-****
-    
-    
-    
-    {
-      "Version": "2012-10-17",
-      "Statement": [
-        {
-          "Sid": "ListObjectsInBucket",
-          "Effect": "Allow",
-          "Action": [
-            "s3:ListBucket"
-          ],
-          "Resource": [
-            "arn:aws:s3:::amzn-s3-demo-bucket"
-          ]
-        },
-        {
-          "Sid": "AllObjectActions",
-          "Effect": "Allow",
-          "Action": [
-            "s3:GetObject",
-            "s3:PutObject",
-            "s3:DeleteObject",
-            "s3:ListObject"
-          ],
-          "Resource": [
-            "arn:aws:s3:::amzn-s3-demo-bucket/*"
-          ]
-        }
-      ]
-    }
-    
-    
-
@@ -84,21 +45,0 @@ If your Neptune DB cluster has IAM authentication enabled, you will also need to
-JSON
-    
-
-****
-    
-    
-    
-    {
-      "Version": "2012-10-17",
-      "Statement": [
-        {
-          "Sid": "VisualEditor0",
-          "Effect": "Allow",
-          "Action": "neptune-db:*",
-          "Resource": "arn:aws:neptune-db:us-east-1:111122223333:[CLUSTER-RESOURCE-ID]/*"
-        }
-      ]
-    }
-    
-    
-