AWS IAM documentation change
Summary
Added resource tagging commands for IAM roles, Lambda functions, and API Gateway resources
Security assessment
Changes only add project/tutorial tags for resource organization. No security vulnerability fixes or security feature documentation is introduced.
Diff
diff --git a/IAM/latest/UserGuide/iam_example_api_gateway_GettingStarted_087_section.md b/IAM/latest/UserGuide/iam_example_api_gateway_GettingStarted_087_section.md index 005d44056..e77dc6f57 100644 --- a//IAM/latest/UserGuide/iam_example_api_gateway_GettingStarted_087_section.md +++ b//IAM/latest/UserGuide/iam_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 \