AWS Security ChangesHomeSearch

AWS IAM documentation change

Service: IAM · 2026-05-04 · Documentation low

File: IAM/latest/UserGuide/iam_example_iam_GettingStarted_080_section.md

Summary

Added tags 'project=doc-smith' and 'tutorial=aws-step-functions-gs' to IAM role and state machine resources.

Security assessment

Changes involve adding organizational tags only. No security-related configurations were altered or documented.

Diff

diff --git a/IAM/latest/UserGuide/iam_example_iam_GettingStarted_080_section.md b/IAM/latest/UserGuide/iam_example_iam_GettingStarted_080_section.md
index 558070b15..567862930 100644
--- a//IAM/latest/UserGuide/iam_example_iam_GettingStarted_080_section.md
+++ b//IAM/latest/UserGuide/iam_example_iam_GettingStarted_080_section.md
@@ -405,0 +406 @@ 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
@@ -470 +471,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)