Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Https on Elastic Beanstalk Without Load Balancer

I would like to decrease my AWS bill and deactivate load balancing on some of my elastic beanstalk applications. I managed to setup https through AWS Certificate Manager with the free Amazon issued certificates.

When I remove the load balancing, I don't have the option to setup the SSL certificate. Any ways to add it somewhere else, like from the EC2 instant linked to EBS?

Thanks for your help,

like image 881
Quentin Del Avatar asked May 01 '17 14:05

Quentin Del


People also ask

Does Elastic Beanstalk use load balancer?

Elastic Beanstalk fully manages this load balancer, taking care of security settings and of terminating the load balancer when you terminate your environment.


1 Answers

You can't use ACM certificates without either a load balancer or a CloudFront distribution. If you don't have either of those, you will need to obtain an SSL certificate through some other means, and install it on your web server software running on the EC2 instance.

like image 102
Mark B Avatar answered Oct 05 '22 23:10

Mark B