AWS Security ChangesHomeSearch

AWS IAM documentation change

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

File: IAM/latest/UserGuide/sts_example_iam_GettingStarted_044_section.md

Summary

Added project/tutorial tags to IAM roles and modified existing resource tags

Security assessment

Changes involve non-security metadata tagging only. No evidence of security fixes, vulnerability mitigations, or security feature documentation. Tagging modifications are for organizational tracking without security implications.

Diff

diff --git a/IAM/latest/UserGuide/sts_example_iam_GettingStarted_044_section.md b/IAM/latest/UserGuide/sts_example_iam_GettingStarted_044_section.md
index a5a7fb99e..64e801c68 100644
--- a//IAM/latest/UserGuide/sts_example_iam_GettingStarted_044_section.md
+++ b//IAM/latest/UserGuide/sts_example_iam_GettingStarted_044_section.md
@@ -129,0 +130,2 @@ 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=amazon-managed-grafana-gs
@@ -186 +188 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
-      --tags Environment=Development)
+      --tags Environment=Development,project=doc-smith,tutorial=amazon-managed-grafana-gs)