From 7518fe17f9269463dd96d1ec199c4715bde2469f Mon Sep 17 00:00:00 2001 From: Murat Ugur Eminoglu Date: Mon, 4 Dec 2023 12:25:57 +0300 Subject: [PATCH] Fix TargetGroup for the Dashboard --- cloudformation/antmedia-aws-autoscale-with-monitoring-tool.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudformation/antmedia-aws-autoscale-with-monitoring-tool.yaml b/cloudformation/antmedia-aws-autoscale-with-monitoring-tool.yaml index 2a4c3034..8809ffea 100644 --- a/cloudformation/antmedia-aws-autoscale-with-monitoring-tool.yaml +++ b/cloudformation/antmedia-aws-autoscale-with-monitoring-tool.yaml @@ -746,7 +746,7 @@ Resources: - CertificateArn: !Ref LoadBalancerCertificateArn DefaultActions: - Type: forward - TargetGroupArn: !Ref ALBTargetGroupEdge + TargetGroupArn: !Ref ALBTargetGroupOrigin LoadBalancerArn: !Ref ApplicationLoadBalancer Port: '4444' Protocol: HTTPS