diff --git a/cloudformation/deploy/template.yaml b/cloudformation/deploy/template.yaml index c019a8068..9ea39271d 100644 --- a/cloudformation/deploy/template.yaml +++ b/cloudformation/deploy/template.yaml @@ -219,7 +219,7 @@ Resources: Type: AWS::ECS::Service DependsOn: ApplicationLoadBalancerListenerHTTPS Properties: - # ServiceName: !Sub "${AWS::StackName}-FrontendECSService" + ServiceName: !Sub "${AWS::StackName}-FrontendECSService" Cluster: !Ref FrontendECSCluster LaunchType: FARGATE DesiredCount: 2