Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何测试 AWS 弹性负载均衡器是否正常工作?有什么测试或东西可以用来验证吗?
问候
要检查 Web 负载均衡器,您只需在两台服务器上创建两个具有相同文件名的不同网页。
服务器 1:index.html
<html><body>This is server 1</body></html>
服务器 2:index.html
<html><body>This is server 2</body></html>
然后,您使用负载均衡器提供的公共 IP 地址浏览网页。当您看到“这是服务器 1”时,您正在连接到服务器 1,反之亦然。
在负载均衡器配置页面下,您可以看到有多少实例正在运行。