AWS Security ChangesHomeSearch

AWS ec2 documentation change

Service: ec2 · 2026-05-04 · Documentation low

File: ec2/latest/devguide/example_ec2_GettingStarted_020_section.md

Summary

Added project and tutorial tags to EBS volume, security group, and EC2 instance resource specifications

Security assessment

Changes only add metadata tags for organizational purposes. No security configurations (like access controls or encryption) were modified. Tagging resources doesn't impact security posture.

Diff

diff --git a/ec2/latest/devguide/example_ec2_GettingStarted_020_section.md b/ec2/latest/devguide/example_ec2_GettingStarted_020_section.md
index 21ed85f57..1a532897b 100644
--- a//ec2/latest/devguide/example_ec2_GettingStarted_020_section.md
+++ b//ec2/latest/devguide/example_ec2_GettingStarted_020_section.md
@@ -170 +170 @@ 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}]' \
@@ -269,0 +270 @@ 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}]' \
@@ -295 +296 @@ 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}]' \