In Load Balancer listeners, can it make sense to push all the listener rules into one rule? In our settings currently, all are looking at the host header for a non-HTTPS connection and redirecting to the provided host with an HTTPS connection. Is there is a limit to the number of host rules or does separating them perform better? Can you please give suggestions?
example:
1.arn...3e0bb IF THEN
host is abc.com OR xyz.com Redirect to https://#{host}:443/#{path}?#{query}
status code HTTP_301