AWS autoscaling documentation change
Summary
Updated terminology: replaced 'Elastic Load Balancing' with 'ELB' and 'Auto Scaling group' with 'Amazon EC2 Auto Scaling group' throughout the document. Changed references to health checks from 'Elastic Load Balancing health checks' to 'ELB health checks' for consistency.
Security assessment
The changes involve terminology updates and branding consistency (e.g., using explicit 'Amazon EC2 Auto Scaling group' instead of generic 'Auto Scaling group'). There is no evidence of addressing security vulnerabilities, security configuration changes, or new security features. The modifications are purely documentation style and naming conventions.
Diff
diff --git a/autoscaling/ec2/userguide/examples-elastic-load-balancing-aws-cli.md b/autoscaling/ec2/userguide/examples-elastic-load-balancing-aws-cli.md index 2e38acc42..1887f4634 100644 --- a//autoscaling/ec2/userguide/examples-elastic-load-balancing-aws-cli.md +++ b//autoscaling/ec2/userguide/examples-elastic-load-balancing-aws-cli.md @@ -5 +5 @@ -Attach your target group or Classic Load BalancerDescribe your target groups or Classic Load BalancersAdd Elastic Load Balancing health checksChange your Availability ZonesDetach your target group or Classic Load BalancerRemove Elastic Load Balancing health checksLegacy commands +Attach your target group or Classic Load BalancerDescribe your target groups or Classic Load BalancersAdd ELB health checksChange your Availability ZonesDetach your target group or Classic Load BalancerRemove ELB health checksLegacy commands @@ -7 +7 @@ Attach your target group or Classic Load BalancerDescribe your target groups or -# Examples for working with Elastic Load Balancing using the AWS CLI +# Examples for working with ELB using the AWS CLI @@ -9 +9 @@ Attach your target group or Classic Load BalancerDescribe your target groups or -Use the AWS Command Line Interface (AWS CLI) to attach, detach, and describe load balancers and target groups, add and remove Elastic Load Balancing health checks, and change which Availability Zones are enabled. +Use the AWS Command Line Interface (AWS CLI) to attach, detach, and describe load balancers and target groups, add and remove ELB health checks, and change which Availability Zones are enabled. @@ -23 +23 @@ For additional command examples, see [`aws elbv2`](https://awscli.amazonaws.com/ - * Add Elastic Load Balancing health checks + * Add ELB health checks @@ -29 +29 @@ For additional command examples, see [`aws elbv2`](https://awscli.amazonaws.com/ - * Remove Elastic Load Balancing health checks + * Remove ELB health checks @@ -38 +38 @@ For additional command examples, see [`aws elbv2`](https://awscli.amazonaws.com/ -Use the following [create-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/create-auto-scaling-group.html) command to create an Auto Scaling group and simultaneously attach a target group by specifying its Amazon Resource Name (ARN). The target group can be associated with an Application Load Balancer, a Network Load Balancer, or a Gateway Load Balancer. +Use the following [create-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/create-auto-scaling-group.html) command to create an Amazon EC2 Auto Scaling group and simultaneously attach a target group by specifying its Amazon Resource Name (ARN). The target group can be associated with an Application Load Balancer, a Network Load Balancer, or a Gateway Load Balancer. @@ -40 +40 @@ Use the following [create-auto-scaling-group](https://awscli.amazonaws.com/v2/do -Replace the sample values for `--auto-scaling-group-name`, `--vpc-zone-identifier`, `--min-size`, and `--max-size`. For the `--launch-template` option, replace ``my-launch-template`` and ``1`` with the name and version of a launch template for your Auto Scaling group. For the `--traffic-sources` option, replace the sample ARN with the ARN of a target group for an Application Load Balancer, Network Load Balancer, or Gateway Load Balancer. +Replace the sample values for `--auto-scaling-group-name`, `--vpc-zone-identifier`, `--min-size`, and `--max-size`. For the `--launch-template` option, replace ``my-launch-template`` and ``1`` with the name and version of a launch template for your Amazon EC2 Auto Scaling group. For the `--traffic-sources` option, replace the sample ARN with the ARN of a target group for an Application Load Balancer, Network Load Balancer, or Gateway Load Balancer. @@ -49 +49 @@ Replace the sample values for `--auto-scaling-group-name`, `--vpc-zone-identifie -Use the [attach-traffic-sources](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/attach-traffic-sources.html) command to attach additional target groups to the Auto Scaling group after it's created. +Use the [attach-traffic-sources](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/attach-traffic-sources.html) command to attach additional target groups to the Amazon EC2 Auto Scaling group after it's created. @@ -64 +64 @@ Alternatively, to attach a Classic Load Balancer to your group, specify the `--t -To describe the load balancers or target groups attached to your Auto Scaling group, use the following [describe-traffic-sources](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/describe-traffic-sources.html) command. Replace ``my-asg`` with the name of your group. +To describe the load balancers or target groups attached to your Amazon EC2 Auto Scaling group, use the following [describe-traffic-sources](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/describe-traffic-sources.html) command. Replace ``my-asg`` with the name of your group. @@ -69 +69 @@ To describe the load balancers or target groups attached to your Auto Scaling gr -The example returns the ARN of the Elastic Load Balancing target groups that you attached to the Auto Scaling group. +The example returns the ARN of the ELB target groups that you attached to the Amazon EC2 Auto Scaling group. @@ -89 +89 @@ For an explanation of the `State` field in the output, see [Verify the attachmen -## Add Elastic Load Balancing health checks +## Add ELB health checks @@ -91 +91 @@ For an explanation of the `State` field in the output, see [Verify the attachmen -To add Elastic Load Balancing health checks to the health checks that your Auto Scaling group performs on instances, use the following [update-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/update-auto-scaling-group.html) command and specify ``ELB`` as the value for the `--health-check-type` option. Replace ``my-asg`` with the name of your group. +To add ELB health checks to the health checks that your Amazon EC2 Auto Scaling group performs on instances, use the following [update-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/update-auto-scaling-group.html) command and specify ``ELB`` as the value for the `--health-check-type` option. Replace ``my-asg`` with the name of your group. @@ -104 +104 @@ To update the health check grace period, use the `--health-check-grace-period` o -For more information, see [Health checks for instances in an Auto Scaling group](./ec2-auto-scaling-health-checks.html). +For more information, see [Health checks for instances in an Amazon EC2 Auto Scaling group](./ec2-auto-scaling-health-checks.html). @@ -112 +112 @@ Changing your Availability Zones has some limitations that you should be aware o - 1. Before you change the Availability Zones of the load balancer, it's a good idea to first update the Availability Zones of the Auto Scaling group to verify that there is availability for your instance types in the specified zones. + 1. Before you change the Availability Zones of the load balancer, it's a good idea to first update the Availability Zones of the Amazon EC2 Auto Scaling group to verify that there is availability for your instance types in the specified zones. @@ -114 +114 @@ Changing your Availability Zones has some limitations that you should be aware o -To update the Availability Zones for your Auto Scaling group, use the following [update-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/update-auto-scaling-group.html) command. Replace the sample subnet IDs with the IDs of the subnets in the Availability Zones to enable. The specified subnets replace the previously enabled subnets. Replace ``my-asg`` with the name of your group. +To update the Availability Zones for your Amazon EC2 Auto Scaling group, use the following [update-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/update-auto-scaling-group.html) command. Replace the sample subnet IDs with the IDs of the subnets in the Availability Zones to enable. The specified subnets replace the previously enabled subnets. Replace ``my-asg`` with the name of your group. @@ -133 +133 @@ To update the Availability Zones for your Auto Scaling group, use the following - 1. Before you change the Availability Zones of the load balancer, it's a good idea to first update the Availability Zones of the Auto Scaling group to verify that there is availability for your instance types in the specified zones. + 1. Before you change the Availability Zones of the load balancer, it's a good idea to first update the Availability Zones of the Amazon EC2 Auto Scaling group to verify that there is availability for your instance types in the specified zones. @@ -135 +135 @@ To update the Availability Zones for your Auto Scaling group, use the following -To update the Availability Zones for your Auto Scaling group, use the following [update-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/update-auto-scaling-group.html) command. Replace the sample subnet IDs with the IDs of the subnets in the Availability Zones to enable. The specified subnets replace the previously enabled subnets. Replace ``my-asg`` with the name of your group. +To update the Availability Zones for your Amazon EC2 Auto Scaling group, use the following [update-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/update-auto-scaling-group.html) command. Replace the sample subnet IDs with the IDs of the subnets in the Availability Zones to enable. The specified subnets replace the previously enabled subnets. Replace ``my-asg`` with the name of your group. @@ -159 +159 @@ To disable an Availability Zone, use the following [detach-load-balancer-from-su -The following [detach-traffic-sources](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/detach-traffic-sources.html) command detaches a target group from your Auto Scaling group when you no longer need it. +The following [detach-traffic-sources](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/detach-traffic-sources.html) command detaches a target group from your Amazon EC2 Auto Scaling group when you no longer need it. @@ -172 +172 @@ To detach a Classic Load Balancer from your group, specify the `--traffic-source -## Remove Elastic Load Balancing health checks +## Remove ELB health checks @@ -174 +174 @@ To detach a Classic Load Balancer from your group, specify the `--traffic-source -To remove Elastic Load Balancing health checks from your Auto Scaling group, use the following [update-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/update-auto-scaling-group.html) command and specify ``EC2`` as the value for the `--health-check-type` option. Replace ``my-asg`` with the name of your group. +To remove ELB health checks from your Amazon EC2 Auto Scaling group, use the following [update-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/update-auto-scaling-group.html) command and specify ``EC2`` as the value for the `--health-check-type` option. Replace ``my-asg`` with the name of your group. @@ -180 +180 @@ To remove Elastic Load Balancing health checks from your Auto Scaling group, use -For more information, see [Health checks for instances in an Auto Scaling group](./ec2-auto-scaling-health-checks.html). +For more information, see [Health checks for instances in an Amazon EC2 Auto Scaling group](./ec2-auto-scaling-health-checks.html). @@ -184 +184 @@ For more information, see [Health checks for instances in an Auto Scaling group] -The following examples show how you can use legacy CLI commands to attach, detach, and describe load balancers and target groups. They remain in this document as a reference for any customers who want to use them. We continue to support the legacy CLI commands, but we recommend that you use the new "traffic sources" CLI commands, which can attach and detach multiple traffic sources types. You can use both the legacy CLI commands and the "traffic sources" CLI commands on the same Auto Scaling group. +The following examples show how you can use legacy CLI commands to attach, detach, and describe load balancers and target groups. They remain in this document as a reference for any customers who want to use them. We continue to support the legacy CLI commands, but we recommend that you use the new "traffic sources" CLI commands, which can attach and detach multiple traffic sources types. You can use both the legacy CLI commands and the "traffic sources" CLI commands on the same Amazon EC2 Auto Scaling group. @@ -188 +188 @@ The following examples show how you can use legacy CLI commands to attach, detac -The following [create-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/create-auto-scaling-group.html) command creates an Auto Scaling group with an attached target group. Specify the Amazon Resource Name (ARN) of a target group for an Application Load Balancer, Network Load Balancer, or Gateway Load Balancer. +The following [create-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/create-auto-scaling-group.html) command creates an Amazon EC2 Auto Scaling group with an attached target group. Specify the Amazon Resource Name (ARN) of a target group for an Application Load Balancer, Network Load Balancer, or Gateway Load Balancer. @@ -197 +197 @@ The following [create-auto-scaling-group](https://awscli.amazonaws.com/v2/docume -The following [attach-load-balancer-target-groups](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/attach-load-balancer-target-groups.html) command attaches a target group to an existing Auto Scaling group. +The following [attach-load-balancer-target-groups](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/attach-load-balancer-target-groups.html) command attaches a target group to an existing Amazon EC2 Auto Scaling group. @@ -205 +205 @@ The following [attach-load-balancer-target-groups](https://awscli.amazonaws.com/ -The following [create-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/create-auto-scaling-group.html) command creates an Auto Scaling group with an attached Classic Load Balancer. +The following [create-auto-scaling-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/create-auto-scaling-group.html) command creates an Amazon EC2 Auto Scaling group with an attached Classic Load Balancer. @@ -214 +214 @@ The following [create-auto-scaling-group](https://awscli.amazonaws.com/v2/docume -The following [attach-load-balancers](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/attach-load-balancers.html) command attaches the specified Classic Load Balancer to an existing Auto Scaling group. +The following [attach-load-balancers](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/attach-load-balancers.html) command attaches the specified Classic Load Balancer to an existing Amazon EC2 Auto Scaling group. @@ -222 +222 @@ The following [attach-load-balancers](https://awscli.amazonaws.com/v2/documentat -To describe the target groups associated with an Auto Scaling group, use the [describe-load-balancer-target-groups](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/describe-load-balancer-target-groups.html) command. The following example lists the target groups for `my-asg`. +To describe the target groups associated with an Amazon EC2 Auto Scaling group, use the [describe-load-balancer-target-groups](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/describe-load-balancer-target-groups.html) command. The following example lists the target groups for `my-asg`. @@ -229 +229 @@ To describe the target groups associated with an Auto Scaling group, use the [de -To describe the Classic Load Balancers associated with an Auto Scaling group, use the [describe-load-balancers](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/describe-load-balancers.html) command. The following example lists the Classic Load Balancers for `my-asg`. +To describe the Classic Load Balancers associated with an Amazon EC2 Auto Scaling group, use the [describe-load-balancers](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/describe-load-balancers.html) command. The following example lists the Classic Load Balancers for `my-asg`. @@ -236 +236 @@ To describe the Classic Load Balancers associated with an Auto Scaling group, us -The following [detach-load-balancer-target-groups](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/detach-load-balancer-target-groups.html) command detaches a target group from your Auto Scaling group when you no longer need it. +The following [detach-load-balancer-target-groups](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/detach-load-balancer-target-groups.html) command detaches a target group from your Amazon EC2 Auto Scaling group when you no longer need it. @@ -244 +244 @@ The following [detach-load-balancer-target-groups](https://awscli.amazonaws.com/ -The following [detach-load-balancers](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/detach-load-balancers.html) command detaches a Classic Load Balancer from your Auto Scaling group when you no longer need it. +The following [detach-load-balancers](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/detach-load-balancers.html) command detaches a Classic Load Balancer from your Amazon EC2 Auto Scaling group when you no longer need it.