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. server status


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -