diff --git a/provider/indexer-aws/CloudFormation/Automated/ecs.yml b/provider/indexer-aws/CloudFormation/Automated/ecs.yml
index be2f8d87e2b88406709fa96b6acedc43881f9fc4..1930c64f1cce682a0ac4db9692d70a7497572f09 100644
--- a/provider/indexer-aws/CloudFormation/Automated/ecs.yml
+++ b/provider/indexer-aws/CloudFormation/Automated/ecs.yml
@@ -510,10 +510,6 @@ Resources:
     Properties:
       Cluster: !Ref 'ApplicationECSCluster'
       DesiredCount: 1
-      LoadBalancers:
-        - ContainerName: !Ref 'QueueApplicationName'
-          ContainerPort: '80'
-          TargetGroupArn: !Ref 'ECSTargetGroup'
       Role: !Ref 'ECSServiceRole'
       TaskDefinition: !Ref 'QueueTaskDefinition'