AWS code-library documentation change
Summary
Added tagging to ELB security groups, target groups, and load balancers
Security assessment
Changes add metadata tags without modifying security rules or documenting security features. Security group creation parameters remain unaffected.
Diff
diff --git a/code-library/latest/ug/ec2_example_elastic_load_balancing_v2_GettingStarted_058_section.md b/code-library/latest/ug/ec2_example_elastic_load_balancing_v2_GettingStarted_058_section.md index d6468cf72..31fd7540a 100644 --- a//code-library/latest/ug/ec2_example_elastic_load_balancing_v2_GettingStarted_058_section.md +++ b//code-library/latest/ug/ec2_example_elastic_load_balancing_v2_GettingStarted_058_section.md @@ -185,0 +186 @@ 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}]' \ @@ -207,0 +209 @@ 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 \ @@ -227,0 +230 @@ 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 \ @@ -273,0 +277 @@ 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 \