How to downgrade a AWS EC2?
I think the best way is:
- Snapshot the volumes from the current instance.
- Create the new small type instance
- Use the snapshot(s) to create a replica of your existing volumes.
- Attach the new volume(s) created to small instance.
- Test it and switch ElasticIP to the new instance if everything is working ok.
I don't know how it worked back then in December 2010. But now it's very simple, maybe Amazon simplified it recently.
Steps
- Stop the instance
- Click the Check box next to the instance
- Click Actions button
- Choose "Change Instance Type"
That's It!