AWS neptune documentation change
Summary
Removed example IAM policy JSON for OpenSearch Serverless access
Security assessment
Policy example removal does not indicate a security fix. Maintains documentation structure without security context changes.
Diff
diff --git a/neptune/latest/userguide/full-text-search-serverless.md b/neptune/latest/userguide/full-text-search-serverless.md index 7bf3f186a..864c7a574 100644 --- a//neptune/latest/userguide/full-text-search-serverless.md +++ b//neptune/latest/userguide/full-text-search-serverless.md @@ -31,24 +30,0 @@ The IAM entity (User or Role) used for connecting to the Neptune database should -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "AllowOpenSearchServerlessAccess", - "Effect": "Allow", - "Principal": { - "AWS": "arn:aws:iam::111122223333:root" - }, - "Action": "aoss:APIAccessAll", - "Resource": "arn:aws:aoss:us-east-1:111122223333:collection/(collection ID)" - } - ] - } - - -