- Manage and Operate Auto Scaling – Overview
- Manage and Operate Auto Scaling – Introduction
- Manage and Operate Auto Scaling – Concepts
- Manage and Operate Auto Scaling – Scaling Group
- Manage and Operate Auto Scaling – Scaling Configuration
- Manage and Operate Auto Scaling – Scaling Rules
- Manage and Operate Auto Scaling – Manual Operations
- Manage and Operate Auto Scaling – Scaling Trigger Tasks
- Manage and Operate Auto Scaling – Quiz
This topic describes the scaling modes of Auto Scaling. A scaling mode is used to specify when to add or remove a specific number of ECS instances for a scaling group: Scheduled mode, Dynamic mode, Fixed-number mode, Health mode, Custom mode, Multi-mode
Scaling Modes
This article introduces the scaling modes of Auto Scaling.
- Scheduled scaling: You tell Auto Scaling to perform a scaling operation at specified times. For example, scaling up at 13:00 every day.
- Dynamic scaling: Auto Scaling dynamically scales up and down by tracking targets. You select a metric and set a target value. Auto Scaling creates the cloudmonitor alarms that trigger the scaling policy. The scaling policy adds or removes capacity as required to keep the metric at, or close to, the specified target value.
- Capacity maintaining: You setup the MinSize to maintain the minimum number of running healthy instances in the scaling group.
- Customized target tracking: Uses api to manually scale based on metrics from your own monitoring system.
- Health check: Automatically release instances with status other than Running according to the policies you specify.
- Multimode: Combine multiple scaling modes when demand of your application is hard to predict. For example, you setup to scale out 20 ECS instances during 13:00 ~ 14:00 everyday, but the actual demand may need more instances, then you can use this scheduled scaling together with other scaling modes to better follow the demand changes.
Read More: https://www.alibabacloud.com/help/doc-detail/25860.htm