Skip to main content

Auto Scaling



Resource Icon

Resource Overview

This service automatically adjusts the number of virtual servers based on a user-defined schedule or monitoring results, allowing for flexible responses to changing demand. By monitoring the servers based on predefined thresholds, it automatically scales the number of servers to ensure stable service operation.

Associated Resources

Parent Resource

Connected Resources

Resource Setting Values

  • server_image_product_code : The code of OS image to use(CNTOS:CentOS, UBNTU:Ubuntu, WND:Windows / MYSQL,MARIA:Database / SVR:Server, EN:English Edition)
  • server_product_code : The code for hardware configuration on the server(HICPU:High CPU, STAND:Standard, HIMEM:High Memory / C:Cores,M:Memory(GB))
  • login_key_name : The name of Login key to encrypt with the public key
  • init_script
    • content : The script to run automatically when the server is created
  • group
    • min_size : The minimum size of the Auto scaling group, from 0 to 30
    • max_size : The maximum size of the Auto scaling group, from 0 to 30
    • linked_acg_names : The list of ACG names to apply the Auto sacling to
    • included_subnet_name : The name of Subnet to create servers
  • policy
    • adjustment_type_code : The code of adjustment type, CHANG/PRCNT/EXACT - CHANG, PRCNT, EXACT
    • scaling_adjustment : The value of adjustment
  • schedule
    • min_size : The minimum size of the Auto scaling group
    • max_size : The maximum size of the Auto scaling group
    • desired_capacity : The desired capacity value of the Auto scaling group
    • start_time : The date and time when the schedule first starts
    • end_time : The date and time when the schedule ends

Reference Materials