lightsail创建的实例一直处于待处理状态

0

lightsail创建的实例一直处于待处理状态,无法操作,也无法删除,如何处理

kimzhu
asked 3 months ago337 views
1 Answer
1

一般来说,Lightsail 系统会有操作的超时的配置。 你可以先尝试用 AWS Command Line 操作 Force Stop (强制停止)再重试。

aws lightsail stop-instance --instance-name Wordpress-1 --force --region (区域例如us-east-1)

如果您没有使用过 AWSCLI,您可以考虑使用 AWS CloudShell 环境操作这个命令,不会有外的费用。

https://us-west-2.console.aws.amazon.com/cloudshell/home

如果操作之后,等 10分钟还是没有进展,建议您寻求支持团队,告知他们资源故障无法进行任何操作。

如果这个回覆对你有帮助,你可以选择我的回覆为答案,将会对我很有帮助。

profile picture
answered 3 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