I'm using AWS ECS to deploy my docker image and created Task definitions. Mapped it to AWS ALB and its Target Groups is healthy. When i try to access my Load Balancer from browser i'm getting Invalid Host header.
I went to Network Interface, took the private IP of the load balancer and tried from the browser. It worked perfectly fine and i'm able to access my application.
I'm facing the issue only while trying to access using Load Balancer.
Can you give me some clue that where i'm missing.
Thanks, Srikanth.