AWS code-library documentation change
Summary
Added tagging for IAM roles, Lambda functions, and CloudWatch Logs groups
Security assessment
Tagging changes are administrative and unrelated to security controls or vulnerability mitigation. No security documentation is added.
Diff
diff --git a/code-library/latest/ug/iam_example_lambda_GettingStarted_019_section.md b/code-library/latest/ug/iam_example_lambda_GettingStarted_019_section.md index 2237ffe83..5ac3f1429 100644 --- a//code-library/latest/ug/iam_example_lambda_GettingStarted_019_section.md +++ b//code-library/latest/ug/iam_example_lambda_GettingStarted_019_section.md @@ -303,0 +304,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 + @@ -351,0 +356 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + --tags project=doc-smith,tutorial=lambda-gettingstarted \ @@ -457,0 +463,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 +