From 87a0c122c639de055f1d3a56d6ab348d6d289464 Mon Sep 17 00:00:00 2001 From: Latif Muhammad Date: Tue, 2 Jul 2024 19:42:32 +0100 Subject: [PATCH] Renamed ALB --- deploy/template.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/template.yaml b/deploy/template.yaml index 85730f56b..55421ecd4 100644 --- a/deploy/template.yaml +++ b/deploy/template.yaml @@ -375,7 +375,7 @@ Resources: Value: !Ref OwnerTagValue - Key: Source Value: !Ref SourceTagValue - DependsOn: ApplicationLoadBalancerListener + DependsOn: ApplicationLoadBalancerListenerHTTPS ContainerAutoScalingTarget: Type: AWS::ApplicationAutoScaling::ScalableTarget @@ -1074,7 +1074,7 @@ Resources: !Sub "${VpcStackName}-VpcLinkId" ConnectionType: VPC_LINK IntegrationMethod: ANY - IntegrationUri: !Ref ApplicationLoadBalancerListener + IntegrationUri: !Ref ApplicationLoadBalancerListenerHTTPS PayloadFormatVersion: 1.0 Description: !Sub "API GW to ECS Container integration for ${AWS::StackName}" TlsConfig: @@ -1201,7 +1201,7 @@ Resources: - Key: Owner Value: !Ref OwnerTagValue - ApplicationLoadBalancerListener: + ApplicationLoadBalancerListenerHTTPS: Type: AWS::ElasticLoadBalancingV2::Listener Properties: # checkov:skip=CKV_AWS_2:Certificate generation must be resolved before the listener can use HTTPS. @@ -1301,7 +1301,7 @@ Resources: PathPatternConfig: Values: - "/robots.txt" - ListenerArn: !Ref ApplicationLoadBalancerListener + ListenerArn: !Ref ApplicationLoadBalancerListenerHTTPS Priority: 10 #