How to safely upgrade an Amazon EC2 instance from t1.micro to large? [closed]

Question

I have an Amazon EC2 micro instance (t1.micro). I want to upgrade this instance to large.

This is our production environment, so what is the safest way to do this?

Is there any step by step guide to do this?

Answer

Using AWS Management Console:

  • Right-Click on the instance
    • Instance Lifecycle > Stop
    • Wait...
    • Instance Management > Change Instance Type

How to rename files and folder in Amazon S3?

How to test credentials for AWS Command Line Tools