AWS Security ChangesHomeSearch

AWS code-library documentation change

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

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

Summary

Added tags to IAM roles, EC2 instances, and experiment configuration

Security assessment

Tagging additions are for resource tracking purposes. No security implications or security documentation updates are present.

Diff

diff --git a/code-library/latest/ug/iam_example_iam_GettingStarted_069_section.md b/code-library/latest/ug/iam_example_iam_GettingStarted_069_section.md
index d7e3a5160..b5f92b2aa 100644
--- a//code-library/latest/ug/iam_example_iam_GettingStarted_069_section.md
+++ b//code-library/latest/ug/iam_example_iam_GettingStarted_069_section.md
@@ -157,0 +158 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+    aws iam tag-role --role-name "$FIS_ROLE_NAME" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-fault-injection-service-gs
@@ -209,0 +211 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+    aws iam tag-role --role-name "$EC2_ROLE_NAME" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-fault-injection-service-gs
@@ -255 +257 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
-      --tag-specifications 'ResourceType=instance,Tags=[{Key=Name,Value=FIS-Test-Instance}]')
+      --tag-specifications 'ResourceType=instance,Tags=[{Key=Name,Value=FIS-Test-Instance},{Key=project,Value=doc-smith},{Key=tutorial,Value=aws-fault-injection-service-gs}]')
@@ -391 +393,3 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
-        "Name": "FIS-CPU-Stress-Experiment"
+        "Name": "FIS-CPU-Stress-Experiment",
+        "project": "doc-smith",
+        "tutorial": "aws-fault-injection-service-gs"