Stack
- Elastic Beanstalk
- AWS Route 53 for DNS.
- AWS Certificate Manager for SSL Cert.
What I have done
I have added the CNAME for the certificate (Through the wizard provided by AWS for Route 53).
I have added an inbound rule on the load balancer where the source is anywhere and the port is https(443).
I have added both the www and non-www domains when generating the certificate.
What works
Going to http://example.com works.
What doesn't work
Going to https://exmaple.com throws ERR_CONNECTION_REFUSED.
This leads me to believe my Load Balancer Security Group entry is incorrect.
Questions
- How do I correctly assign my ACM Certificate to my Elastic Beanstalk load balance Security Group?
- Is there something that I am missing?
- How long does it take for a change to the security group to resolve?