/* My Configuration */
- EC2 Console limit : All Standard (A, C, D, H, I, M, R, T, Z) Spot Instance Requests 128vCPU
- Region : ap-northeast-2
- Current Instance count : 0
Currently, I've no instances running on AWS (all spot instance terminated). And I using ASG(Auto Scaling Group) with Instance Launch Template (No spot option). When I try to launch a new instance with Instance Launch Template, it's OK. (instance type : c5.large)
But when I try to launch a new spot instance with Instance Launch Template (Check spot option), it tells me that "Max spot instance count exceeded".
ASG Activity)
Status : Failed Description : Launching a new EC2 instance. Status Reason: Max spot instance count exceeded. Launching EC2 instance failed.
Help me please...