AWS autoscaling documentation change
Summary
Updated terminology from 'Auto Scaling group' to 'Amazon EC2 Auto Scaling group' for consistency across the document
Security assessment
Changes are purely terminological updates with no security implications. No security vulnerabilities or features are mentioned.
Diff
diff --git a/autoscaling/ec2/userguide/scale-sqs-queue-cli.md b/autoscaling/ec2/userguide/scale-sqs-queue-cli.md index eb9d6b77f..d537e7537 100644 --- a//autoscaling/ec2/userguide/scale-sqs-queue-cli.md +++ b//autoscaling/ec2/userguide/scale-sqs-queue-cli.md @@ -11 +11 @@ The following procedure describes how to configure automatic scaling based on Am -Before you begin, make sure that you have the AWS CLI [installed](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) and [configured](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html). Also, you must have an Amazon SQS queue to use. The following tasks assume that you already have a queue (standard or FIFO), an Auto Scaling group, and EC2 instances running the application that uses the queue. +Before you begin, make sure that you have the AWS CLI [installed](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) and [configured](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html). Also, you must have an Amazon SQS queue to use. The following tasks assume that you already have a queue (standard or FIFO), an Amazon EC2 Auto Scaling group, and EC2 instances running the application that uses the queue. @@ -39 +39 @@ Follow this procedure to create the custom metric by first reading information f - 2. Use the [describe-auto-scaling-groups](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/describe-auto-scaling-groups.html) command to get the running capacity of the group, which is the number of instances in the `InService` lifecycle state. This command returns the instances of an Auto Scaling group along with their lifecycle state. + 2. Use the [describe-auto-scaling-groups](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/autoscaling/describe-auto-scaling-groups.html) command to get the running capacity of the group, which is the number of instances in the `InService` lifecycle state. This command returns the instances of an Amazon EC2 Auto Scaling group along with their lifecycle state. @@ -97 +97 @@ This creates two alarms: one for scaling out and one for scaling in. It also ret -After your setup is complete, verify that your scaling policy is working. You can test it by increasing the number of messages in your SQS queue and then verifying that your Auto Scaling group has launched an additional EC2 instance. You can also test it by decreasing the number of messages in your SQS queue and then verifying that the Auto Scaling group has terminated an EC2 instance. +After your setup is complete, verify that your scaling policy is working. You can test it by increasing the number of messages in your SQS queue and then verifying that your Amazon EC2 Auto Scaling group has launched an additional EC2 instance. You can also test it by decreasing the number of messages in your SQS queue and then verifying that the Amazon EC2 Auto Scaling group has terminated an EC2 instance.