AWS autoscaling documentation change
Summary
Updated documentation to standardize terminology from 'Auto Scaling groups' to 'Amazon EC2 Auto Scaling groups' across headings and links. Added service name qualifications for consistency.
Security assessment
Changes are purely branding/naming convention updates to include full service names ('Amazon EC2'). No security vulnerabilities, mitigations, or security-related features are mentioned or modified in these changes. Existing references to security groups and IAM policies remain unchanged except for service name qualification.
Diff
diff --git a/autoscaling/ec2/userguide/create-auto-scaling-groups-launch-configuration.md b/autoscaling/ec2/userguide/create-auto-scaling-groups-launch-configuration.md index 8f644bc71..2df78b715 100644 --- a//autoscaling/ec2/userguide/create-auto-scaling-groups-launch-configuration.md +++ b//autoscaling/ec2/userguide/create-auto-scaling-groups-launch-configuration.md @@ -5 +5 @@ -# Create Auto Scaling groups using launch configurations +# Create Amazon EC2 Auto Scaling groups using launch configurations @@ -20 +20 @@ Limitations: -Migrate to launch templates to make sure that you don’t need to create new launch configurations now or in the future. For information about migrating your Auto Scaling groups to launch templates, see [Migrate your Auto Scaling groups to launch templates](./migrate-to-launch-templates.html). +Migrate to launch templates to make sure that you don’t need to create new launch configurations now or in the future. For information about migrating your Amazon EC2 Auto Scaling groups to launch templates, see [Migrate your Amazon EC2 Auto Scaling groups to launch templates](./migrate-to-launch-templates.html). @@ -22 +22 @@ Migrate to launch templates to make sure that you don’t need to create new lau -If you have created a launch configuration or an EC2 instance, you can create an Auto Scaling group that uses a launch configuration as a configuration template for its EC2 instances. The launch configuration specifies information such as the AMI ID, instance type, key pair, security groups, and block device mapping for your instances. For information about creating launch configurations, see [Create a launch configuration](./create-launch-config.html). +If you have created a launch configuration or an EC2 instance, you can create an Amazon EC2 Auto Scaling group that uses a launch configuration as a configuration template for its EC2 instances. The launch configuration specifies information such as the AMI ID, instance type, key pair, security groups, and block device mapping for your instances. For information about creating launch configurations, see [Create a launch configuration](./create-launch-config.html). @@ -24 +24 @@ If you have created a launch configuration or an EC2 instance, you can create an -You must have sufficient permissions to create an Auto Scaling group. You must also have sufficient permissions to create the service-linked role that Amazon EC2 Auto Scaling uses to perform actions on your behalf if it does not yet exist. For examples of IAM policies that an administrator can use as a reference for granting you permissions, see [Identity-based policy examples](./security_iam_id-based-policy-examples.html). +You must have sufficient permissions to create an Amazon EC2 Auto Scaling group. You must also have sufficient permissions to create the service-linked role that Amazon EC2 Auto Scaling uses to perform actions on your behalf if it does not yet exist. For examples of IAM policies that an administrator can use as a reference for granting you permissions, see [Identity-based policy examples](./security_iam_id-based-policy-examples.html). @@ -28 +28 @@ You must have sufficient permissions to create an Auto Scaling group. You must a - * [Create an Auto Scaling group using a launch configuration](./create-asg-launch-configuration.html) + * [Create an Amazon EC2 Auto Scaling group using a launch configuration](./create-asg-launch-configuration.html) @@ -30 +30 @@ You must have sufficient permissions to create an Auto Scaling group. You must a - * [Create an Auto Scaling group from existing instance using the AWS CLI](./create-asg-from-instance.html) + * [Create an Amazon EC2 Auto Scaling group from existing instance using the AWS CLI](./create-asg-from-instance.html)