When connecting Edge to a service running in AWS, what's Apigee recommendation for configuring 2-way TLS as opposed to regular SSL/TLS?
As far as I know, 2-way TLS is not supported out of the box by AWS ELB or ALB, only 1-way TLS is. Does Apigee recommend to stand up an additional web server (nginx) to terminate the connection at ? Deploy HAProxy ? Or use an AWS API endpoint ?
~~S:G:TC~~