AWS opensearch-service documentation change
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 security implications
Diff
diff --git a/opensearch-service/latest/developerguide/configure-client-fluentd.md b/opensearch-service/latest/developerguide/configure-client-fluentd.md index 2e8559637..c09ea009b 100644 --- a/opensearch-service/latest/developerguide/configure-client-fluentd.md +++ b/opensearch-service/latest/developerguide/configure-client-fluentd.md @@ -52 +52 @@ 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 @@ -81 +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_sts_role_arn: "arn:aws:iam::account-id:role/pipeline-role"