AWS Security ChangesHomeSearch

AWS step-functions documentation change

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

File: step-functions/latest/dg/version-rolling-deployment.md

Summary

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

Security assessment

Standard example normalization without security context.

Diff

diff --git a/step-functions/latest/dg/version-rolling-deployment.md b/step-functions/latest/dg/version-rolling-deployment.md
index 613f9e5f9..43fb346e4 100644
--- a//step-functions/latest/dg/version-rolling-deployment.md
+++ b//step-functions/latest/dg/version-rolling-deployment.md
@@ -305 +305 @@ In this example, 10 percent of traffic is shifted to the version `2` every five
-        RoleArn: arn:aws:iam::123456789012:role/myIamRole
+        RoleArn: arn:aws:iam::account-id:role/myIamRole