AWS Security ChangesHomeSearch

AWS entityresolution documentation change

Service: entityresolution · 2025-09-28 · Documentation low

File: entityresolution/latest/userguide/create-workflow-job-role.md

Summary

Replaced '{{accountId}}' placeholders with '&ExampleAWSAccountNo1;' in KMS ARN examples

Security assessment

Standardized example account IDs to prevent accidental use of real credentials. Improves security documentation by promoting safe placeholder usage.

Diff

diff --git a/entityresolution/latest/userguide/create-workflow-job-role.md b/entityresolution/latest/userguide/create-workflow-job-role.md
index 488294d0f..4fadcd090 100644
--- a//entityresolution/latest/userguide/create-workflow-job-role.md
+++ b//entityresolution/latest/userguide/create-workflow-job-role.md
@@ -65 +65 @@ Replace each `{{user input placeholder}}` with your own information.
-`accountId` | Your AWS account ID.  
+`&ExampleAWSAccountNo1;` | Your AWS account ID.  
@@ -78 +78 @@ Replace each `{{user input placeholder}}` with your own information.
-                        "arn:aws:kms:{{aws-region}}:{{accountId}}:key/{{inputKeys}}"
+                        "arn:aws:kms:{{aws-region}}:{{&ExampleAWSAccountNo1;}}:key/{{inputKeys}}"
@@ -86 +86 @@ Replace each `{{user input placeholder}}` with your own information.
-`accountId` | Your AWS account ID.  
+`&ExampleAWSAccountNo1;` | Your AWS account ID.  
@@ -98 +98 @@ Replace each `{{user input placeholder}}` with your own information.
-                        "arn:aws:kms:{{aws-region}}:{{accountId}}:key/{{outputKeys}}"
+                        "arn:aws:kms:{{aws-region}}:{{&ExampleAWSAccountNo1;}}:key/{{outputKeys}}"
@@ -107 +107 @@ Replace each `{{user input placeholder}}` with your own information.
-`accountId` | Your AWS account ID.  
+`&ExampleAWSAccountNo1;` | Your AWS account ID.