I’m trying to setup an Elastic Load balancer (listening to HTTPs on port 443) with EC2 instances running behind it (attached to an Auto-Scaling group). I want to send HTTPs traffic to the ELB. However, I want the request to be translated as HTTP which would then be routed to the EC2s within the AutoScaling Group on port 80.
How is the translation of HTTPs to HTTP be done. Is any additional configuration required to achieve this. (I read about SSL termination and wonder if it’s taken care of already) Please, let me know what I’m missing.