AWS Security ChangesHomeSearch

AWS opensearch-service documentation change

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

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

Summary

Fixed IAM role ARN syntax by removing curly braces from account-id placeholder

Security assessment

Change only corrects placeholder formatting in example ARNs without introducing or modifying security controls

Diff

diff --git a/opensearch-service/latest/developerguide/configure-client-fluentbit.md b/opensearch-service/latest/developerguide/configure-client-fluentbit.md
index 994ae20ae..059d55a5c 100644
--- a/opensearch-service/latest/developerguide/configure-client-fluentbit.md
+++ b/opensearch-service/latest/developerguide/configure-client-fluentbit.md
@@ -37 +37 @@ Note the following:
-      aws_role_arn arn:aws:iam::{account-id}:role/ingestion-role
+      aws_role_arn arn:aws:iam::account-id:role/ingestion-role
@@ -71 +71 @@ 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"