How can I restrict access for Elastic Beanstalk only to API Gateway?
I've found similar question here, where it's recommended to create certificate on API Gateway.
My backend solution is like on the image:
I've created certificate in API Gateway (AWS doc).
1. Which element should authenticate API using the PEM-encoded certificate generated by API Gateway?
2. Is it possible to do that on Elastic Load Balancer (ELB) or should I do that on App instance, where nginx is running?
