If you have an application that can be accessed through multiple domain names and each domain name uses a different certificate, you can enable Server Name Indication (SNI) when you add an HTTPS listener.
SNI, an extension to Transport Layer Security (TLS), enables a server to present multiple certificates on the same IP address and port number. SNI allows the client to indicate the domain name of the website while sending an SSL handshake request. Once receiving the request, the load balancer queries the right certificate based on the hostname or domain name and returns the certificate to the client. If no certificate is found, the load balancer will return the default certificate.
You can enable SNI only when you add HTTPS listeners. Load balancers can have multiple SNI certificates bound.
An HTTPS listener can have up to 30 SNI certificates.
and select the desired region and project.
in the upper left corner to display Service List and choose Network > Elastic Load Balancing.