The hypothetical scenario is you have 3 containerized (docker) web applications using different ports -- 1234, 5678, 7890.
Is it possible to have an Application Load Balancer that forwards HTTP/HTTPS traffic from app1.example.com, app2.example.com, and app3.example.com to a specific port on an EC2 Target Group?
Example: All traffic coming from app1.example.com should go to the port 1234 of the EC2 Target Group.
Also, what would be the SSL Certificate Setup for this since the ELB will be having multiple subdomains?