0

I have created few autoscaling groups, but for few of them I don't see any instances. How can I check if it is the not enough resources issue ?

mastier
  • 872
  • 1
  • 10
  • 22

1 Answers1

1

First check, what is the minimum number of instances you put for the autoscaling group. Then you can also look at the Target Groups for registered instances for the load balancer, whether there are any issues when running the instances.

Ashan
  • 18,898
  • 4
  • 47
  • 67
  • There is also a **Scaling History** tab in the Auto Scaling group that explains why instances launched/terminated or failed to do so. – John Rotenstein Jul 28 '17 at 00:01