AWS - Elastic Load Balancing
An ALB has two target groups:
tgA and tgB. A listener rule forwards requests with host header app.example.com to tgA and all other hosts to tgB. What happens when a request arrives with host header api.example.com?