Hi, I would like to create an architecture with a ...
# getting-started
f
Hi, I would like to create an architecture with a container and an Application Load Balancer using path-based routing in AWS (as detailed in https://aws.amazon.com/blogs/containers/using-aws-application-load-balancer-path-based-routing-to-combine-amazon-ecs-launch-types/). Is this possible with pulumi, using the awsx.ecs.FargateService component? I tried to do so, but couldn't figure out how to add target groups to the Container service. Any help is appreciated.