I successfully got GRPC working in AWS with the (fairly new) NetworkLoadBalancer for http://prefab.cloud
2 main things to know: 1) NLB can’t terminate SSL so you’ll have to do that yourself instead of nice simple AWS very management. 2) you need to run something next to your GRPC server that will listen and 200 to the NLB health checks For me that was running dropwizard as a wrapper for my GRPC server. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/7a1b6708-e633-4015-805e-82c91f28c555%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
