- Le plus récent
- Le plus de votes
- La plupart des commentaires
Insufficient capacity
is a common error that is described in AWS Documentation and Knowledge Centre.
If you get this error when you try to launch an instance or restart a stopped instance, AWS does not currently have enough available On-Demand capacity to fulfil your request.
If you need to start the instance as soon as possible, you can try to:
- Temporarily change the instance type to another one that has enough available capacity at the moment.
- If you receive this error when trying to launch the instance in a cluster placement group that already has running instances, stop and start all of the instances in the placement group, and try the launch again. Starting the instances may migrate them to hardware that has capacity for all of the requested instances.
Hello,
If you were contacted to restart an instance it may be due to the underlying hardware experiencing instability and it should be changed to different hardware.
Insufficient Capacity Error (ICE) would mean that there are none of this instance type available at this time in that area. I recommend changing the instance to a different type or size for the time being. This would likely get you out of production pain for a while and then later try and move back to the other Instance size. M2 is an older generation and it's recommended to move to a newer version such as M5 as well.
I hope this helps.
Contenus pertinents
- demandé il y a un an
- demandé il y a 2 ans
- demandé il y a 6 mois
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 5 ans
thank you, after I change the instance type it works for me
You are welcome Ahmad. If my recommendation solved your issue please feel free to mark it as the accepted answer.