AWS autoscaling documentation change
Summary
Updated terminology from 'Auto Scaling group' to 'Amazon EC2 Auto Scaling group' throughout the document for consistency
Security assessment
Changes are purely terminological updates to use the full service name. No security-related content was added or modified beyond existing IAM role guidance.
Diff
diff --git a/autoscaling/ec2/userguide/us-iam-role.md b/autoscaling/ec2/userguide/us-iam-role.md index 823094d88..522b506ec 100644 --- a//autoscaling/ec2/userguide/us-iam-role.md +++ b//autoscaling/ec2/userguide/us-iam-role.md @@ -11 +11 @@ Applications that run on Amazon EC2 instances need credentials to access other A -For instances in an Auto Scaling group, you must create a launch template or launch configuration and choose an instance profile to associate with the instances. An instance profile is a container for an IAM role that allows Amazon EC2 to pass the IAM role to an instance when the instance is launched. First, create an IAM role that has all of the permissions required to access the AWS resources. Then, create the instance profile and assign the role to it. +For instances in an Amazon EC2 Auto Scaling group, you must create a launch template or launch configuration and choose an instance profile to associate with the instances. An instance profile is a container for an IAM role that allows Amazon EC2 to pass the IAM role to an instance when the instance is launched. First, create an IAM role that has all of the permissions required to access the AWS resources. Then, create the instance profile and assign the role to it. @@ -61 +61 @@ If you use the IAM console instead of the AWS CLI or one of the AWS SDKs, the co -Use an IAM identity-based policy to control access to your new IAM role. The `iam:PassRole` permission is needed on the IAM identity (user or role) that creates or updates an Auto Scaling group using a launch template that specifies an instance profile. +Use an IAM identity-based policy to control access to your new IAM role. The `iam:PassRole` permission is needed on the IAM identity (user or role) that creates or updates an Amazon EC2 Auto Scaling group using a launch template that specifies an instance profile. @@ -94 +94 @@ JSON -For information about how Amazon EC2 Auto Scaling validates permissions for the `iam:PassRole` action for an Auto Scaling group that uses a launch template, see [Permissions validation for ec2:RunInstances and iam:PassRole](./ec2-auto-scaling-launch-template-permissions.html#runinstances-permissions-validation). +For information about how Amazon EC2 Auto Scaling validates permissions for the `iam:PassRole` action for an Amazon EC2 Auto Scaling group that uses a launch template, see [Permissions validation for ec2:RunInstances and iam:PassRole](./ec2-auto-scaling-launch-template-permissions.html#runinstances-permissions-validation). @@ -123 +123 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Control Amazon EC2 launch template usage in Auto Scaling groups +Control Amazon EC2 launch template usage in Amazon EC2 Auto Scaling groups