AWS opensearch-service documentation change
Summary
Removed STS role ARN from pipeline example, adjusted domain endpoint URL format, and updated blueprint documentation reference
Security assessment
Changes focus on example cleanup and documentation navigation improvements. No security-specific context or vulnerability mitigation is evident.
Diff
diff --git a/opensearch-service/latest/developerguide/configure-client-msk.md b/opensearch-service/latest/developerguide/configure-client-msk.md index 91719aab0..fc0341c96 100644 --- a//opensearch-service/latest/developerguide/configure-client-msk.md +++ b//opensearch-service/latest/developerguide/configure-client-msk.md @@ -229 +228,0 @@ You can then configure an OpenSearch Ingestion pipeline like the following, whic - sts_role_arn: "arn:aws:iam::account-id:role/pipeline-role" @@ -240 +239 @@ You can then configure an OpenSearch Ingestion pipeline like the following, whic - hosts: ["https://search-domain-endpoint.us-east-1.es.amazonaws.com"] + hosts: ["https://search-domain-endpoint.us-east-1es.amazonaws.com"] @@ -242 +240,0 @@ You can then configure an OpenSearch Ingestion pipeline like the following, whic - aws_sts_role_arn: "arn:aws:iam::account-id:role/pipeline-role" @@ -246 +244 @@ You can then configure an OpenSearch Ingestion pipeline like the following, whic -You can use a preconfigured Amazon MSK blueprint to create this pipeline. For more information, see [Using blueprints to create a pipeline](./pipeline-blueprint.html). +You can use a preconfigured Amazon MSK blueprint to create this pipeline. For more information, see [Working with blueprints](./pipeline-blueprint.html).