AWS autoscaling documentation change
Summary
Updated documentation to consistently use 'Amazon EC2 Auto Scaling group' terminology instead of 'Auto Scaling group' throughout the file. Changes include console references, policy documentation instructions, lifecycle hook configuration steps, and testing procedures.
Security assessment
The changes are purely terminological updates to align with branding conventions (adding 'Amazon EC2' prefix). No security-related content was added, modified, or removed. The policy document instructions and lifecycle hook configuration (including the ABANDON default result) remain functionally unchanged.
Diff
diff --git a/autoscaling/ec2/userguide/tutorial-lifecycle-hook-lambda.md b/autoscaling/ec2/userguide/tutorial-lifecycle-hook-lambda.md index 545c5f71e..8d8a0999a 100644 --- a//autoscaling/ec2/userguide/tutorial-lifecycle-hook-lambda.md +++ b//autoscaling/ec2/userguide/tutorial-lifecycle-hook-lambda.md @@ -46 +46 @@ Depending on your use case, you can configure a lifecycle hook by following the -Before you begin this tutorial, create an Auto Scaling group, if you don't have one already. To create an Auto Scaling group, open the [Auto Scaling groups page](https://console.aws.amazon.com/ec2/v2/home?#AutoScalingGroups) of the Amazon EC2 console and choose **Create Auto Scaling group**. +Before you begin this tutorial, create an Amazon EC2 Auto Scaling group, if you don't have one already. To create an Amazon EC2 Auto Scaling group, open the [Amazon EC2 Auto Scaling groups page](https://console.aws.amazon.com/ec2/v2/home?#AutoScalingGroups) of the Amazon EC2 console and choose **Create Amazon EC2 Auto Scaling group**. @@ -58 +58 @@ Before you create a Lambda function, you must first create an execution role and - 3. In the **Policy Document** box, paste the following policy document into the box, replacing the text in _`italics`_ with your account number and the name of your Auto Scaling group. + 3. In the **Policy Document** box, paste the following policy document into the box, replacing the text in _`italics`_ with your account number and the name of your Amazon EC2 Auto Scaling group. @@ -175 +175 @@ This code simply logs the event so that, at the end of this tutorial, you can se -Create an EventBridge rule to run your Lambda function. For more information about using EventBridge, see [Use EventBridge to handle Auto Scaling events](./automating-ec2-auto-scaling-with-eventbridge.html). +Create an EventBridge rule to run your Lambda function. For more information about using EventBridge, see [Use EventBridge to handle Amazon EC2 Auto Scaling events](./automating-ec2-auto-scaling-with-eventbridge.html). @@ -209 +209 @@ Create an EventBridge rule to run your Lambda function. For more information abo - 5. By default, the rule matches any Auto Scaling group in the Region. To make the rule match a specific Auto Scaling group, choose **Specific group name(s)** and select the group. + 5. By default, the rule matches any Amazon EC2 Auto Scaling group in the Region. To make the rule match a specific Amazon EC2 Auto Scaling group, choose **Specific group name(s)** and select the group. @@ -234 +234 @@ In this section, you add a lifecycle hook so that Lambda runs your function on i - 1. Open the [Auto Scaling groups page](https://console.aws.amazon.com/ec2/v2/home?#AutoScalingGroups) of the Amazon EC2 console. + 1. Open the [Amazon EC2 Auto Scaling groups page](https://console.aws.amazon.com/ec2/v2/home?#AutoScalingGroups) of the Amazon EC2 console. @@ -236 +236 @@ In this section, you add a lifecycle hook so that Lambda runs your function on i - 2. Select the check box next to your Auto Scaling group. A split pane opens up in the bottom of the page. + 2. Select the check box next to your Amazon EC2 Auto Scaling group. A split pane opens up in the bottom of the page. @@ -248 +248 @@ In this section, you add a lifecycle hook so that Lambda runs your function on i - 4. For **Default result** , choose **ABANDON**. This means that the Auto Scaling group will terminate a new instance if the hook times out without receiving a callback from your Lambda function. + 4. For **Default result** , choose **ABANDON**. This means that the Amazon EC2 Auto Scaling group will terminate a new instance if the hook times out without receiving a callback from your Lambda function. @@ -259 +259 @@ In this section, you add a lifecycle hook so that Lambda runs your function on i -To test the event, update the Auto Scaling group by increasing the desired capacity of the Auto Scaling group by 1. Your Lambda function is invoked within a few seconds after increasing the desired capacity. +To test the event, update the Amazon EC2 Auto Scaling group by increasing the desired capacity of the Amazon EC2 Auto Scaling group by 1. Your Lambda function is invoked within a few seconds after increasing the desired capacity. @@ -261 +261 @@ To test the event, update the Auto Scaling group by increasing the desired capac -###### To increase the size of the Auto Scaling group +###### To increase the size of the Amazon EC2 Auto Scaling group @@ -263 +263 @@ To test the event, update the Auto Scaling group by increasing the desired capac - 1. Open the [Auto Scaling groups page](https://console.aws.amazon.com/ec2/v2/home?#AutoScalingGroups) of the Amazon EC2 console. + 1. Open the [Amazon EC2 Auto Scaling groups page](https://console.aws.amazon.com/ec2/v2/home?#AutoScalingGroups) of the Amazon EC2 console. @@ -265 +265 @@ To test the event, update the Auto Scaling group by increasing the desired capac - 2. Select the check box next to your Auto Scaling group to view details in a lower pane and still see the top rows of the upper pane. + 2. Select the check box next to your Amazon EC2 Auto Scaling group to view details in a lower pane and still see the top rows of the upper pane. @@ -293 +293 @@ Next, you can verify that your instance has successfully launched from the descr - 1. Return to the **Auto Scaling groups** page and select your group. + 1. Return to the **Amazon EC2 Auto Scaling groups** page and select your group. @@ -295 +295 @@ Next, you can verify that your instance has successfully launched from the descr - 2. On the **Activity** tab, under **Activity history** , the **Status** column shows whether your Auto Scaling group has successfully launched an instance. + 2. On the **Activity** tab, under **Activity history** , the **Status** column shows whether your Amazon EC2 Auto Scaling group has successfully launched an instance. @@ -304 +304 @@ Next, you can verify that your instance has successfully launched from the descr -###### To decrease the size of the Auto Scaling group +###### To decrease the size of the Amazon EC2 Auto Scaling group @@ -314 +314 @@ If you are done working with the resources that you created just for this tutori - 1. Open the [Auto Scaling groups page](https://console.aws.amazon.com/ec2/v2/home?#AutoScalingGroups) of the Amazon EC2 console. + 1. Open the [Amazon EC2 Auto Scaling groups page](https://console.aws.amazon.com/ec2/v2/home?#AutoScalingGroups) of the Amazon EC2 console. @@ -316 +316 @@ If you are done working with the resources that you created just for this tutori - 2. Select the check box next to your Auto Scaling group. + 2. Select the check box next to your Amazon EC2 Auto Scaling group. @@ -398 +398 @@ If you are done working with the example function, delete it. You can also delet -The following related topics can be helpful as you create EventBridge rules based on events that happen to the instances in your Auto Scaling group. +The following related topics can be helpful as you create EventBridge rules based on events that happen to the instances in your Amazon EC2 Auto Scaling group. @@ -400 +400 @@ The following related topics can be helpful as you create EventBridge rules base - * [Use EventBridge to handle Auto Scaling events](./automating-ec2-auto-scaling-with-eventbridge.html). This section shows you examples of events for other use cases, including events for scale in. + * [Use EventBridge to handle Amazon EC2 Auto Scaling events](./automating-ec2-auto-scaling-with-eventbridge.html). This section shows you examples of events for other use cases, including events for scale in.