Hello,
I’m having an issue with the fleet instance limit. I can’t have more than 1 instance of any type.
For example, I can have 1 c5.large, and 1 c5a.large, but not 2 or more c5.large…
But when I’m looking at the describe-ec2-instance-limits, I see that I have a limit of 20:
{
"EC2InstanceType": "c5.large",
"CurrentInstances": 0,
"InstanceLimit": 20
},
How can I resolve this problem?
Thank you