我已经创建了负载均衡器并将 ec2-instance 添加到负载均衡器,但它会将我的实例标记为停止服务。我的负载均衡器和 ec2-instance 分配了相同的安全组。
安全组:(入站流量和出站类型:HTTP,协议:TCP,端口范围:80,源:0.0.0.0/0)
Load balancer Health Check details:
Ping Protocol : TCP
Ping Port:80
Response timeout:5
Interval:10
Unhealthy Threshold:5
Healthy Threshold:3
此外,尝试从 aws ELB 中删除实例并再次添加到我的 elb 中,但这不起作用。谁能给我任何建议或帮助来解决这个问题。