Amazon web services – What status code should be returned from load balancer/reverse proxy when hostname does not match any rules?
Let's say we have an AWS application load balancer that has 2 rules based on host headers and a default rule for when the previous 2 rules' conditions aren't met. What is the most appropriate HTTP status code to return…