Here my problem:
I have a Target group containing two EC2 instances. One Instance is healthy, the other is not. ( my health check configurations are especially designed to make one healthy and the other not).
An application Load Balancer will be configured to forward requests to the above mentioned TG.
As known, an ALB only forwards requests to healthy instances within a TG, but we want to see the Http_status code returned from unhealthy instances, so I am asking if there is a method to do that. ( wether by making the ALB forward the request to the unhealthy instance or by another mean ) Thank you