top | item 29648345

(no title)

dolibasija | 4 years ago

One of our EC2 instances in us-east-1c is unavailable and stuck in "stopping" state after a force stop. Interestingly enough, EC2 instances in us-east-1b don't seem to be affected.

The console is throwing errors from time to time. As usual no information on AWS status page.

discuss

order

JshWright|4 years ago

Instances stuck in the "stopping" state is pretty common, in my experience.

crescentfresh|4 years ago

The affected zone is use1-az4. Whatever that maps to (1a, 1b, 1c) is different per customer.

benedikt|4 years ago

you can find out which zone is mapped to use1-az4 for your account with awscli:

    aws ec2 describe-availability-zones | jq -r '.AvailabilityZones[] | select(.ZoneId == "use1-az4") | .ZoneName'

chrishynes|4 years ago

I had the same issue with unavailable, but on an instance in us-east-1b. Finally just got the force stop to go through a minute ago and it's now running and available again.

mike-cardwell|4 years ago

Your us-east-1b may be the parents us-east-1c.

The letters are randomised per AWS account so that instances are spread evenly and biases to certain letters don't lead to biases to certain zones.

throwaway984393|4 years ago

I'm not sure if we should say "AWS is down" if only us-east-1 is down. That region is more unstable than Marjorie Taylor Greene on a one-legged stool.

300bps|4 years ago

The 1c part is meaningless. Those letters are randomized per customer to prevent letter biases from leading to more people in 1a for instance.

crescentfresh|4 years ago

Was stuck on stopping in us-east-1b. Cannot start now.