I can't start instance after Instance scheduled for retirement (Insufficient capacity)

0

We have received email from AWS asking to stop/start a specific instance, once we stopped the instance we could not start it again with error "Insufficient capacity". We tried to use Capacity Reservation and it ends with same error "Insufficient capacity", our instances are located in "ap-southeast-1a". In addition we create an AMI image and we used this image to launch a new instance in different zone but we still had an error. this server is very critical and we need to start it as soon as possible. Please help us to resolve this issue. instance type: m2.xlarge root device type: EBS

2 Answers
1
Accepted Answer

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:

AWS
Max
answered 9 months ago
1

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.

profile pictureAWS
EXPERT
David
answered 9 months ago
  • 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.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions