We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b291a43 commit c7e0526Copy full SHA for c7e0526
1 file changed
infra/cloudformation-template.yaml
@@ -404,10 +404,13 @@ Resources:
404
VpcId: !Ref VPC
405
TargetType: instance
406
HealthCheckPath: /api/service-info
407
- HealthCheckIntervalSeconds: 30
408
- HealthCheckTimeoutSeconds: 5
+ HealthCheckIntervalSeconds: 60
+ HealthCheckTimeoutSeconds: 30
409
HealthyThresholdCount: 2
410
- UnhealthyThresholdCount: 3
+ UnhealthyThresholdCount: 10
411
+ HealthCheckProtocol: HTTP
412
+ Matcher:
413
+ HttpCode: 200-499
414
415
ALBListener:
416
Type: AWS::ElasticLoadBalancingV2::Listener
0 commit comments