Hey all, update
Yeah I agree $240 a year isn't much, this was more of a "is this possible" question.
Here's my final solution
1: SVN for storing code, tags for releases
2: Amazon S3 for storing nightly database backups
3: StackScripts for storing build configs
At that point everything is detached from the node, which is more along the lines of what I wanted (I want to be able to build/destroy with a single click). This gives me the leverage to set up various types of deployments (dev,qa,pre,prod) as well as the ability to automate the creation/destruction of servers. An added side benefit is if I really wanted to turn things off for 6 months (or however long) I would still have everything needed to recreate the instance.
Thanks for all of your input, overall this will give me a cleaner build process, which is better than what I thought I needed in the first place.
