AWS Security ChangesHomeSearch

AWS opensearch-service documentation change

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

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

Summary

Updated configuration examples by generalizing region values, removing STS role ARN references, adjusting documentation links, and fixing minor text formatting

Security assessment

Changes involve making examples more generic (e.g., 'region' placeholder) and removing role ARNs from configuration samples. No evidence of addressing security vulnerabilities or documenting new security features.

Diff

diff --git a/opensearch-service/latest/developerguide/configure-client-kinesis.md b/opensearch-service/latest/developerguide/configure-client-kinesis.md
index 8c2c1dfa1..e2bf18cb9 100644
--- a//opensearch-service/latest/developerguide/configure-client-kinesis.md
+++ b//opensearch-service/latest/developerguide/configure-client-kinesis.md
@@ -151,3 +150 @@ You can also migrate data from Amazon Kinesis to an OpenSearch Serverless VPC co
-                 sts_role_arn: "arn:aws:iam::account-id:role/pipeline-role"
-                 region: "us-east-1"
-         
+                 region: "region"
@@ -156 +153 @@ You can also migrate data from Amazon Kinesis to an OpenSearch Serverless VPC co
-                 hosts: [ "https://search-mydomain.us-east-1.es.amazonaws.com" ]
+                 hosts: [ "https://search-mydomain.region.es.amazonaws.com" ]
@@ -158 +155 @@ You can also migrate data from Amazon Kinesis to an OpenSearch Serverless VPC co
-                 document_id: "${getMetadata(\"{partition_key}\")}"
+                 document_id: "${getMetadata(\"partition_key\")}"
@@ -161 +158 @@ You can also migrate data from Amazon Kinesis to an OpenSearch Serverless VPC co
-                   region: "<<us-east-1>>"
+                   region: "region"
@@ -164,3 +161,2 @@ You can also migrate data from Amazon Kinesis to an OpenSearch Serverless VPC co
-                     bucket: "amzn-s3-demo-bucket"
-                     region: "<<us-east-1>>"
-                     sts_role_arn: "arn:aws:iam::account-id:role/pipeline-role"
+                     bucket: "dlq-bucket-name"
+                     region: "region"
@@ -168 +164 @@ You can also migrate data from Amazon Kinesis to an OpenSearch Serverless VPC co
-You can use a preconfigured blueprint to create this pipeline. For more information, see [Using blueprints to create a pipeline](./pipeline-blueprint.html). You can also review the opensource Opensearch documentation for additional confiugration options. To learn more, see [configuration options](https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sources/kinesis/#configuration-options).
+You can use a preconfigured blueprint to create this pipeline. For more information, see [Working with blueprints](./pipeline-blueprint.html). You can also review the opensource Opensearch documentation for additional confiugration options. To learn more, see [configuration options](https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sources/kinesis/#configuration-options).
@@ -194 +190 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Self-managed OpenSearch
+Self-managed OpenSearch clusters