AWS Security ChangesHomeSearch

AWS code-library documentation change

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

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

Summary

Added resource tagging commands for IAM roles, compute environments and job queues

Security assessment

Tags are added for resource organization with no evidence of addressing security vulnerabilities or documenting security features

Diff

diff --git a/code-library/latest/ug/batch_example_fargate_GettingStarted_section.md b/code-library/latest/ug/batch_example_fargate_GettingStarted_section.md
index 05635ec34..f99441100 100644
--- a//code-library/latest/ug/batch_example_fargate_GettingStarted_section.md
+++ b//code-library/latest/ug/batch_example_fargate_GettingStarted_section.md
@@ -402,0 +403 @@ 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=getting-started-batch-fargate
@@ -422,0 +424 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+            --tags project=doc-smith,tutorial=getting-started-batch-fargate \
@@ -443,0 +446 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+            --tags project=doc-smith,tutorial=getting-started-batch-fargate \