AWS Security ChangesHomeSearch

AWS ec2 documentation change

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

File: ec2/latest/devguide/example_ec2_GettingStarted_013_section.md

Summary

Added tag specifications for security groups, instances, volumes, and elastic IPs in CLI command examples

Security assessment

The changes add resource tagging examples but don't address vulnerabilities or security features. Tags are organizational tools without direct security implications.

Diff

diff --git a/ec2/latest/devguide/example_ec2_GettingStarted_013_section.md b/ec2/latest/devguide/example_ec2_GettingStarted_013_section.md
index aa46e4aa8..10e9f5001 100644
--- a//ec2/latest/devguide/example_ec2_GettingStarted_013_section.md
+++ b//ec2/latest/devguide/example_ec2_GettingStarted_013_section.md
@@ -191,0 +192 @@ 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}]' \
@@ -260,0 +262 @@ 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}]' \
@@ -342,0 +345 @@ 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}]' \