AWS Security ChangesHomeSearch

AWS opensearch-service documentation change

Service: opensearch-service · 2025-08-28 · Documentation low

File: opensearch-service/latest/developerguide/serverless-configure-workflows.md

Summary

Removed JSON policy example for workflow configuration permissions

Security assessment

Policy example removal is documentation cleanup without security implications.

Diff

diff --git a/opensearch-service/latest/developerguide/serverless-configure-workflows.md b/opensearch-service/latest/developerguide/serverless-configure-workflows.md
index cdb350a4b..b1d787be5 100644
--- a//opensearch-service/latest/developerguide/serverless-configure-workflows.md
+++ b//opensearch-service/latest/developerguide/serverless-configure-workflows.md
@@ -32,30 +31,0 @@ Before you create and provision a template, verify that you have the required pe
-JSON
-    
-
-****
-    
-    
-    
-    {
-    "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Sid": "VisualEditor0",
-                "Effect": "Allow",
-                "Action": [
-                  "aoss:CreateIndex",
-                  "aoss:CreateCollectionItems",
-                  "aoss:CreateMLResource",
-                  "aoss:DescribeCollectionItems",
-                  "aoss:UpdateCollectionItems",
-                  "aoss:DeleteIndex",
-                  "aoss:DeleteCollectionItems",
-                  "aoss:DeleteMLResource",
-                  "aoss:APIAccessAll",
-                ],
-                "Resource": "*"
-            }
-        ]
-    }
-    
-