AWS opensearch-service documentation change
Summary
Corrected endpoint formatting in examples, generalized region parameters, and removed AWS STS role ARN from configuration examples.
Security assessment
Changes focus on example consistency and parameter standardization. Removal of aws_sts_role_arn from examples suggests configuration simplification rather than security remediation. No explicit security vulnerabilities addressed or new security features documented.
Diff
diff --git a/opensearch-service/latest/developerguide/configure-client-fluentd.md b/opensearch-service/latest/developerguide/configure-client-fluentd.md index c09ea009b..2282a7733 100644 --- a//opensearch-service/latest/developerguide/configure-client-fluentd.md +++ b//opensearch-service/latest/developerguide/configure-client-fluentd.md @@ -11 +11 @@ Note the following: - * The `endpoint` value must be your pipeline endpoint. For example, ``pipeline-endpoint`.us-east-1.osis.amazonaws.com/apache-log-pipeline/logs`. + * The `endpoint` value must be your pipeline endpoint. For example, ``pipeline-endpoint`.`us-east-1`osis.amazonaws.com/apache-log-pipeline/logs`. @@ -45 +45 @@ Note the following: - endpoint pipeline-endpoint.us-east-1.osis.amazonaws.com/apache-log-pipeline/logs + endpoint pipeline-endpoint.us-east-1osis.amazonaws.com/apache-log-pipeline/logs @@ -51 +51 @@ Note the following: - aws_region us-east-1 + aws_region region @@ -79 +79 @@ 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"] @@ -81,2 +81 @@ You can then configure an OpenSearch Ingestion pipeline like the following, whic - aws_sts_role_arn: "arn:aws:iam::account-id:role/pipeline-role" - aws_region: "us-east-1" + aws_region: "region"