Amazon web services – How do I connect AWS API Gateway to an internal NLB/ALB using SSL without a public certificate?
I have a public API Gateway REST API that I need to connect to an internal NLB/ALB. All communications must be SSL for compliance reasons. The current configuration is that API Gateway uses SSL for incoming connections, then proxies via…