Single instance Amazon EC2 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T01:08:13Z http://stackoverflow.com/feeds/question/250470 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/250470/single-instance-amazon-ec2 1 Single instance Amazon EC2 Graham 2008-10-30T14:59:35Z 2009-01-15T12:42:46Z <p>We're running a lightweight web app on a single EC2 server instance, which is fine for our needs, but we're wondering about monitoring and restarting it if it goes down.</p> <p>We have a separate non-Amazon server we'd like to use to monitor the EC2 and start a fresh instance if necessary and shut down the old one. All our user data is on Elastic Storage, so we're not too worried about losing anything.</p> <p>I was wondering if anyone has any experience of using EC2 in this way, and in particular of automating the process of starting the new instance? We have no problem creating something from scratch, but it seems like it should be a solved problem, so I was wondering if anyone has any tips, links, scripts, tutorials, etc to share.</p> <p>Thanks.</p> http://stackoverflow.com/questions/250470/single-instance-amazon-ec2/250562#250562 2 Answer by carson for Single instance Amazon EC2 carson 2008-10-30T15:19:44Z 2008-10-30T15:19:44Z <p>You should have a look at <a href="http://reductivelabs.com/trac/puppet/wiki/PuppetIntroduction" rel="nofollow">puppet</a> and its support for <a href="http://reductivelabs.com/trac/puppet/wiki/Recipes/AmazonWebService" rel="nofollow">AWS</a>. I would also look at the <a href="http://rightaws.rubyforge.org/" rel="nofollow">RightScale AWS library</a> as well as this post about <a href="http://blog.rightscale.com/2007/08/07/configuring-servers-with-rightscripts/" rel="nofollow">starting a server with the RightScale scripts</a>. You may also find this article on <a href="http://www.mikebrittain.com/blog/2008/07/19/web-hosting-on-ec2/" rel="nofollow">web serving with EC2</a> useful. I have done something similar to this but without the external monitoring, the node monitored itself and shut down when it was no longer needed then a new one would start up later when there was more work to do.</p> http://stackoverflow.com/questions/250470/single-instance-amazon-ec2/279300#279300 0 Answer by Rich R for Single instance Amazon EC2 Rich R 2008-11-10T21:48:39Z 2008-11-10T21:48:39Z <p>take a look at www.scoutapp.com, it's worth it for simple monitoring and alert.</p> http://stackoverflow.com/questions/250470/single-instance-amazon-ec2/446590#446590 0 Answer by blixtor for Single instance Amazon EC2 blixtor 2009-01-15T12:42:46Z 2009-01-15T12:42:46Z <p>As a side point:</p> <blockquote> <p>All our user data is on Elastic Storage, so we're not too worried about losing anything.</p> </blockquote> <p>I'd strongly suggest to regularly snapshot your EBS (Elastic Block Storage) to S3 if you are not doing that already.</p>