EC2 instance stuck in Pending

0

My EC2 instance (ID: i-040166ba182c261a3) is stuck in the pending state, and previously was stuck in the starting and stopping states.

asked 2 years ago3120 views
1 Answer
0

Hello, Thank you for reaching out. Currently, I can confirm that the Instance is running healthy and passing status check.

If the issue still persists, try Force-Stopping the Instance via the console or AWS CLI command below. See Troubleshoot stopping your instance - Force stop the instance

aws ec2 stop-instances --instance-ids i-040166ba182c261a3 --force

Note that you can use AWS CloudShell to run AWS CLI commands via the Console. See Working with AWS CloudShell

Additional information on the use case can be seen from the AWS article Why is my EC2 instance stuck in the stopping state

Should you need further assistance, reach out to AWS Premium Support

answered 2 years 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