I have a server on Amazon EC2 and I would like to reboot it whenever it stops responding for HTTP requests. It is a single micro instance.
I was thinking about using AWS Lambda but I could not find any scripts (preferably in Python). I also tried to use Route 53 healthcheck but it is impossible to link it to alarm with reboot EC2 (because EC2 actions are not available on healthchecks alarms).
Thanks