Question 607:
A Company ABC has 100 REST APIs exposed to the Internet from their on-premise network. They have already integrated with AWS through DirectConnect. They have approached you asking for a cost-effective way of making these REST APIs available through AWS API Gateway because of the resiliency and cost reductions provided by it. What solution would you provide?
Answer options:
A.API Gateway cannot integrate with on-premises backend APIs which are not over the public internet. Rebuild all the backend APIs using Lambda and integrate it with API Gateway. B.Use VPC Link to integrate on-premises backend solutions through DirectConnect and private VPC.C.Build API Gateway using the existing on-premises public facing REST APIs as HTTPS endpoints integration type. D.Build API Gateway with integration type as AWS Service and select Direct Connect service.