<div dir="ltr">How do you find the performance and reliability from EBS? I avoided it whilst building out our EC2 deployment because I'd heard a lot about how it can become a bottleneck, and can be vulnerable to failures.<div>
<br></div><div>However, the ability to snapshot volumes would seem to outweigh those drawbacks if they're not a problem in practice. Who knows, maybe I should just spin up another instance running on EBS and see how it performs.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 17 July 2013 15:05, Frederick Cheung <span dir="ltr"><<a href="mailto:frederick.cheung@gmail.com" target="_blank">frederick.cheung@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
On 17 Jul 2013, at 14:55, David Nolan <<a href="mailto:dave@textgoeshere.org.uk">dave@textgoeshere.org.uk</a>> wrote:<br>
><br>
> I'd love my servers to be truly ephemeral. Sadly our Chef recipes are still littered with only_if/not_if conditions to ensure idempotence. The main reasons being<br>
><br>
> - Data gets harder to shift about the more of it you have<br>
> - If you do several deploys a day to a cloud you pay for in blocks of 1 full hour, it gets expensive to be merciless<br>
> - It's slow to boot a fresh node/server relative to converging an existing one<br>
<br>
</div>I do a halfway house for app servers for the last 2 reasons, so a deploy of the app is just a 'normal' deploy. However the app is deployed to a separate volume than the boot volume which we then snapshot. On EC2 this means we can then bring up new instances quickly and simply: bake a new instance from an AMI and create a new app volume from the latest snapshot (and this works with autoscaling groups and all that sort of stuff). We use this so that autoscaling can replace dead instances/respond to traffic increases recently and we also do a lot of our overnight processing on temporary instances.<br>

<br>
Fred<br>
<br>
_______________________________________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org">Chat@lists.lrug.org</a><br>
<a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a><br>
</blockquote></div><br></div>