AWS Security ChangesHomeSearch

AWS IAM documentation change

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

File: IAM/latest/UserGuide/iam_example_secrets_manager_GettingStarted_073_section.md

Summary

Added tagging commands for IAM roles and Secrets Manager secret

Security assessment

Changes only add resource tagging metadata. No evidence of security fixes or security feature documentation.

Diff

diff --git a/IAM/latest/UserGuide/iam_example_secrets_manager_GettingStarted_073_section.md b/IAM/latest/UserGuide/iam_example_secrets_manager_GettingStarted_073_section.md
index 7c8a1b072..f4decd4a3 100644
--- a//IAM/latest/UserGuide/iam_example_secrets_manager_GettingStarted_073_section.md
+++ b//IAM/latest/UserGuide/iam_example_secrets_manager_GettingStarted_073_section.md
@@ -166,0 +167 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+    aws iam tag-role --role-name "$ADMIN_ROLE_NAME" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-secrets-manager-gs
@@ -184,0 +186 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+    aws iam tag-role --role-name "$RUNTIME_ROLE_NAME" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-secrets-manager-gs
@@ -205 +207,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
-        --add-replica-regions 'Region=us-east-1' 2>&1)
+        --add-replica-regions 'Region=us-east-1' \
+        --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-secrets-manager-gs 2>&1)