add lb based scaling health check

This commit is contained in:
keyan 2023-08-02 21:33:53 -05:00
parent 8f52d63569
commit c088a379d7
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Resources:
AWSEBAutoScalingGroup:
Type: "AWS::AutoScaling::AutoScalingGroup"
Properties:
HealthCheckType: ELB
HealthCheckGracePeriod: 300