AWS neptune documentation change
Summary
Removed example IAM policy JSON for notebook S3 and Neptune access
Security assessment
Deletion of policy examples does not resolve a security issue. Reduces documentation verbosity without security impact.
Diff
diff --git a/neptune/latest/userguide/graph-notebooks.md b/neptune/latest/userguide/graph-notebooks.md index dfea32ba7..769cc10ac 100644 --- a//neptune/latest/userguide/graph-notebooks.md +++ b//neptune/latest/userguide/graph-notebooks.md @@ -78,37 +77,0 @@ The console can create an AWS Identity and Access Management (IAM) role for your -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "AllowS3GetObjectS3ListBucket", - "Effect": "Allow", - "Action": [ - "s3:GetObject", - "s3:ListBucket" - ], - "Resource": [ - "arn:aws:s3:::aws-neptune-notebook", - "arn:aws:s3:::aws-neptune-notebook/*", - "arn:aws:s3:::aws-neptune-notebook-us-east-1", - "arn:aws:s3:::aws-neptune-notebook-us-east-1/*" - ] - }, - { - "Sid": "AllowAccessNeptuneDB", - "Effect": "Allow", - "Action": "neptune-db:*", - "Resource": [ - "arn:aws:neptune-db:us-east-1:111122223333:Neptune resource ID/*" - ] - } - ] - } - - -