AWS Security ChangesHomeSearch

AWS IAM documentation change

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

File: IAM/latest/UserGuide/sts_example_api_gateway_GettingStarted_087_section.md

Summary

Added tagging commands for IAM role, Lambda function, and API Gateway

Security assessment

Changes implement resource tagging for operational management. No security implications or security features documented.

Diff

diff --git a/IAM/latest/UserGuide/sts_example_api_gateway_GettingStarted_087_section.md b/IAM/latest/UserGuide/sts_example_api_gateway_GettingStarted_087_section.md
index ba04aefeb..bfaf4af1d 100644
--- a//IAM/latest/UserGuide/sts_example_api_gateway_GettingStarted_087_section.md
+++ b//IAM/latest/UserGuide/sts_example_api_gateway_GettingStarted_087_section.md
@@ -165,0 +166,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=apigateway-lambda-integration
+    
@@ -188 +190,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
-        --environment "Variables={LOG_LEVEL=INFO}" || {
+        --environment "Variables={LOG_LEVEL=INFO}" \
+        --tags project=doc-smith,tutorial=apigateway-lambda-integration || {
@@ -199,0 +203 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+        --tags project=doc-smith,tutorial=apigateway-lambda-integration \