I intend to reboot a running AWS instance which has been marked as unhealthy behind an ELB.

I have a setup where 2 instances are behind a Load Balancer and one of them contains lot of (>200 Gb) data in ephemeral store. The data is not important so I don't want to put it in S3 or EBS and pay for it but I don't want to lose it either.

Is there a way to tell load balancer to detect unhealthy instances and hard reboot them instead of terminating?

link|improve this question
If you don't want to lose your data, then it is important. – Eric Hammond Dec 28 '11 at 9:24
It is kind of data for which I don't need 99.99...% availability and yet I don't want to delete often. Ephemeral storage fits this kind of need. – mridkash Dec 28 '11 at 9:48
Ephemeral storage may disappear at any moment outside of your control, such as when an instance fails. If you don't want to lose your data, put it somewhere persistent and not ephemeral. If you put important data on ephemeral storage, it should be easy to recreate from other sources. – Eric Hammond Dec 28 '11 at 11:09
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.