AWS Security ChangesHomeSearch

AWS code-library documentation change

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

File: code-library/latest/ug/bash_2_elastic-load-balancing-v2_code_examples.md

Summary

Added project and tutorial tags to security groups, load balancers, and target groups for resource organization

Security assessment

Added tags are for organizational purposes ('project=doc-smith', 'tutorial=elastic-load-balancing-gs') only. No security controls, vulnerabilities, or security features were modified or documented.

Diff

diff --git a/code-library/latest/ug/bash_2_elastic-load-balancing-v2_code_examples.md b/code-library/latest/ug/bash_2_elastic-load-balancing-v2_code_examples.md
index 46e237f6e..f565d0d68 100644
--- a//code-library/latest/ug/bash_2_elastic-load-balancing-v2_code_examples.md
+++ b//code-library/latest/ug/bash_2_elastic-load-balancing-v2_code_examples.md
@@ -199,0 +200 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+        --tag-specifications 'ResourceType=security-group,Tags=[{Key=project,Value=doc-smith},{Key=tutorial,Value=elastic-load-balancing-gs}]' \
@@ -221,0 +223 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+        --tags Key=project,Value=doc-smith Key=tutorial,Value=elastic-load-balancing-gs \
@@ -241,0 +244 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+        --tags Key=project,Value=doc-smith Key=tutorial,Value=elastic-load-balancing-gs \
@@ -287,0 +291 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+        --tags Key=project,Value=doc-smith Key=tutorial,Value=elastic-load-balancing-gs \