AWS Classic Load Balancer 端到端加密

AWS Classic Load Balancer End-to-End Encryption

是否可以配置 AWS Classic Balancer 来做这样的事情:

客户端 <-- SSL(签名证书)--> ELB <-- SSL(自签名证书)--> EC2

查看侦听器配置,侦听器与其使用的证书之间似乎存在一对一的关系。

如果有人知道我如何实现这一点,那么指出一些文档也会有所帮助。

You can create a load balancer that listens on both the HTTP (80) and HTTPS (443) ports. If you specify that the HTTPS listener sends requests to the instances on port 80, the load balancer terminates the requests and communication from the load balancer to the instances is not encrypted. If the HTTPS listener sends requests to the instances on port 443, communication from the load balancer to the instances is encrypted.

Create a Classic Load Balancer with an HTTPS Listener