AWS Security ChangesHomeSearch

AWS code-library documentation change

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

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

Summary

Added 'project=doc-smith' and 'tutorial=ebs-gs-volumes' tags to volume, security group, and instance resources in example commands.

Security assessment

Changes only add organizational tags for resource management. No security configurations, vulnerabilities, or features are modified or documented.

Diff

diff --git a/code-library/latest/ug/ec2_example_ec2_GettingStarted_020_section.md b/code-library/latest/ug/ec2_example_ec2_GettingStarted_020_section.md
index 4dfd34383..a676bf0cc 100644
--- a//code-library/latest/ug/ec2_example_ec2_GettingStarted_020_section.md
+++ b//code-library/latest/ug/ec2_example_ec2_GettingStarted_020_section.md
@@ -172 +172 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
-        --tag-specifications 'ResourceType=volume,Tags=[{Key=Name,Value=EBSTutorialVolume},{Key=Purpose,Value=Tutorial}]' \
+        --tag-specifications 'ResourceType=volume,Tags=[{Key=Name,Value=EBSTutorialVolume},{Key=Purpose,Value=Tutorial},{Key=project,Value=doc-smith},{Key=tutorial,Value=ebs-gs-volumes}]' \
@@ -271,0 +272 @@ 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=ebs-gs-volumes}]' \
@@ -297 +298 @@ 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=EBSTutorialInstance},{Key=Purpose,Value=Tutorial}]' \
+                    --tag-specifications 'ResourceType=instance,Tags=[{Key=Name,Value=EBSTutorialInstance},{Key=Purpose,Value=Tutorial},{Key=project,Value=doc-smith},{Key=tutorial,Value=ebs-gs-volumes}]' \