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.
Four quick things come to mind:
Check CloudWatch metrics for either the ELB or the instances behind the ELB. This obviously only works once it's been fully set up.