如何在我的应用程序负载均衡器目标组中更正 "Instance has failed unhealthy threshold number of health checks "?

How to correct "Instance has failed unhealthy threshold number of health checks " in my target group of application Load balancer?

我使用第一个实例使用 "Create more like this" 创建了第二个实例,但即使在第一个实例通过健康检查后,第二个实例仍未通过健康检查。我应该怎么做才能更正此错误,以便我可以使用负载均衡器在我的目标组中添加多个实例?enter image description here

如果您单击 Create more like this,您将创建基本 AWS 设置的副本。

在基本 AMI 之上完成的任何配置(例如程序包安装或代码部署)都不会出现在您的新实例上。确保在添加到负载均衡器之前完成这些。

如果您想真正克隆第一个实例,请查看 creating an AMI,然后从那里启动。