AWS IAM documentation change
Summary
Added tags 'project=doc-smith' and 'tutorial=amazon-managed-grafana-gs' to IAM role and policy resources.
Security assessment
Changes only introduce metadata tags for resource management. No security configurations were modified or documented.
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_GettingStarted_044_section.md b/IAM/latest/UserGuide/iam_example_iam_GettingStarted_044_section.md index 53111275f..aa1f660a8 100644 --- a//IAM/latest/UserGuide/iam_example_iam_GettingStarted_044_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_GettingStarted_044_section.md @@ -129,0 +130,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=amazon-managed-grafana-gs @@ -186 +188 @@ There's more on GitHub. Find the complete example and learn how to set up and ru - --tags Environment=Development) + --tags Environment=Development,project=doc-smith,tutorial=amazon-managed-grafana-gs)