EC2 instance mac2.metal stuck in "shutting-down" state

0

From the GUI and cli I get the same response.

CLI output: aws ec2 stop-instances --instance-ids i-0ba5424afee138ef5 --force

An error occurred (IncorrectInstanceState) when calling the StopInstances operation: This instance 'i-0ba5424afee138ef5' is not in a state from which it can be stopped.

Thanks!

asked 2 years ago704 views
1 Answer
0
Accepted Answer

Hi THere

When you stop a Mac instance, the instance remains in the stopping state for about 15 minutes before it enters the stopped state.

When you stop or terminate a Mac instance, Amazon EC2 performs a scrubbing workflow on the underlying Dedicated Host to erase the internal SSD, to clear the persistent NVRAM variables, and to update to the latest device firmware. This ensures that Mac instances provide the same security and data privacy as other EC2 Nitro instances. It also enables you to run the latest macOS AMIs. During the scrubbing workflow, the Dedicated Host temporarily enters the pending state. On x86 Mac instances, the scrubbing workflow may take up to 50 minutes to complete. On M1 Mac instances, the scrubbing workflow may take up to 110 minutes to complete. Additionally, on x86 Mac instances, if the device firmware needs to be updated, the scrubbing workflow may take up to 3 hours to complete.

In any of those cases, you are not billed while the instance is in the pending and stopping state.

See https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-mac-instances.html#mac-instance-stop

profile pictureAWS
EXPERT
Matt-B
answered 2 years ago
  • Thank you! New to the mac instances on AWS. This makes sense.

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