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

前端 未结 13 665
慢半拍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:31

    I was working on the AWS Tutorial on hosting a web app and ran into this problem. Step 7b states the following:

    "Set Ping Path to /. This sends queries to your default page, whether it is named index.html or something else."

    They could have put the forward slash in quotations like this "/". Make sure you have that in your health checks and not this "/." .

提交回复
热议问题