AWS opensearch-service documentation change
Summary
Simplified region configuration, removed STS role ARN from examples, fixed URL formatting in hosts entry, and updated blueprint documentation link
Security assessment
Removal of role ARNs and region standardization are general documentation improvements. The hosts URL typo fix ('us-east-1es' instead of 'us-east-1.es') appears accidental but doesn't indicate security remediation.
Diff
diff --git a/opensearch-service/latest/developerguide/configure-client-lambda.md b/opensearch-service/latest/developerguide/configure-client-lambda.md index a36b0dd08..82baa0f7b 100644 --- a//opensearch-service/latest/developerguide/configure-client-lambda.md +++ b//opensearch-service/latest/developerguide/configure-client-lambda.md @@ -49 +49 @@ The pipeline role also needs an attached permissions policy that allows it to in -To use AWS Lambda as a processor, configure an OpenSearch Ingestion pipeline and specify `aws_lambda` as a processor. You can also use the **AWS Lambda custom enrichment** blueprint to create the pipeline. For more information, see [Using blueprints to create a pipeline](./pipeline-blueprint.html). +To use AWS Lambda as a processor, configure an OpenSearch Ingestion pipeline and specify `aws_lambda` as a processor. You can also use the **AWS Lambda custom enrichment** blueprint to create the pipeline. For more information, see [Working with blueprints](./pipeline-blueprint.html). @@ -70,2 +70 @@ The following example pipeline receives data from an HTTP source, enriches it us - region: us-east-1 - sts_role_arn: "arn:aws:iam::account-id:role/pipeline-role" + region: region @@ -74 +73 @@ The following example pipeline receives data from an HTTP source, enriches it us - hosts: [ "https://search-mydomain.us-east-1.es.amazonaws.com" ] + hosts: [ "https://search-mydomain.us-east-1es.amazonaws.com" ] @@ -77 +75,0 @@ The following example pipeline receives data from an HTTP source, enriches it us - sts_role_arn: "arn:aws:iam::account-id:role/pipeline-role" @@ -122,2 +120 @@ The following example configuration uses conditional filtering: - region: "us-east-1" - sts_role_arn: "arn:aws:iam::account-id:role/pipeline-role" + region: "region"