내용으로 건너뛰기

Lightsail instance stuck at "starting..."

0

I have a lightsail instance that is stuck at "starting..." and has been for the last 30+ minutes. There is no force stop option. What can I do to troubleshoot this?

질문됨 2달 전67회 조회

2개 답변
0

When a Lightsail instance gets stuck in a transitional state like "starting," it can indicate an issue with the underlying hardware hosting your instance. While the force stop option is specifically available for instances stuck in the "Stopping" state, you have a couple of options to address an instance stuck at "starting."

You can try using the AWS Command Line Interface (CLI) to stop the instance with the force parameter. First, install the AWS CLI if you haven't already, then use the stop-instance command with the --force flag:

aws lightsail stop-instance --instance-name [your-instance-name] --force

This command doesn't give the instance an opportunity to flush file system caches or metadata before stopping, so after forcing the stop, it's recommended to perform file system checks and repair procedures when you restart the instance.

If the CLI force stop doesn't resolve the issue, you may need to contact AWS Support for further assistance, as there could be an underlying hardware problem that requires intervention at the infrastructure level.
Sources
Force stop stuck Lightsail instances - Amazon Lightsail

답변함 2달 전

전문가

검토됨 2달 전

0

Hello.

The "force" option in the AI's automated response is only available when the status is "stopping".
It's worth trying, but it may not resolve your case.
The stuck at "starting..." state is probably temporary, so it should start up after a while.
https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_StopInstance.html

Only use the force parameter if your instance is stuck in the stopping state. In any other state, your instance should stop normally without adding this parameter to your API request.

If it still doesn't start after waiting for several hours, I think you should contact AWS support, as suggested in the AI's response.
Inquiries regarding "Account and billing" are free of charge.
https://console.aws.amazon.com/support

전문가

답변함 2달 전

전문가

검토됨 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠