Comment on page
Autoscaling Groups (ASGs)
Create Autoscaling groups to scale EC2 instances to your workload
Configure Autoscaling Groups (ASG) to ensure the application load is scaled based on the number of EC2 instances configured. Autoscaling detects unhealthy instances and launches new EC2 instances. ASG is also cost-effective as EC2 Instances are dynamically created as per the application requirement within minimum and maximum count limits.
The Use for Cluster Autoscaling option will not be available until you enable the Cluster Autoscaler option in your Infrastructure.
- 1.In the DuploCloud Portal, navigate to DevOps -> Hosts.
- 2.In the ASG tab, click Add. The Add ASG page is displayed.
- 3.Select Use for Cluster Autoscaling.
- 4.In the Friendly Name field, enter the name of the ASG.
- 5.In the Instance Count field, enter the desired capacity for the Autoscaling group.
- 6.In the Minimum Instances field, enter the minimum number of instances. The Autoscaling group ensures that the total number of instances is always greater than or equal to the minimum number of instances.
- 7.In the Maximum Instances field, enter the maximum number of instances. The Autoscaling group ensures that the total number of instances is always less than or equal to the maximum number of instances.
- 8.From the Platform list box, select Linux Docker/Native to run a Docker service or select EKS Linux to run services using EKS.Add ASG page with Use for Cluster Autoscaling option selected
- 9.Click Add. Your ASG is added and displayed in the ASG tab.
View the Hosts created as part of ASG creation from ASG View Details Page.

Hosts tab on the ASG page
Refer to AWS Documentation for detailed steps on creating Scaling policies for the Autoscaling Group created
The DuploCloud Portal provides the ability to configure Services based on the platforms EKS Linux and Linux Docker/Native. Select the ASG based on the platform used when creating services and Autoscaling groups.

ASG name with EKS Linux

ASG name using Linux Docker/Native
Last modified 2mo ago