I am a beginner and trying to send http request
s through elastic load balancer. Could anybody explain briefly about the steps that I need?
- set up Elastic Load Balancer A
- get DNS of the Elastic Load Balancer A
- register
EC2
instances to the Elastic Load Balancer A - send traffic to the
DNS
of Elastic Load Balancer A
But I have no idea what kind of configuration or set up I need to put in the EC2
instances that are to be attached to this Elastic Load Balancer A. Do I need to set up Listener
? If so, how do I set this?
I just want to send http request
under the ip of EC2
s and Elastic Load Balancer A so that I get different IPs assigned to each requests.
Thanks a lot!