AWS step-functions documentation change
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