I have an autoscaling group in AWS EC2, on which I have an autoscale policy, which keeps the loadbalancer Request Count Per Target at 800 and it has a warm up time of 250 seconds.
Now, every time a new machine is booted up, regardless of the warm up time, that machine is receiving requests. Since the application inside the machine is not up and running, those requests are failing.
Is there anything else I have to do to avoid this behavior?