Use Amazon EC2 as a backup server
Posted
by
MikeMurko
on Server Fault
See other posts from Server Fault
or by MikeMurko
Published on 2012-10-21T05:10:36Z
Indexed on
2012/10/21
11:04 UTC
Read the original article
Hit count: 176
I would like to use Amazon EC2 as an emergency backup database+web server in the event our primary host becomes unavailable. I feel like I wouldn't have trouble setting up a Windows instance, install SQL Server and get the web server up and running (would take a few hours, plus installing various libraries, our source code, etc).
My question relates to pricing. If I simply "stop" the instance rather than "terminate" it, does that stop counting "instance-hours"? I would prefer not to terminate the instance and lose all that work I spent setting it up. If I must "terminate" in order to stop the billing - is it possible to make an image of the server after I have set it all up, then save that image somewhere (S3?) Is this something that people do regularly?
Ideally this instance would just be waiting in the wings for an issue with our host, but costing us nothing except perhaps data storage costs.
© Server Fault or respective owner