# Tạo Auto Scaling Group ```{admonition} Pre-condition * Người dùng đang truy cập vào Workspace  * Có ít nhất 1 VPC * Người dùng tạo sẵn một Load Balancer * Người dùng đã tải lên {ref}`image` chứa dữ liệu của VM * Người dùng đã {ref}`tạo template` ``` **Các bước thực hiện** ---------------------- ### Bước 1: Truy cập vào màn hình Auto Scaling Group Người dùng truy cập vào menu Auto Scaling Group  ```{thumbnail} ../../../../_static/img/vm/how-to/auto-scaling-group/tao-auto-scaling-group-1.png :width: 80% :alt: Image :align: center ``` ### Bước 2: Tạo mới Auto Scaling Group  Ở màn hình danh sách, người dùng ấn + NEW SCALING GROUP để tạo mới ```{thumbnail} ../../../../_static/img/vm/how-to/auto-scaling-group/tao-auto-scaling-group-2.png :width: 80% :alt: Image :align: center ``` ### Bước 3: Điền thông tin khởi tạo * Name ```{thumbnail} ../../../../_static/img/vm/how-to/auto-scaling-group/tao-auto-scaling-group-3.png :width: 80% :alt: Image :align: center ``` * Load Balancer ```{thumbnail} ../../../../_static/img/vm/how-to/auto-scaling-group/tao-auto-scaling-group-4.png :width: 80% :alt: Image :align: center ``` * Scaling Template ```{thumbnail} ../../../../_static/img/vm/how-to/auto-scaling-group/tao-auto-scaling-group-5.png :width: 80% :alt: Image :align: center ``` * Desires Instance * Minimum instance * Maximum instance ```{thumbnail} ../../../../_static/img/vm/how-to/auto-scaling-group/tao-auto-scaling-group-6.png :width: 80% :alt: Image :align: center ``` * Auto Scale By Scaling Policy * Add when CPU utilization more than (%) * Remove when CPU utilization less than (%) * Scaling up (instance) * Scaling down (instance) * Cool Down (s) ```{thumbnail} ../../../../_static/img/vm/how-to/auto-scaling-group/tao-auto-scaling-group-7.png :width: 80% :alt: Image :align: center ``` * Auto Scale By Scheduler Automatically * Scale Up/Down * Scale Up/Down (instance) * Time Zone * From Date: Hour, Minute * To Date: Hour, Minute ```{thumbnail} ../../../../_static/img/vm/how-to/auto-scaling-group/tao-auto-scaling-group-8.png :width: 80% :alt: Image :align: center ``` **Sau khi điền đầy đủ thông tin, người dùng ấn CREATE POLICY để tiến hành khởi tạo.** ```{div} sd-fs-5 sd-text-primary Result ``` Sau khi tạo xong, Auto Scaling Group sẽ được hiển thị ở màn hình danh sách. ```{thumbnail} ../../../../_static/img/vm/how-to/auto-scaling-group/tao-auto-scaling-group-9.png :width: 80% :alt: Image :align: center ``` Khi thỏa mãn điều kiện đã cài đặt, hệ thống tự động scale up và scale down số lượng VM. ```{thumbnail} ../../../../_static/img/vm/how-to/auto-scaling-group/tao-auto-scaling-group-10.png :width: 80% :alt: Image :align: center ```