How to set a HTTPS communication with a AWS Balancer and X Servers?

Solution 1:

You can do either. The load balancer can terminate TLS and rely on AWS network isolation to keep unencrypted communications secure, or you can use https to each server.

http within AWS is fairly secure since AWS keeps traffic isolated. However, to be sure, you might want to encrypt your traffic between the load balancer and your instances. If you have particular compliance requirements like PCI or CIS you may have to encrypt traffic to the servers.