Auto Scaling Groups

An Amazon EC2 Auto Scaling group (ASG)

An Auto Scaling group starts by launching enough instances to meet its desired capacity. It maintains this number of instances by performing periodic integrity checks on the instances in the group.

The Auto Scaling group continues to maintain a fixed number of instances even if an instance becomes unhealthy. If an instance becomes unhealthy, the group terminates the unhealthy instance and launches another instance to replace it.

When a Spot Instance is terminated, the autoscaling group try to launch a replacement instance to maintain the desired capacity for the group.

How to get to Auto Scaling Groups:

  1. In the SPOT side feature menu, select Auto Scaling Groups

The system will display the main screen of "Spot - Auto Scaling Groups"

  1. Filters

The system allows to filter by:

  • Resource or Cloud Account: Filter by a specific resource or account.

  • Regions: Inform the desired region. By default, the system will return all regions.

  • Status: Filter by desired status, which can be: Active, Inactive or all

  1. Actions:

  • The system allows to activate and deactivate the status by clicking on the button ""

  • And adjust the setting by clicking the "" button

Last updated