amazon web services - How to test whether AWS elastic load balancer is working? -
how test whether aws elastic load balancer working or not? there test or thing can verify it?
regards
to check web load balancer, can create 2 different web pages same filename on 2 servers.
server 1: index.html
<html><body>this server 1</body></html>
server 2: index.html
<html><body>this server 2</body></html>
then browse webpage public ip address load balancer provided. when see "this server 1", connecting server 1, vice versa.
under load balancer configuration page, can see how many instances running.
Comments
Post a Comment