Insufficient capacity to restart my tiny EC2 instance

0

I received an email from AWS saying:

One or more of your Amazon EC2 instances associated with your AWS account are scheduled for maintenance that requires your instances to be retired on 2024-02-23. The following instances in the sa-east-1 region will be stopped after 2024-02-23 02:00:00 UTC.

At any time before 2024-02-23 02:00:00 UTC, you can reschedule this maintenance or stop and start the instance through the AWS API, AWS CLI, or AWS Management Console.

We recommend that you stop and start the instance at any time before the retirement date. This will migrate the instance to a new host and the instance will not be stopped.

So, I did stop the instance, and then when starting the instance, I got this error message:

Failed to start the instance. Insufficient capacity.

At AWS documentation I found:

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 fulfill your request.

I need to restart my stopped instance. I have already waited and tried a few times. I am always getting the same error.

I feel I have been tricked/fooled by AWS communication. My web server instance is stopped - per their demand - and I can't restart it! What do I do?

Note: I have already read https://repost.aws/knowledge-center/ec2-insufficient-capacity-errors entirely. I do not have the availability to follow the "Move the instance" instructions.

J Bruni
asked 2 months ago92 views
1 Answer
1

In fact, this can happen and I've had an experience like this, especially if you use an obsolete Instance Family. You can try changing the Instance Type to another family or a more modern version (example: m4.xlarge to m5.xlarge or m6i.xlarge).

Change the instance type

profile picture
answered 2 months ago
profile picture
EXPERT
Kallu
reviewed 2 months ago

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