AWS Security ChangesHomeSearch

AWS kendra documentation change

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

File: kendra/latest/dg/troubleshooting-data-sources.md

Summary

Removed a sample S3 bucket policy for Kendra manifest access

Security assessment

Policy removal doesn't indicate a security fix - likely documentation cleanup. No evidence of addressing a vulnerability in the change.

Diff

diff --git a/kendra/latest/dg/troubleshooting-data-sources.md b/kendra/latest/dg/troubleshooting-data-sources.md
index 3a4c23367..ecb4cd82c 100644
--- a//kendra/latest/dg/troubleshooting-data-sources.md
+++ b//kendra/latest/dg/troubleshooting-data-sources.md
@@ -115,15 +114,0 @@ In addition to the vieing the document-level sync run history report in CloudWat
-        {
-        “Version”: “2012-10-17",
-        “Statement”: [
-            {
-                “Sid”: “KendraS3Access”,
-                “Effect”: “Allow”,
-                “Principal”: {
-                    “Service”: “kendra.amazonaws.com”
-                },
-                “Action”: “s3:PutObject”,
-                “Resource”: “arn:aws:s3:::your-manifest-bucket-name/*”
-            }
-        ]
-    }
-