AWS Security ChangesHomeSearch

AWS codedeploy documentation change

Service: codedeploy · 2025-11-22 · Documentation low

File: codedeploy/latest/userguide/tutorials-auto-scaling-group-create-auto-scaling-group.md

Summary

Updated documentation to consistently use 'Amazon EC2 Auto Scaling group' terminology instead of 'Auto Scaling group' throughout the file

Security assessment

The changes are purely terminological updates to align with AWS naming conventions. There is no mention of security vulnerabilities, patches, or new security features. The modifications focus on branding consistency rather than security implications.

Diff

diff --git a/codedeploy/latest/userguide/tutorials-auto-scaling-group-create-auto-scaling-group.md b/codedeploy/latest/userguide/tutorials-auto-scaling-group-create-auto-scaling-group.md
index f633fedf7..5b4bc48eb 100644
--- a//codedeploy/latest/userguide/tutorials-auto-scaling-group-create-auto-scaling-group.md
+++ b//codedeploy/latest/userguide/tutorials-auto-scaling-group-create-auto-scaling-group.md
@@ -5 +5 @@
-To create and configure the Auto Scaling group (CLI)To create and configure the Auto Scaling group (console)
+To create and configure the Amazon EC2 Auto Scaling group (CLI)To create and configure the Amazon EC2 Auto Scaling group (console)
@@ -7 +7 @@ To create and configure the Auto Scaling group (CLI)To create and configure the
-# Step 1: Create and configure the Auto Scaling group
+# Step 1: Create and configure the Amazon EC2 Auto Scaling group
@@ -9 +9 @@ To create and configure the Auto Scaling group (CLI)To create and configure the
-In this step, you'll create an Auto Scaling group that contains a single Amazon Linux, RHEL, or Windows Server Amazon EC2 instance. In a later step, you will instruct Amazon EC2 Auto Scaling to add one more Amazon EC2 instance, and CodeDeploy will deploy your revision to it.
+In this step, you'll create an Amazon EC2 Auto Scaling group that contains a single Amazon Linux, RHEL, or Windows Server Amazon EC2 instance. In a later step, you will instruct Amazon EC2 Auto Scaling to add one more Amazon EC2 instance, and CodeDeploy will deploy your revision to it.
@@ -13 +13 @@ In this step, you'll create an Auto Scaling group that contains a single Amazon
-  * To create and configure the Auto Scaling group (CLI)
+  * To create and configure the Amazon EC2 Auto Scaling group (CLI)
@@ -15 +15 @@ In this step, you'll create an Auto Scaling group that contains a single Amazon
-  * To create and configure the Auto Scaling group (console)
+  * To create and configure the Amazon EC2 Auto Scaling group (console)
@@ -20 +20 @@ In this step, you'll create an Auto Scaling group that contains a single Amazon
-## To create and configure the Auto Scaling group (CLI)
+## To create and configure the Amazon EC2 Auto Scaling group (CLI)
@@ -74 +74 @@ The contents of the `config.json` file:
-These commands, along with the `config.json` file, create an Amazon EC2 launch template named CodeDeployDemo-AS-Launch-Template for your Auto Scaling group that will be created in a following step based on the t1.micro Amazon EC2 instance type. Based on your input for `ImageId`, `IamInstanceProfile`, and `KeyName`, the launch template also specifies the AMI ID, the name of the instance profile associated with the IAM role to pass to instances at launch, and the Amazon EC2 key pair to use when connecting to instances.
+These commands, along with the `config.json` file, create an Amazon EC2 launch template named CodeDeployDemo-AS-Launch-Template for your Amazon EC2 Auto Scaling group that will be created in a following step based on the t1.micro Amazon EC2 instance type. Based on your input for `ImageId`, `IamInstanceProfile`, and `KeyName`, the launch template also specifies the AMI ID, the name of the instance profile associated with the IAM role to pass to instances at launch, and the Amazon EC2 key pair to use when connecting to instances.
@@ -76 +76 @@ These commands, along with the `config.json` file, create an Amazon EC2 launch t
-  2. Call the **create-auto-scaling-group** command to create an Auto Scaling group. You will need the name of one of the Availability Zones in one of the regions listed in [Region and endpoints](https://docs.aws.amazon.com/general/latest/gr/rande.html#codedeploy_region) in the _AWS General Reference_ , represented by the placeholder `availability-zone`.
+  2. Call the **create-auto-scaling-group** command to create an Amazon EC2 Auto Scaling group. You will need the name of one of the Availability Zones in one of the regions listed in [Region and endpoints](https://docs.aws.amazon.com/general/latest/gr/rande.html#codedeploy_region) in the _AWS General Reference_ , represented by the placeholder `availability-zone`.
@@ -105 +105 @@ On local Windows machines:
-These commands create an Auto Scaling group named `CodeDeployDemo-AS-Group` based on the Amazon EC2 launch template named `CodeDeployDemo-AS-Launch-Template`. This Auto Scaling group has only one Amazon EC2 instance, and it is created in the specified Availability Zone. Each instance in this Auto Scaling group will have the tag `Name=CodeDeployDemo`. The tag will be used when installing the CodeDeploy agent later.
+These commands create an Amazon EC2 Auto Scaling group named `CodeDeployDemo-AS-Group` based on the Amazon EC2 launch template named `CodeDeployDemo-AS-Launch-Template`. This Amazon EC2 Auto Scaling group has only one Amazon EC2 instance, and it is created in the specified Availability Zone. Each instance in this Amazon EC2 Auto Scaling group will have the tag `Name=CodeDeployDemo`. The tag will be used when installing the CodeDeploy agent later.
@@ -113 +113 @@ Do not proceed until the returned values show `Healthy` and `InService`.
-  4. The instances in your Auto Scaling group must have the CodeDeploy agent installed to be used in CodeDeploy deployments. Install the CodeDeploy agent by calling the **create-association** command from AWS Systems Manager with the tags that were added when the Auto Scaling group was created. 
+  4. The instances in your Amazon EC2 Auto Scaling group must have the CodeDeploy agent installed to be used in CodeDeploy deployments. Install the CodeDeploy agent by calling the **create-association** command from AWS Systems Manager with the tags that were added when the Amazon EC2 Auto Scaling group was created. 
@@ -121 +121 @@ Do not proceed until the returned values show `Healthy` and `InService`.
-This command creates an association in Systems Manager State Manager that will install the CodeDeploy agent on all instances in the Auto Scaling group and then attempt to update it at 2:00 every Sunday morning. For more information about the CodeDeploy agent, see [ Working with the CodeDeploy agent](https://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent.html). For more information about Systems Manager, see [What is AWS Systems Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/what-is-systems-manager.html).
+This command creates an association in Systems Manager State Manager that will install the CodeDeploy agent on all instances in the Amazon EC2 Auto Scaling group and then attempt to update it at 2:00 every Sunday morning. For more information about the CodeDeploy agent, see [ Working with the CodeDeploy agent](https://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent.html). For more information about Systems Manager, see [What is AWS Systems Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/what-is-systems-manager.html).
@@ -126 +126 @@ This command creates an association in Systems Manager State Manager that will i
-## To create and configure the Auto Scaling group (console)
+## To create and configure the Amazon EC2 Auto Scaling group (console)
@@ -186 +186 @@ Choose **Next**.
-  22. Review your Auto Scaling group information on the **Review** page, then choose **Create Auto Scaling group**.
+  22. Review your Amazon EC2 Auto Scaling group information on the **Review** page, then choose **Create Amazon EC2 Auto Scaling group**.
@@ -188 +188 @@ Choose **Next**.
-  23. In the navigation bar, with **Auto Scaling Groups** selected, choose `CodeDeployDemo-AS-Group`, and then choose the **Instance Management** tab. Do not proceed until the value of **InService** appears in the **Lifecycle** column and the value of **Healthy** appears in the **Health Status** column.
+  23. In the navigation bar, with **Amazon EC2 Auto Scaling Groups** selected, choose `CodeDeployDemo-AS-Group`, and then choose the **Instance Management** tab. Do not proceed until the value of **InService** appears in the **Lifecycle** column and the value of **Healthy** appears in the **Health Status** column.
@@ -203 +203 @@ Prerequisites
-Step 2: Deploy the application to the Auto Scaling group
+Step 2: Deploy the application to the Amazon EC2 Auto Scaling group