AWS neptune-analytics documentation change
Summary
Updated resource ARNs in IAM policies to use concrete examples and proper formatting
Security assessment
Provides clearer examples for KMS and S3 resource ARNs in import/export permissions. While related to security configuration, there is no evidence of addressing a specific security vulnerability.
Diff
diff --git a/neptune-analytics/latest/userguide/import-export-permissions.md b/neptune-analytics/latest/userguide/import-export-permissions.md index 373a2b35d..b1749c325 100644 --- a//neptune-analytics/latest/userguide/import-export-permissions.md +++ b//neptune-analytics/latest/userguide/import-export-permissions.md @@ -43 +43 @@ JSON - "Resource": "[KMS_KEY_IDENTIFER from the argument list, in ARN form]" + "Resource": "arn:aws:neptune-db:us-east-1:111122223333:[KMS-KEY-ID]/*" @@ -54,2 +54,2 @@ JSON - "[DESTINATION_S3_ARN]", - "[DESTINATION_S3_ARN]/*" + "arn:aws:s3:::amzn-s3-demo-bucket/", + "arn:aws:s3:::amzn-s3-demo-bucket/*"