AWS kendra documentation change
Summary
Removed sample S3 bucket policy configuration for Kendra access
Security assessment
Deletion of an example policy without explanation. While potentially related to security hardening, there's no explicit evidence in the diff indicating this addresses a security vulnerability. Could be routine documentation cleanup.
Diff
diff --git a/kendra/latest/dg/cloudwatch-logs.md b/kendra/latest/dg/cloudwatch-logs.md index d23ecadc0..e2ca53fcf 100644 --- a//kendra/latest/dg/cloudwatch-logs.md +++ b//kendra/latest/dg/cloudwatch-logs.md @@ -142,15 +141,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/*” - } - ] - } -