AWS systems-manager documentation change
Summary
Added resource tagging commands for security groups, instances, volumes, and Elastic IPs
Security assessment
Adds organizational tags (project/tutorial) for resource management. While tagging supports operational hygiene, there's no evidence this addresses security vulnerabilities or implements security controls.
Diff
diff --git a/systems-manager/latest/userguide/example_ec2_GettingStarted_013_section.md b/systems-manager/latest/userguide/example_ec2_GettingStarted_013_section.md index 20c272938..094c42a8c 100644 --- a//systems-manager/latest/userguide/example_ec2_GettingStarted_013_section.md +++ b//systems-manager/latest/userguide/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}]' \