AWS autoscaling documentation change
Summary
Updated documentation to consistently use 'Amazon EC2 Auto Scaling group' terminology instead of 'Auto Scaling group' and made service name references more precise
Security assessment
Changes are primarily branding/terminology updates without addressing security vulnerabilities or introducing new security features. The modification to clarify 'Amazon EC2 Auto Scaling service-linked role' improves precision but doesn't indicate a security fix or new security capability.
Diff
diff --git a/autoscaling/ec2/userguide/warm-pool-instance-lifecycle.md b/autoscaling/ec2/userguide/warm-pool-instance-lifecycle.md index 239218515..510854726 100644 --- a//autoscaling/ec2/userguide/warm-pool-instance-lifecycle.md +++ b//autoscaling/ec2/userguide/warm-pool-instance-lifecycle.md @@ -7 +7 @@ Lifecycle state transitionsSupported notification targets -# Use lifecycle hooks with a warm pool in Auto Scaling group +# Use lifecycle hooks with a warm pool in Amazon EC2 Auto Scaling group @@ -15 +15 @@ The API operations that you use to add and manage lifecycle hooks and complete l -For more information about adding a lifecycle hook, see [Add lifecycle hooks to your Auto Scaling group](./adding-lifecycle-hooks.html). For more information about completing a lifecycle action, see [Complete a lifecycle action in an Auto Scaling group](./completing-lifecycle-hooks.html). +For more information about adding a lifecycle hook, see [Add lifecycle hooks to your Amazon EC2 Auto Scaling group](./adding-lifecycle-hooks.html). For more information about completing a lifecycle action, see [Complete a lifecycle action in an Amazon EC2 Auto Scaling group](./completing-lifecycle-hooks.html). @@ -39 +39 @@ For instances leaving the warm pool, you might need a lifecycle hook for one of -An Auto Scaling instance can transition through many states as part of its lifecycle. +An Amazon EC2 Auto Scaling instance can transition through many states as part of its lifecycle. @@ -41 +41 @@ An Auto Scaling instance can transition through many states as part of its lifec -The following diagram shows the transition between Auto Scaling states when you use a warm pool: +The following diagram shows the transition between Amazon EC2 Auto Scaling states when you use a warm pool: @@ -53 +53 @@ When you add lifecycle hooks, consider the following: - * If the demand on your application depletes the warm pool, Amazon EC2 Auto Scaling can launch instances directly into the Auto Scaling group as long as the group isn't at its maximum capacity yet. If the instances launch directly into the group, they are only paused to perform a custom action at the `Pending:Wait` state. + * If the demand on your application depletes the warm pool, Amazon EC2 Auto Scaling can launch instances directly into the Amazon EC2 Auto Scaling group as long as the group isn't at its maximum capacity yet. If the instances launch directly into the group, they are only paused to perform a custom action at the `Pending:Wait` state. @@ -93 +93 @@ The following sections contain links to documentation that describes how to conf -**AWS Lambda functions** — To run custom code when Amazon EC2 Auto Scaling puts an instance into a wait state, you can specify a Lambda function as the notification target. The Lambda function is invoked with lifecycle notification data, allowing you to perform custom actions such as instance configuration, application setup, or integration with other AWS services. You must configure the Lambda function's resource-based policy to allow the Auto Scaling service-linked role to invoke the function. For more information, see [Route notifications to AWS Lambda directly](./prepare-for-lifecycle-notifications.html#lambda-notification). +**AWS Lambda functions** — To run custom code when Amazon EC2 Amazon EC2 Auto Scaling puts an instance into a wait state, you can specify a Lambda function as the notification target. The Lambda function is invoked with lifecycle notification data, allowing you to perform custom actions such as instance configuration, application setup, or integration with other AWS services. You must configure the Lambda function's resource-based policy to allow the Amazon EC2 Auto Scaling service-linked role to invoke the function. For more information, see [Route notifications to AWS Lambda directly](./prepare-for-lifecycle-notifications.html#lambda-notification). @@ -103 +103 @@ Warm pools -Create a warm pool for an Auto Scaling group +Create a warm pool for an Amazon EC2 Auto Scaling group