AWS Security ChangesHomeSearch

AWS opensearch-service documentation change

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

File: opensearch-service/latest/developerguide/security-iam-ingestion.md

Summary

Removed JSON policy example for pipeline administration permissions

Security assessment

Removal of a policy example does not indicate a security issue. This appears to be documentation simplification without security implications.

Diff

diff --git a/opensearch-service/latest/developerguide/security-iam-ingestion.md b/opensearch-service/latest/developerguide/security-iam-ingestion.md
index 1c10cc3cb..f48efe228 100644
--- a//opensearch-service/latest/developerguide/security-iam-ingestion.md
+++ b//opensearch-service/latest/developerguide/security-iam-ingestion.md
@@ -216,37 +215,0 @@ This policy is an example of a "pipeline admin" policy that allows a user to man
-JSON
-    
-
-****
-    
-    
-    
-    {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Resource": "arn:aws:osis:us-east-1::pipeline/*",
-                "Action": [
-                    "osis:CreatePipeline",
-                    "osis:DeletePipeline",
-                    "osis:UpdatePipeline",
-                    "osis:ValidatePipeline",
-                    "osis:StartPipeline",
-                    "osis:StopPipeline"
-                ],
-                "Effect": "Allow"
-            },
-            {
-                "Resource": "*",
-                "Action": [
-                    "osis:ListPipelines",
-                    "osis:GetPipeline",
-                    "osis:ListPipelineBlueprints",
-                    "osis:GetPipelineBlueprint",
-                    "osis:GetPipelineChangeProgress"
-                ],
-                "Effect": "Allow"
-            }
-        ]
-    }
-    
-