AWS autoscaling documentation change
Summary
Updated documentation to consistently use 'Amazon EC2 Auto Scaling' terminology instead of 'Auto Scaling' throughout the file
Security assessment
The changes are purely branding/terminology updates (adding 'Amazon EC2' prefix to service names) with no security-related content modifications. No security vulnerabilities, mitigations, or security feature additions are mentioned in the diff.
Diff
diff --git a/autoscaling/ec2/userguide/launch-templates.md b/autoscaling/ec2/userguide/launch-templates.md index fcf06e789..4f9a555c6 100644 --- a//autoscaling/ec2/userguide/launch-templates.md +++ b//autoscaling/ec2/userguide/launch-templates.md @@ -7 +7 @@ Permissions to work with launch templatesAPI operations supported by launch temp -# Auto Scaling launch templates +# Amazon EC2 Auto Scaling launch templates @@ -13 +13 @@ With versioning of launch templates, you can create a subset of the full set of -We recommend that you use launch templates to ensure that you're accessing the latest features and improvements. Not all Amazon EC2 Auto Scaling features are available when you use launch configurations. For example, you cannot create an Auto Scaling group that launches both Spot and On-Demand Instances or that specifies multiple instance types. You must use a launch template to configure these features. For more information, see [Auto Scaling groups with multiple instance types and purchase options](./ec2-auto-scaling-mixed-instances-groups.html). +We recommend that you use launch templates to ensure that you're accessing the latest features and improvements. Not all Amazon EC2 Auto Scaling features are available when you use launch configurations. For example, you cannot create an Amazon EC2 Auto Scaling group that launches both Spot and On-Demand Instances or that specifies multiple instance types. You must use a launch template to configure these features. For more information, see [Amazon EC2 Auto Scaling groups with multiple instance types and purchase options](./ec2-auto-scaling-mixed-instances-groups.html). @@ -17 +17 @@ With launch templates, you can also use newer features of Amazon EC2. This inclu -When you create a launch template, all parameters are optional. However, if a launch template does not specify an AMI, you cannot add the AMI when you create your Auto Scaling group. If you specify an AMI but no instance type, you can add one or more instance types when you create your Auto Scaling group. +When you create a launch template, all parameters are optional. However, if a launch template does not specify an AMI, you cannot add the AMI when you create your Amazon EC2 Auto Scaling group. If you specify an AMI but no instance type, you can add one or more instance types when you create your Amazon EC2 Auto Scaling group. @@ -25 +25 @@ When you create a launch template, all parameters are optional. However, if a la - * [Create a launch template for an Auto Scaling group](./create-launch-template.html) + * [Create a launch template for an Amazon EC2 Auto Scaling group](./create-launch-template.html) @@ -29 +29 @@ When you create a launch template, all parameters are optional. However, if a la - * [Migrate your Auto Scaling groups to launch templates](./migrate-to-launch-templates.html) + * [Migrate your Amazon EC2 Auto Scaling groups to launch templates](./migrate-to-launch-templates.html) @@ -44 +44 @@ The procedures in this section assume that you already have the required permiss -Note that if you do not have sufficient permissions to use and create resources specified in a launch template, you receive an error that you're not authorized to use the launch template when you try to specify it for an Auto Scaling group. For more information, see [Troubleshoot Amazon EC2 Auto Scaling: Launch templates](./ts-as-launch-template.html). +Note that if you do not have sufficient permissions to use and create resources specified in a launch template, you receive an error that you're not authorized to use the launch template when you try to specify it for an Amazon EC2 Auto Scaling group. For more information, see [Troubleshoot Amazon EC2 Auto Scaling: Launch templates](./ts-as-launch-template.html). @@ -46 +46 @@ Note that if you do not have sufficient permissions to use and create resources -For examples of IAM policies that let you call the `CreateAutoScalingGroup`, `UpdateAutoScalingGroup`, and `RunInstances` API operations with a launch template, see [Control Amazon EC2 launch template usage in Auto Scaling groups](./ec2-auto-scaling-launch-template-permissions.html). +For examples of IAM policies that let you call the `CreateAutoScalingGroup`, `UpdateAutoScalingGroup`, and `RunInstances` API operations with a launch template, see [Control Amazon EC2 launch template usage in Amazon EC2 Auto Scaling groups](./ec2-auto-scaling-launch-template-permissions.html). @@ -60 +60 @@ Tutorial: Set up a scaled and load-balanced application -Create a launch template for an Auto Scaling group +Create a launch template for an Amazon EC2 Auto Scaling group