We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8015f43 commit 406b7feCopy full SHA for 406b7fe
1 file changed
templates/ecs-service.yml
@@ -289,6 +289,9 @@ Resources:
289
Port: 80
290
Protocol: HTTP
291
TargetType: !If [ UseEC2, instance, ip ]
292
+ TargetGroupAttributes:
293
+ - Key: load_balancing.algorithm.type
294
+ Value: least_outstanding_requests
295
HealthCheckIntervalSeconds: 5
296
HealthCheckPath: !Sub '${PathPrefix}/health'
297
HealthCheckProtocol: HTTP
0 commit comments