Currently I have an Amazon ALB set to forward traffic depending on the path:
I've set the rules so that www.example.com points to FrontendTargetGroup and api.example.com to point to BackendTargetGroup.
However, for other reasons I now need to use a network load balancer.
How can I achieve the same path based routing approach with this?