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

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

    I got the same error, in my case had to copy the particular html file from s3 bucket to "/var/www/html" location. The same html referenced in load balancer path.

    The issue resolved after copying html file.

提交回复
热议问题