AWS Security ChangesHomeSearch

AWS IAM documentation change

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

File: IAM/latest/UserGuide/sts_example_secrets_manager_GettingStarted_073_section.md

Summary

Added tagging commands for admin role, runtime role, and secrets creation in Secrets Manager tutorial

Security assessment

Changes add resource tagging for organizational purposes only. No security vulnerabilities, access controls, or encryption mechanisms are modified or documented.

Diff

diff --git a/IAM/latest/UserGuide/sts_example_secrets_manager_GettingStarted_073_section.md b/IAM/latest/UserGuide/sts_example_secrets_manager_GettingStarted_073_section.md
index 66fe4aa15..44ee5c12c 100644
--- a//IAM/latest/UserGuide/sts_example_secrets_manager_GettingStarted_073_section.md
+++ b//IAM/latest/UserGuide/sts_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)