AWS Security ChangesHomeSearch

AWS code-library documentation change

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

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

Summary

Added tags to IAM roles and Step Functions state machine creation

Security assessment

Operational tagging changes do not indicate security fixes or document security-related capabilities.

Diff

diff --git a/code-library/latest/ug/iam_example_iam_GettingStarted_080_section.md b/code-library/latest/ug/iam_example_iam_GettingStarted_080_section.md
index e409c06fc..87aece5d9 100644
--- a//code-library/latest/ug/iam_example_iam_GettingStarted_080_section.md
+++ b//code-library/latest/ug/iam_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)