We have a web application running on a single small instance. Most of the time this is fine. However, occassionally our application does intensive queries and utilizes more CPU than the small instance can handle.
What I am wondering is; is there a way to have a SPOT instance (C1 High CPU Medium) launch and run while the spot price is low? Ie, have it run always as the 'main server' unless the spot price goes up; and then just revert (seamlessly) back to our reserved small instance - for the rare times the spot price increases?
Basically - a way to get a high cpu instance on the cheap...and our small instance will suffice 'Most of the time' anyway, so a failsafe to it is okay.