Why does Elastic Load Balancing report 'Out of Service'?

前端 未结 13 903
慢半拍i
慢半拍i 2021-02-03 17:57

I am trying to set up Elastic Load Balancing (ELB) in AWS to split the requests between multiple instances. I have created several images of my webserver based on the same AMI,

13条回答
  •  甜味超标
    2021-02-03 18:51

    I to faced same issue , i changed Ping Protocol from https to ssl .. it worked !

    Go to Health Check  --> click on Edit Health Check -- > change Ping protocol from HTTPS to SSL
    
    Ping Target SSL:443
    Timeout 5 seconds
    Interval    30 seconds
    Unhealthy Threshold 5
    Healthy Threshold   10
    

提交回复
热议问题