Amazon's ELB does an HTTP GET
request to check the health of a server. Is it possible to configure this to use POST
instead? If so, how would that be done?
No, it's not possible. You could set up a GET route that makes a POST request to yourself and returns the response, but you can't make ELB do a POST