AWS code-library documentation change
Summary
Added tagging for IAM roles and updated tags for Grafana workspace
Security assessment
Resource tagging changes are operational/organizational and do not demonstrate security fixes or document security features.
Diff
diff --git a/code-library/latest/ug/iam_example_iam_GettingStarted_044_section.md b/code-library/latest/ug/iam_example_iam_GettingStarted_044_section.md index 54bb9ec9b..603cadb3c 100644 --- a//code-library/latest/ug/iam_example_iam_GettingStarted_044_section.md +++ b//code-library/latest/ug/iam_example_iam_GettingStarted_044_section.md @@ -131,0 +132,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 @@ -188 +190 @@ 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)