3

I can't ssh into my ec2 instance as I get connection timed out. I checked for my instances on the aws console, and I have no running instances. I have a web app / api running and accessible through the public ip of that ec2 instance, and I can still access it. Is it possible that I lost ownership of the instance somehow?

I'm not a premium user so I can't post in aws forums or contact them about this.

1 Answer 1

3

Apparently my region was changed, and I didn't realize it only showed me instances of my selected region.

enter image description here

And the reason I couldn't ssh in was because my personal ip changed, but was not permitted by the security group inbound rule yet.

1
  • 1
    For most AWS services, all of the regions are operationally independent, for reliability reasons... so you usually only see what's in the specific region currently selected, and there is not really a concept of your account having a primary/default region though it's a reasonable assumption. More about the differences, if you are curious, can be found here and here. Commented Apr 28, 2018 at 12:25

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .