AWS Security ChangesHomeSearch

AWS code-library documentation change

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

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

Summary

Added tagging for IAM roles and Grafana workspace with project/tutorial identifiers

Security assessment

Changes only add resource tagging metadata. No security features or vulnerabilities are addressed. Tagging serves organizational purposes without security implications.

Diff

diff --git a/code-library/latest/ug/sts_example_iam_GettingStarted_044_section.md b/code-library/latest/ug/sts_example_iam_GettingStarted_044_section.md
index 49e1d6d63..9aeaf68e7 100644
--- a//code-library/latest/ug/sts_example_iam_GettingStarted_044_section.md
+++ b//code-library/latest/ug/sts_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)