I'd love to know if this is actually posible but I'm sure I've seen it demonstrated by one of our old AWS TAMs.
I am serving PHP-FPM containers (port 9000) out of ECS hosting a PHP application. I am looking at replacing the nginx box(es) with just an ALB.
Esentially, requests over port 80 into the ALB should execute the application's entrypoint at port 9000 with the original request data.
I have tried messing around with the target groups but am unable to work out how to perform the same ProxyPass functionality that nginx provides.
Is this possible? And, if so, how?