This message was deleted.
# aws
s
This message was deleted.
f
In my case, i see the ALB created and i have rules created that would forward
/something
to a different target group, which is also created successfully. And of course the default rule which forwards to a different target group. However, the ECS task only has one of those target groups registered.
This means that the ALB handles the rules properly, but doesnt actually forward the request anywhere
My usecase here is that i have a container that is exposing more than one port and I want to basically have
/foo
forward to port
5000
and
/bar
forward to port
6000
in the same container
ah - problem solves and it looks like the timing was perfect here. https://github.com/pulumi/pulumi-awsx/pull/698