Does each server (EC2 Node) behind a load balancer need its own SSL certificate?

I have 2 EC2 nodes behind a load balancer. I need to install an SSL certificate for use with Amazon Web Services. Does each server behind the load balancer need its own SSL certificate? Or do you need an SSL certificate only for load balancing?

+4
source share
1 answer

You can associate an SSL certificate with a load balancer , and then use either plain HTTP between the load balancer and the server, or another form of authentication that is less resource intensive than SSL.

Cm:

+2

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


All Articles