AWS Security ChangesHomeSearch

AWS step-functions documentation change

Service: step-functions · 2025-04-18 · Documentation low

File: step-functions/latest/dg/getting-started.md

Summary

Replaced numeric account ID with 'account-id' placeholder in IAM ARN example

Security assessment

Routine documentation update to use placeholder value. No security-related content changes.

Diff

diff --git a/step-functions/latest/dg/getting-started.md b/step-functions/latest/dg/getting-started.md
index 0a6978485..f17d1291c 100644
--- a//step-functions/latest/dg/getting-started.md
+++ b//step-functions/latest/dg/getting-started.md
@@ -498 +498 @@ Without the correct policy, you will receive a **permissions error** , similar t
-    User: arn:aws:sts::123456789012:assumed-role/StepFunctions-MyStateMachine-role is not authorized
+    User: arn:aws:sts::account-id:assumed-role/StepFunctions-MyStateMachine-role is not authorized