AWS Security ChangesHomeSearch

AWS code-library documentation change

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

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

Summary

Added project/tutorial tags to IAM roles, EC2 instances, and FIS experiments

Security assessment

Tags added are purely organizational ('project=doc-smith', 'tutorial=aws-fault-injection-service-gs'). No security configurations, permissions, or vulnerabilities are addressed in the changes.

Diff

diff --git a/code-library/latest/ug/bash_2_fis_code_examples.md b/code-library/latest/ug/bash_2_fis_code_examples.md
index 90fc49f35..4b8f33bf3 100644
--- a//code-library/latest/ug/bash_2_fis_code_examples.md
+++ b//code-library/latest/ug/bash_2_fis_code_examples.md
@@ -171,0 +172 @@ 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
@@ -223,0 +225 @@ 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
@@ -269 +271 @@ 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}]')
@@ -405 +407,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"