5
votes

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,

1
Is this still not possible? - Moffen

1 Answers

12
votes

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.