How can I restrict AWS Application Load Balancer to only receive HTTP \ HTTPS requests which originated from AWS API Gateway ?
I'm aware that API Gateway can generate and send client side certificate to the backend as described here: https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started-client-side-ssl-authentication.html
But can't find any way to set the ALB to verify client certificate. Are there other alternatives for ensuring that the ALB will only handle and pass requests which went through AWS API GW ?