Search code examples
amazon-web-servicesasp.net-coreamazon-ec2amazon-route53

AWS ELB Took too long to respond when routing to Elastic Beanstalk


I have an Application Load Balancer configured to forward all traffic on port 443 to port 80 in an Elastic Beanstalk application running Angular 8 (server rendered) and .NET Core (VS Template). There is also a redirect setup from 80 on load balancer to 443 on load balancer for SSL redirection.

Additionally I have DNS domain xyz.com registered and pointing to the load balancer.

When I try to navigate to the xyz.com page I however get: I am getting "site took too long to respond."

After around 2 minutes loading.

I checked the security groups but I don't see anything concrete.


Solution

  • This has been long solved.

    Apparently I've been looking at the Security Groups in the wrong Region. Switched to the right ones and it indeed had incorrect entry which was changed.