You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
I want to run multiple services on ALB using path based routing and I want to assign multiple TargetGroupArn to the listener (as highlighted below), please suggest the right way or provide any CF script to launch multiple services on single ALB.
Hi,
I want to run multiple services on ALB using path based routing and I want to assign multiple TargetGroupArn to the listener (as highlighted below), please suggest the right way or provide any CF script to launch multiple services on single ALB.
Thanks
ALBListener:
Type: AWS::ElasticLoadBalancingV2::Listener
DependsOn: ECSServiceRole
Properties:
DefaultActions:
- Type: forward
TargetGroupArn: !Ref 'ECSTG', !Ref 'ECSTest2TG']
LoadBalancerArn: !Ref 'ECSALB'
Port: '80'
Protocol: HTTP
The text was updated successfully, but these errors were encountered: