AWS neptune medium security documentation change
Summary
Fixed JSON syntax in KMS policy examples (removed underscores from action/ARN formatting)
Security assessment
Corrected IAM policy examples involving kms:CreateGrant permissions. Incorrect formatting could lead to policy misconfiguration affecting encryption key access controls. This directly impacts security configuration guidance.
Diff
diff --git a/neptune/latest/userguide/backup-restore-share-snapshot.md b/neptune/latest/userguide/backup-restore-share-snapshot.md index 78018a56a..3e2410023 100644 --- a//neptune/latest/userguide/backup-restore-share-snapshot.md +++ b//neptune/latest/userguide/backup-restore-share-snapshot.md @@ -149 +149 @@ JSON - _"kms:CreateGrant",_ + "kms:CreateGrant", @@ -152 +152 @@ JSON - "Resource": [_"arn:aws:kms:us-west-2:111122223333:key/c989c1dd-a3f2-4a5d-8d96-e793d082ab26"_] + "Resource": ["arn:aws:kms:us-west-2:111122223333:key/c989c1dd-a3f2-4a5d-8d96-e793d082ab26"] @@ -158 +158 @@ JSON - _"kms:CreateGrant",_ + "kms:CreateGrant", @@ -162 +162 @@ JSON - "Resource": [_"arn:aws:kms:us-west-2:111122223333:key/c989c1dd-a3f2-4a5d-8d96-e793d082ab26"_], + "Resource": ["arn:aws:kms:us-west-2:111122223333:key/c989c1dd-a3f2-4a5d-8d96-e793d082ab26"],