In some cases you can face the following error:
│ Error: updating Auto Scaling Group (CLUSTER_NODES_20231104105143509000000009): InvalidParameter: 1 validation error(s) found.
│ - minimum field size of 1, UpdateAutoScalingGroupInput.DesiredCapacityType.
This fix sets the ASG desired_capacity_type
parameter to its default value units
.