AWS opensearch-service documentation change
Summary
Fixed endpoint formatting in examples, generalized region parameter values, and removed IAM role ARN from configuration examples.
Security assessment
Changes are example corrections and parameter generalizations. The removal of sts_role_arn from examples does not indicate a security issue resolution but rather documentation simplification. No evidence of addressing vulnerabilities or adding new security controls.
Diff
diff --git a/opensearch-service/latest/developerguide/configure-client-fluentbit.md b/opensearch-service/latest/developerguide/configure-client-fluentbit.md index 059d55a5c..4397c397e 100644 --- a//opensearch-service/latest/developerguide/configure-client-fluentbit.md +++ b//opensearch-service/latest/developerguide/configure-client-fluentbit.md @@ -11 +11 @@ Note the following: - * The `host` value must be your pipeline endpoint. For example, ``pipeline-endpoint`.us-east-1.osis.amazonaws.com`. + * The `host` value must be your pipeline endpoint. For example, ``pipeline-endpoint`.`us-east-1`osis.amazonaws.com`. @@ -30 +30 @@ Note the following: - Host pipeline-endpoint.us-east-1.osis.amazonaws.com + Host pipeline-endpoint.us-east-1osis.amazonaws.com @@ -35 +35 @@ Note the following: - aws_region us-east-1 + aws_region region @@ -65 +65 @@ 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"] @@ -70,3 +70 @@ You can then configure an OpenSearch Ingestion pipeline like the following, whic - # IAM role that the pipeline assumes to access the domain sink - sts_role_arn: "arn:aws:iam::account-id:role/pipeline-role" - region: "us-east-1" + region: "region"