- 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 how to use Auto Scaling to implement automatic scaling.
Background information
This topic describes how to use Auto Scaling in the console. For information about how to use API operations to manage resources
The following figure shows the usage process of Auto Scaling.
Operation Procedure
- Create a scaling group (CreateScalingGroup). Configure the minimum and maximum number of ecs instances in the scaling group, and select the associated Server load balancer and rds instances.
- Create scaling configuration (CreateScalingConfiguration). Configure the ECS instances attributes for Auto Scaling, such as image ID and Instance Type.
- Enable the scaling group with the scaling configuration created in Step 2 (EnableScalingGroup).
- Create a scaling rule (CreateScalingRule). For example, add N ECS instances.
- Create a scheduled task (CreateScheduledTask). For example, to trigger the scaling rule created in Step 4 at 12:00 AM.
- Create an alarm task (cloudmonitor API PutAlarmRule). For example, to add 1 ECS instance when the average (it can also be max or min) CPU usage is greater than or equal to 80%.
Read More: https://www.alibabacloud.com/help/doc-detail/25878.htm