Orchestration and Load Balancing

Just wondering what DevOps tools folk use on Alibaba Cloud to automate orchestration and load balancing. Any recommendations?

Alibaba Cloud has

Resource Orchestration Service :
Alibaba Cloud Resource Orchestration Service (ROS) provides developers and system managers with a simple method to create and manage their Alibaba Cloud resources. Through ROS you can use text files in JSON format to define any required Alibaba Cloud resources, dependencies between resources, and configuration details.
More About it here - https://www.alibabacloud.com/product/ros

Auto Scaling :
Auto Scaling is a service to automatically adjust computing resources based on your volume of user requests. When demand for computing resources increase, Auto Scaling automatically adds ECS instances to serve additional user requests, or alternatively removes instances in the case of decreased user requests.
Auto Scaling - https://www.alibabacloud.com/product/auto-scaling

But I would suggest looking at Container Service. you might know containers became very popular for DevOps.

Let me know if you need help in any of these :slight_smile: