AWS Security ChangesHomeSearch

AWS opensearch-service documentation change

Service: opensearch-service · 2025-03-30 · Documentation low

File: opensearch-service/latest/developerguide/configure-client-otel.md

Summary

Corrected ARN format by removing curly braces from account ID placeholder in STS role ARN examples

Security assessment

Change improves documentation accuracy for IAM role ARNs but does not introduce new security content or address a specific security vulnerability.

Diff

diff --git a/opensearch-service/latest/developerguide/configure-client-otel.md b/opensearch-service/latest/developerguide/configure-client-otel.md
index 71e79114d..8be655f4e 100644
--- a/opensearch-service/latest/developerguide/configure-client-otel.md
+++ b/opensearch-service/latest/developerguide/configure-client-otel.md
@@ -72 +72 @@ You can then configure an OpenSearch Ingestion pipeline like the following, whic
-              sts_role_arn: "arn:aws:iam::{account-id}:role/pipeline-role"
+              sts_role_arn: "arn:aws:iam::account-id:role/pipeline-role"
@@ -87 +87 @@ You can then configure an OpenSearch Ingestion pipeline like the following, whic
-              sts_role_arn: "arn:aws:iam::{account-id}:role/pipeline-role"
+              sts_role_arn: "arn:aws:iam::account-id:role/pipeline-role"