With AWS Copilot, is it possible to configure AWS ALB rules to have multiple rules with different paths to forward to same target group i.e. have multiple paths configured for a Copilot service?
Something like following?
http:
- path: "path1"
- path: "path2"
Is additional rules the way to go? The doc is not clear for me! Please guide.
And also is there a way to configure the default ALB rule with Copilot?