Https on an elastic beanstalk without load balancing

I would like to reduce my AWS score and disable load balancing on some of my elastic bean stem applications. I was able to configure https through AWS Certificate Manager with free Amazon certificates.

When I remove load balancing, I have no way to install an SSL certificate. Any ways to add it to another location, like from EC2 associated with EBS?

Thank you for your help,

+4
source share
1 answer

You cannot use ACM certificates without load balancing or CloudFront distribution. If you do not have any of them, you will need to obtain an SSL certificate using other means and install it on your web server running on an EC2 instance.

+5
source

Source: https://habr.com/ru/post/1676063/


All Articles