AWS Security ChangesHomeSearch

AWS IAM documentation change

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

File: IAM/latest/UserGuide/iam_example_iam_GettingStarted_046_section.md

Summary

Added tags 'project=doc-smith' and 'tutorial=aws-systems-manager-gs' to IAM policy and role resources.

Security assessment

Changes are limited to adding organizational tags. No evidence of security fixes or security feature documentation.

Diff

diff --git a/IAM/latest/UserGuide/iam_example_iam_GettingStarted_046_section.md b/IAM/latest/UserGuide/iam_example_iam_GettingStarted_046_section.md
index b65934865..d9d5b41bf 100644
--- a//IAM/latest/UserGuide/iam_example_iam_GettingStarted_046_section.md
+++ b//IAM/latest/UserGuide/iam_example_iam_GettingStarted_046_section.md
@@ -419,0 +420,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+    aws iam tag-policy --policy-arn "$POLICY_ARN" \
+      --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-systems-manager-gs
@@ -486,0 +489,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=aws-systems-manager-gs