4
votes

I have 2 EC2 nodes behind a load balancer. I need to setup SSL certificate for use with Amazon Web Services. Does each server behind a load balancer need their own SSL certificate? Or only the load balancer need the SSL certificate?

1
You can terminate the SSL certificate on the ELB :)Henry

1 Answers

2
votes

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

See: