I have created an ALB and a target group.
The ALB has a listener on 80
. This forwards it to my target group which in turn sends it to a registered instance on port 9000
.
I am trying to add a path based rule as follows:
However, when I am hitting <alb-dns-name>
, I do get redirected to my registered instance.
When I try <alb-dns-name>/portainer
I get 404
.
Am I missing sth?