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
已提问 3 个月前99 查看次数
1 回答
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
已回答 3 个月前
profile picture
专家
Kallu
已审核 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容