AWS Security ChangesHomeSearch

AWS IAM documentation change

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

File: IAM/latest/UserGuide/iam_example_lambda_GettingStarted_019_section.md

Summary

Added tags 'project=doc-smith' and 'tutorial=lambda-gettingstarted' to IAM roles, Lambda functions, and CloudWatch log groups.

Security assessment

Changes implement resource tagging without any modification to security permissions, policies, or security-related documentation.

Diff

diff --git a/IAM/latest/UserGuide/iam_example_lambda_GettingStarted_019_section.md b/IAM/latest/UserGuide/iam_example_lambda_GettingStarted_019_section.md
index 2879b4bc3..eb9fdd28b 100644
--- a//IAM/latest/UserGuide/iam_example_lambda_GettingStarted_019_section.md
+++ b//IAM/latest/UserGuide/iam_example_lambda_GettingStarted_019_section.md
@@ -301,0 +302,4 @@ 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=lambda-gettingstarted
+    
@@ -349,0 +354 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+        --tags project=doc-smith,tutorial=lambda-gettingstarted \
@@ -455,0 +461,4 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+    aws logs tag-log-group \
+        --log-group-name "$LOG_GROUP_NAME" \
+        --tags project=doc-smith,tutorial=lambda-gettingstarted
+