I currently have a micro instance backed by an EBS volume. I have nginx and MySQL installed on it. Everything is on the EBS volume.
I want to upgrade to a small instance. Both instances are configured to use Ubuntu (12.04.3 LTS and 12.04.1 LTS, 64-bit)
The following are the steps I am going to perform:
- Stop the micro instance.
- Detach the EBS volume and attach to the small instance as root.
- Boot up the small instance.
Question: Will everything continue to work fine as before?
Question: The micro is currently in us-east-1c and the small is in us-east-1b. If this matters, what can I do to overcome it?
Answer ** I figured. This is what I did:
- Stop the micro inst.
- Create an AMI out of it.
- Start a new small inst using the AMI.
- Delete the AMI.