AWS Security ChangesHomeSearch

AWS neptune-analytics documentation change

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

File: neptune-analytics/latest/userguide/import-export-permissions.md

Summary

Removed example IAM policy JSON for Neptune Analytics export permissions

Security assessment

Deletion of export-related policy examples does not indicate security fixes. Documentation cleanup without security impact.

Diff

diff --git a/neptune-analytics/latest/userguide/import-export-permissions.md b/neptune-analytics/latest/userguide/import-export-permissions.md
index b1749c325..7f58feac9 100644
--- a//neptune-analytics/latest/userguide/import-export-permissions.md
+++ b//neptune-analytics/latest/userguide/import-export-permissions.md
@@ -26,37 +25,0 @@ Neptune Analytics Export writes data into customer-owned Amazon S3 buckets. To d
-JSON
-    
-
-****
-    
-    
-        {
-      "Version": "2012-10-17",
-      "Statement": [
-        {
-          "Sid": "VisualEditor0",
-          "Effect": "Allow",
-          "Action": [
-            "kms:DescribeKey",
-            "kms:Decrypt",
-            "kms:GenerateDataKey"
-          ],
-          "Resource": "arn:aws:neptune-db:us-east-1:111122223333:[KMS-KEY-ID]/*"
-        },
-        {
-          "Sid": "VisualEditor1",
-          "Effect": "Allow",
-          "Action": [
-            "s3:PutObject",
-            "s3:GetObject",
-            "s3:ListBucket"
-          ],
-          "Resource": [
-            "arn:aws:s3:::amzn-s3-demo-bucket/",
-            "arn:aws:s3:::amzn-s3-demo-bucket/*"
-          ]
-        }
-      ]
-    }
-    
-    
-