AWS ec2 documentation change
Summary
Added tagging for security group, target group, and load balancer with project/tutorial identifiers
Security assessment
Changes implement resource tagging for organizational purposes. No security issues are fixed or security features documented. While security groups are involved, the changes only add tags without modifying security rules or configurations.
Diff
diff --git a/ec2/latest/devguide/example_elastic_load_balancing_v2_GettingStarted_058_section.md b/ec2/latest/devguide/example_elastic_load_balancing_v2_GettingStarted_058_section.md index 8510596dc..dd15c254a 100644 --- a//ec2/latest/devguide/example_elastic_load_balancing_v2_GettingStarted_058_section.md +++ b//ec2/latest/devguide/example_elastic_load_balancing_v2_GettingStarted_058_section.md @@ -183,0 +184 @@ 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=elastic-load-balancing-gs}]' \ @@ -205,0 +207 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + --tags Key=project,Value=doc-smith Key=tutorial,Value=elastic-load-balancing-gs \ @@ -225,0 +228 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + --tags Key=project,Value=doc-smith Key=tutorial,Value=elastic-load-balancing-gs \ @@ -271,0 +275 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + --tags Key=project,Value=doc-smith Key=tutorial,Value=elastic-load-balancing-gs \