AWS Security ChangesHomeSearch

AWS opensearch-service documentation change

Service: opensearch-service · 2025-04-23 · Documentation low

File: opensearch-service/latest/developerguide/configure-client.md

Summary

Fixed punctuation in ingestion URL instructions, added image reference, simplified example configuration, and updated IAM policy region placeholder

Security assessment

Changes are primarily documentation formatting improvements and example updates. The IAM policy change uses a 'region' placeholder but doesn't introduce new security controls or address vulnerabilities.

Diff

diff --git a/opensearch-service/latest/developerguide/configure-client.md b/opensearch-service/latest/developerguide/configure-client.md
index 5c17ffeed..354701fff 100644
--- a//opensearch-service/latest/developerguide/configure-client.md
+++ b//opensearch-service/latest/developerguide/configure-client.md
@@ -15 +15 @@ The important differences during source configuration (compared to sending data
-To ingest data into a pipeline, send it to the ingestion endpoint. To locate the ingestion URL, navigate to the **Pipeline settings** page and copy the **Ingestion URL** :
+To ingest data into a pipeline, send it to the ingestion endpoint. To locate the ingestion URL, navigate to the **Pipeline settings** page and copy the **Ingestion URL**.
@@ -22,0 +23 @@ For example, say that your pipeline configuration has the following ingestion pa
+![](/images/opensearch-service/latest/developerguide/images/ingestion-path.png)
@@ -24,8 +25 @@ For example, say that your pipeline configuration has the following ingestion pa
-    entry-pipeline:
-      source:
-        http:
-          path: "/my/test_path"
-
-The full ingestion endpoint, which you specify in your client configuration, will take the following format: `https://ingestion-pipeline-abcdefg.us-west-2.osis.amazonaws.com`/my/test_path``.
-
-For more information, see [Specifying the ingestion path](./creating-pipeline.html#pipeline-path).
+The full ingestion endpoint, which you specify in your client configuration, will take the following format: `https://`ingestion-pipeline-abcdefg`.us-east-1.osis.amazonaws.com`/my/test_path``.
@@ -46 +40 @@ For example, the following AWS Identity and Access Management (IAM) policy allow
-          "Resource": "arn:aws:osis:us-east-1:account-id:pipeline/pipeline-name"
+          "Resource": "arn:aws:osis:region:account-id:pipeline/pipeline-name"