AWS opensearch-service documentation change
Summary
Updated placeholder 'your-account-id' to 'account-id' in policy examples
Security assessment
Documentation example standardization with no direct security implications or feature additions.
Diff
diff --git a/opensearch-service/latest/developerguide/pipeline-security-overview.md b/opensearch-service/latest/developerguide/pipeline-security-overview.md index bf6efe8c5..5a37c6958 100644 --- a/opensearch-service/latest/developerguide/pipeline-security-overview.md +++ b/opensearch-service/latest/developerguide/pipeline-security-overview.md @@ -56 +56 @@ If you're using the AWS Management Console (using blueprints and later checking - "arn:aws:iam::your-account-id:role/pipeline-role" + "arn:aws:iam::account-id:role/pipeline-role" @@ -82 +82 @@ If you're using the AWS CLI (not prevalidating your pipeline or using blueprints - "arn:aws:iam::your-account-id:role/pipeline-role" + "arn:aws:iam::account-id:role/pipeline-role" @@ -128 +128 @@ Finally, specify the role ARN as the value of the **sts_role_arn** option within - **sts_role_arn** : arn:aws:iam::your-account-id:role/pipeline-role + **sts_role_arn** : arn:aws:iam::account-id:role/pipeline-role @@ -170 +170 @@ You can then specify the role within the pipeline's DLQ configuration: - **sts_role_arn: "arn:aws:iam::your-account-id:role/pipeline-role"** + **sts_role_arn: "arn:aws:iam::account-id:role/pipeline-role"** @@ -188 +188 @@ The following example policy allows the associated principal to ingest data into - "Resource": "arn:aws:osis:region:your-account-id:pipeline/pipeline-name" + "Resource": "arn:aws:osis:region:account-id:pipeline/pipeline-name"