[Answered ]-AWS ElasticBeanstalk LoadBalancer Config Not Linking my aplication to my domain

1👍

Based on the comments and your updates. I see two issues.

  1. SSL certificate is setup for jamelaumn.com. This will not work. It must be setup for *.jamelaumn.com or api.jamelaumn.com. So you have to make new SSL certificate and add it to your ALB.

  2. You have to redirect port 80 (http) to 443 (https) on your load balancer. The process is described in How can I redirect HTTP requests to HTTPS using an Application Load Balancer?

👤Marcin

Leave a comment