AWS elasticbeanstalk documentation change
Summary
Updated documentation to consistently use 'Amazon EC2 Auto Scaling' branding instead of generic 'Auto Scaling' terminology throughout the page
Security assessment
The changes are purely branding/naming convention updates to align with AWS service naming standards. No security vulnerabilities, mitigations, or security features are mentioned or modified in the content. The updates clarify the exact AWS service being referenced but don't introduce security-related content.
Diff
diff --git a/elasticbeanstalk/latest/dg/using-features.managing.as.md b/elasticbeanstalk/latest/dg/using-features.managing.as.md index add24b7bc..9bf766b2f 100644 --- a//elasticbeanstalk/latest/dg/using-features.managing.as.md +++ b//elasticbeanstalk/latest/dg/using-features.managing.as.md @@ -5 +5 @@ -# Auto Scaling your Elastic Beanstalk environment instances +# Amazon EC2 Auto Scaling your Elastic Beanstalk environment instances @@ -7 +7 @@ -This topic describes how you can customize the Auto Scaling features to manage your Elastic Beanstalk environment’s workload. You can configure Auto Scaling for your environment using the [Elastic Beanstalk console](./environments-cfg-autoscaling-configuration-approaches.html#environments-cfg-autoscaling-console), [namespace configuration options](./environments-cfg-autoscaling-configuration-approaches.html#environments-cfg-autoscaling-namespace), the [AWS CLI](./environments-cfg-autoscaling-configuration-approaches.html#environments-cfg-autoscaling-aws-cli), or the [EB CLI](./environments-cfg-autoscaling-configuration-approaches.html#environments-cfg-autoscaling-ebcli). +This topic describes how you can customize the Amazon EC2 Auto Scaling features to manage your Elastic Beanstalk environment’s workload. You can configure Amazon EC2 Auto Scaling for your environment using the [Elastic Beanstalk console](./environments-cfg-autoscaling-configuration-approaches.html#environments-cfg-autoscaling-console), [namespace configuration options](./environments-cfg-autoscaling-configuration-approaches.html#environments-cfg-autoscaling-namespace), the [AWS CLI](./environments-cfg-autoscaling-configuration-approaches.html#environments-cfg-autoscaling-aws-cli), or the [EB CLI](./environments-cfg-autoscaling-configuration-approaches.html#environments-cfg-autoscaling-ebcli). @@ -11 +11 @@ This topic describes how you can customize the Auto Scaling features to manage y -Your AWS Elastic Beanstalk environment includes an _Auto Scaling group_ that manages the [Amazon EC2 instances](./using-features.managing.ec2.html) in your environment. In a single-instance environment, the Auto Scaling group ensures that there is always one instance running. In a load-balanced environment, you configure the group with a range of instances to run, and Auto Scaling adds or removes instances as needed, based on load. +Your AWS Elastic Beanstalk environment includes an _Amazon EC2 Auto Scaling group_ that manages the [Amazon EC2 instances](./using-features.managing.ec2.html) in your environment. In a single-instance environment, the Amazon EC2 Auto Scaling group ensures that there is always one instance running. In a load-balanced environment, you configure the group with a range of instances to run, and Amazon EC2 Auto Scaling adds or removes instances as needed, based on load. @@ -15 +15 @@ Your AWS Elastic Beanstalk environment includes an _Auto Scaling group_ that man -The Auto Scaling group also applies your configuration choices to provision and manage the EC2 instances in your environment. You can [modify the EC2 configuration](./using-features.managing.ec2.html) to change the instance type, key pair, Amazon Elastic Block Store (Amazon EBS) storage, and other settings that can only be configured when you launch an instance. +The Amazon EC2 Auto Scaling group also applies your configuration choices to provision and manage the EC2 instances in your environment. You can [modify the EC2 configuration](./using-features.managing.ec2.html) to change the instance type, key pair, Amazon Elastic Block Store (Amazon EBS) storage, and other settings that can only be configured when you launch an instance. @@ -19 +19 @@ The Auto Scaling group also applies your configuration choices to provision and -As an option, Elastic Beanstalk can include [Spot Instances](./environments-cfg-autoscaling-spot.html) in your environment and manage them in combination with On-Demand instances. You can configure Amazon EC2 Auto Scaling to monitor and automatically respond to changes that affect the availability of your Spot Instances by enabling [Capacity Rebalancing](https://docs.aws.amazon.com/autoscaling/ec2/userguide/capacity-rebalance.html). You can also configure the [Spot allocation strategy](./environments-cfg-autoscaling-spot-allocation-strategy.html) that the Auto Scaling service uses to provision Spot Instances to your environment. +As an option, Elastic Beanstalk can include [Spot Instances](./environments-cfg-autoscaling-spot.html) in your environment and manage them in combination with On-Demand instances. You can configure Amazon EC2 Amazon EC2 Auto Scaling to monitor and automatically respond to changes that affect the availability of your Spot Instances by enabling [Capacity Rebalancing](https://docs.aws.amazon.com/autoscaling/ec2/userguide/capacity-rebalance.html). You can also configure the [Spot allocation strategy](./environments-cfg-autoscaling-spot-allocation-strategy.html) that the Amazon EC2 Auto Scaling service uses to provision Spot Instances to your environment. @@ -25 +25 @@ Enabling Spot Instance requests requires using Amazon EC2 launch templates. When -###### Auto Scaling triggers +###### Amazon EC2 Auto Scaling triggers @@ -27 +27 @@ Enabling Spot Instance requests requires using Amazon EC2 launch templates. When -The Auto Scaling group uses two Amazon CloudWatch alarms to trigger scaling operations. The default triggers scale when the average outbound network traffic from each instance is higher than 6 MiB or lower than 2 MiB over a period of five minutes. To use Auto Scaling effectively, [configure triggers](./environments-cfg-autoscaling-triggers.html) that are appropriate for your application, instance type, and service requirements. You can scale based on several statistics including latency, disk I/O, CPU utilization, and request count. +The Amazon EC2 Auto Scaling group uses two Amazon CloudWatch alarms to trigger scaling operations. The default triggers scale when the average outbound network traffic from each instance is higher than 6 MiB or lower than 2 MiB over a period of five minutes. To use Amazon EC2 Auto Scaling effectively, [configure triggers](./environments-cfg-autoscaling-triggers.html) that are appropriate for your application, instance type, and service requirements. You can scale based on several statistics including latency, disk I/O, CPU utilization, and request count. @@ -29 +29 @@ The Auto Scaling group uses two Amazon CloudWatch alarms to trigger scaling oper -###### Schedule Auto Scaling actions +###### Schedule Amazon EC2 Auto Scaling actions @@ -31 +31 @@ The Auto Scaling group uses two Amazon CloudWatch alarms to trigger scaling oper -To optimize your environment's use of Amazon EC2 instances through predictable periods of peak traffic, [configure your Auto Scaling group to change its instance count on a schedule](./environments-cfg-autoscaling-scheduledactions.html). You can schedule changes to your group's configuration that recur daily or weekly, or schedule one-time changes to prepare for marketing events that will drive a lot of traffic to your site. +To optimize your environment's use of Amazon EC2 instances through predictable periods of peak traffic, [configure your Amazon EC2 Auto Scaling group to change its instance count on a schedule](./environments-cfg-autoscaling-scheduledactions.html). You can schedule changes to your group's configuration that recur daily or weekly, or schedule one-time changes to prepare for marketing events that will drive a lot of traffic to your site. @@ -33 +33 @@ To optimize your environment's use of Amazon EC2 instances through predictable p -###### Auto Scaling health check +###### Amazon EC2 Auto Scaling health check @@ -35 +35 @@ To optimize your environment's use of Amazon EC2 instances through predictable p -Auto Scaling monitors the health of each Amazon EC2 instance that it launches. If any instance terminates unexpectedly, Auto Scaling detects the termination and launches a replacement instance. To configure the group to use the load balancer's health check mechanism, see [Auto Scaling health check setting for your Elastic Beanstalk environment](./environmentconfig-autoscaling-healthchecktype.html). +Amazon EC2 Auto Scaling monitors the health of each Amazon EC2 instance that it launches. If any instance terminates unexpectedly, Amazon EC2 Auto Scaling detects the termination and launches a replacement instance. To configure the group to use the load balancer's health check mechanism, see [Amazon EC2 Auto Scaling health check setting for your Elastic Beanstalk environment](./environmentconfig-autoscaling-healthchecktype.html). @@ -43 +43 @@ Auto Scaling monitors the health of each Amazon EC2 instance that it launches. I - * [Auto Scaling triggers for your Elastic Beanstalk environment](./environments-cfg-autoscaling-triggers.html) + * [Amazon EC2 Auto Scaling triggers for your Elastic Beanstalk environment](./environments-cfg-autoscaling-triggers.html) @@ -45 +45 @@ Auto Scaling monitors the health of each Amazon EC2 instance that it launches. I - * [Scheduled Auto Scaling actions for your Elastic Beanstalk environments](./environments-cfg-autoscaling-scheduledactions.html) + * [Scheduled Amazon EC2 Auto Scaling actions for your Elastic Beanstalk environments](./environments-cfg-autoscaling-scheduledactions.html) @@ -47 +47 @@ Auto Scaling monitors the health of each Amazon EC2 instance that it launches. I - * [Auto Scaling health check setting for your Elastic Beanstalk environment](./environmentconfig-autoscaling-healthchecktype.html) + * [Amazon EC2 Auto Scaling health check setting for your Elastic Beanstalk environment](./environmentconfig-autoscaling-healthchecktype.html)