AWS opensearch-service documentation change
Summary
Updated blueprint documentation links and removed explicit sts_role_arn examples from pipeline configurations
Security assessment
Link updates and example cleanup without security context. Removal of sts_role_arn appears to be documentation simplification rather than addressing security issues.
Diff
diff --git a/opensearch-service/latest/developerguide/creating-opensearch-service-pipeline.md b/opensearch-service/latest/developerguide/creating-opensearch-service-pipeline.md index f34013c87..2cf384a14 100644 --- a//opensearch-service/latest/developerguide/creating-opensearch-service-pipeline.md +++ b//opensearch-service/latest/developerguide/creating-opensearch-service-pipeline.md @@ -108 +108 @@ To create your OpenSearch Ingestion pipeline, you must first create a pipeline r -After you attach the policy to the pipeline role, use the **AWSOpenSearchDataMigrationPipeline** migration blueprint to create the pipeline. This blueprint includes a default configuration for migrating data between OpenSearch Service domains or collections. For more information, see [Using blueprints to create a pipeline](./pipeline-blueprint.html). +After you attach the policy to the pipeline role, use the **AWSOpenSearchDataMigrationPipeline** migration blueprint to create the pipeline. This blueprint includes a default configuration for migrating data between OpenSearch Service domains or collections. For more information, see [Working with blueprints](./pipeline-blueprint.html). @@ -145 +144,0 @@ In the following example, incoming data is conditionally routed to different Ope - sts_role_arn: "arn:aws:iam::region:role/pipeline-role" @@ -153 +151,0 @@ In the following example, incoming data is conditionally routed to different Ope - sts_role_arn: "arn:aws:iam::123456789012:role/pipeline-role" @@ -171 +169 @@ You can use OpenSearch Ingestion to migrate data from a source OpenSearch Servic - 4. Create the pipeline. For instructions, see [Using blueprints to create a pipeline](./pipeline-blueprint.html). + 4. Create the pipeline. For instructions, see [Working with blueprints](./pipeline-blueprint.html).