AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2026-05-04 · Documentation low

File: code-library/latest/ug/bash_2_grafana_code_examples.md

Summary

Added project/tutorial tags to IAM roles and Grafana workspaces

Security assessment

Tags added ('project=doc-smith', 'tutorial=amazon-managed-grafana-gs') serve organizational purposes only. No security features, permissions, or vulnerability-related changes are present in the modifications.

Diff

diff --git a/code-library/latest/ug/bash_2_grafana_code_examples.md b/code-library/latest/ug/bash_2_grafana_code_examples.md
index 0c83a5d8c..3ecdb17a9 100644
--- a//code-library/latest/ug/bash_2_grafana_code_examples.md
+++ b//code-library/latest/ug/bash_2_grafana_code_examples.md
@@ -145,0 +146,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
@@ -202 +204 @@ 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)