I am working with AWS-API-Gateway
and an Elastic Beanstalk
environment. What I want to make sure in the Elastic Beanstalk
environment is that the request is served only for AWS-API-Gateway
.
So Amazon suggested for client-side SSL
certificate authentication. The problem I'm facing in this is that even if I configure Amazon API
gateway to provide a certificate on a https
connection, it will give the certificate to the load-balancer and load-balancer will give its certificate to my ec-2
instance.
So in this scenario, I never receive the SSL
certificate of API
gateway. Please help me here or provide me with a better solution.
I don't want to remove my load-balancer in the scenario as it is helpful for me.