AWS Security ChangesHomeSearch

AWS kendra documentation change

Service: kendra · 2025-08-28 · Documentation low

File: kendra/latest/dg/opensearch-rerank.md

Summary

Removed JSON example of IAM policy allowing kendra-ranking:Rescore action

Security assessment

The change removes a policy example but does not indicate a security vulnerability or weakness. It appears to be documentation cleanup rather than addressing a security issue.

Diff

diff --git a/kendra/latest/dg/opensearch-rerank.md b/kendra/latest/dg/opensearch-rerank.md
index 0a0414ca8..41855aad4 100644
--- a//kendra/latest/dg/opensearch-rerank.md
+++ b//kendra/latest/dg/opensearch-rerank.md
@@ -135,18 +134,0 @@ Make sure that you have created an IAM role with the necessary permissions to in
-JSON
-    
-
-****
-    
-    
-        {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Effect": "Allow",
-                "Action": "kendra-ranking:Rescore",
-                "Resource": "arn:aws:kendra-ranking:us-east-1:${Account}:rescore-execution-plan/${RescoreExecutionPlanId}"
-            }
-        ]
-    }
-    
-