AWS Security ChangesHomeSearch

AWS code-library documentation change

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

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

Summary

Added resource tagging with project and tutorial tags to security groups, EC2 instances, EIPs, and volumes

Security assessment

Changes exclusively add organizational tags to resources. No security configurations, vulnerability mitigations, or security features are introduced or documented.

Diff

diff --git a/code-library/latest/ug/ssm_example_ec2_GettingStarted_013_section.md b/code-library/latest/ug/ssm_example_ec2_GettingStarted_013_section.md
index 05899cfcd..8ed4d9e1d 100644
--- a//code-library/latest/ug/ssm_example_ec2_GettingStarted_013_section.md
+++ b//code-library/latest/ug/ssm_example_ec2_GettingStarted_013_section.md
@@ -193,0 +194 @@ 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=ec2-basics}]' \
@@ -262,0 +264 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+      --tag-specifications 'ResourceType=instance,Tags=[{Key=project,Value=doc-smith},{Key=tutorial,Value=ec2-basics}]' 'ResourceType=volume,Tags=[{Key=project,Value=doc-smith},{Key=tutorial,Value=ec2-basics}]' \
@@ -344,0 +347 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+      --tag-specifications 'ResourceType=elastic-ip,Tags=[{Key=project,Value=doc-smith},{Key=tutorial,Value=ec2-basics}]' \