AWS Security ChangesHomeSearch

AWS opensearch-service medium security documentation change

Service: opensearch-service · 2025-08-28 · Security-related medium

File: opensearch-service/latest/developerguide/serverless-lifecycle.md

Summary

Changed resource pattern from 'collection/application-logs' to 'index/application-logs' in lifecycle policy example

Security assessment

Correcting resource patterns helps prevent misconfigurations that could lead to unintended access, improving security posture.

Diff

diff --git a/opensearch-service/latest/developerguide/serverless-lifecycle.md b/opensearch-service/latest/developerguide/serverless-lifecycle.md
index b69ca0834..109673b95 100644
--- a//opensearch-service/latest/developerguide/serverless-lifecycle.md
+++ b//opensearch-service/latest/developerguide/serverless-lifecycle.md
@@ -112 +112 @@ Lifecycle policies for OpenSearch Serverless use the following AWS Identity and
-The following identity-based access policy allows a user to view all data lifecycle policies, and update policies with the resource pattern `collection/application-logs`:
+The following identity-based access policy allows a user to view all data lifecycle policies, and update policies with the resource pattern `index/application-logs`: