AWS application load balancer listener rule paths
问题 Configuring an application load balancer. I have 3 separate target groups and about 30 different paths I'd like to filter on. When filling out path pattern what are the possible values? Given it's called "pattern" gives the impression it can accept regex but validation is preventing this. Is it possible to match multiple paths to a target group or will I have to create a separate rule for each path? I realise using an additional level in my paths (ie /group1/path, /group2/path) would simplify