Not able to login to new AMI on EC2 - moveing from micro to small instance

Posted by zengr on Server Fault See other posts from Server Fault or by zengr
Published on 2011-01-12T06:25:25Z Indexed on 2011/01/12 6:55 UTC
Read the original article Hit count: 260

Filed under:
|

I had a t1.micro instance (old_server) on Linux on EC2 and now I need to upgrade my server to m1.small Linux (new_server). So, here is what I did:

  1. Shutdown old_server and create an AMI.
  2. Launch the new AMI with m1.small configuration. (I kept the key and security group same as old_server)
  3. I tried to login by: ssh -i my_key.pem [email protected]

But, it gives a connection timeout error. My login to old_server works fine.

So, my question is:

  1. What is the correct way to scale up (vertically) an EC2 instance?
  2. Where am I going wrong in the above mentioned step?
  3. When I create an AMI in step 1, is the EBS (data) also copied.

© Server Fault or respective owner

Related posts about amazon-ec2

Related posts about scaling