AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2026-05-04 · Documentation low

File: code-library/latest/ug/sfn_example_iam_GettingStarted_080_section.md

Summary

Added resource tagging with project and tutorial tags to IAM roles and state machines

Security assessment

Changes solely add organizational tags to resources. No security policies, permissions, or vulnerabilities are addressed in the modifications.

Diff

diff --git a/code-library/latest/ug/sfn_example_iam_GettingStarted_080_section.md b/code-library/latest/ug/sfn_example_iam_GettingStarted_080_section.md
index 290ff3b68..899da1c39 100644
--- a//code-library/latest/ug/sfn_example_iam_GettingStarted_080_section.md
+++ b//code-library/latest/ug/sfn_example_iam_GettingStarted_080_section.md
@@ -407,0 +408 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+    aws iam tag-role --role-name "$ROLE_NAME" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-step-functions-gs
@@ -472 +473,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
-      --type STANDARD 2>&1)
+      --type STANDARD \
+      --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-step-functions-gs 2>&1)