I've created a load balancer from the AWS console. With the generated url, how can I test that it is actually working? Curling or accessing it from a browser is not working. The load balancer url looks like
internal-site-123456.us-east-3.elb.amazonaws.com
Curling or pinging the http/https version of the above doesn't work.
EDIT
Turns out that I forgot to curl it with the port number. I can test it now.