AWS ALB has the new support for gRPC load balancing as per this Link
All the explanation indicates using an ssl connection between the client & the server. Now, this might be required if client is browser, but in the case of Internal ALB & Intra service communication, I would not like to have secure connection.
Is this possible/ Has anyone got more info on how to load balance without ssl?
What I understand: Pick your domain name, generate a certificate. Add Alias for this in Route 53 (same domain name) & use the certificates in client & server for intra-servie communication in Internal ELB.
Is this the only way possible? I have to also manage this certificate.