AWS code-library documentation change
Summary
Added tagging to IAM role and updated Grafana workspace tags
Security assessment
Changes add organizational tags to IAM and Grafana resources. No security vulnerabilities addressed or security features documented.
Diff
diff --git a/code-library/latest/ug/grafana_example_iam_GettingStarted_044_section.md b/code-library/latest/ug/grafana_example_iam_GettingStarted_044_section.md index d22eb2c32..0c6d5cd21 100644 --- a//code-library/latest/ug/grafana_example_iam_GettingStarted_044_section.md +++ b//code-library/latest/ug/grafana_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)