Forum Discussion
I am also facing same issue . Any update ? Have you solved it ?
Yes, we did solve it. The problem was that API Gateway resides in the public VPC portion of our AWS account, but the SnapLogic call was happening over our private direct connect tunnel into our local environment. We were able to solve the problem by enabling the endpoints as VPC link resources, and setting up a network load balancer that points to the internal SnapLogic URL.
- Rudradip7 years agoNew Contributor II
Can you please show me the steps ? I am getting 500 error code in the aws API gateway .
- Schevus7 years agoNew Contributor III
These are the rough steps we took. The Network Load Balancer needs set up as a private IP address target group, pointing to your SnapLogic server by IP address:
Then you create a VPC Link in API Gateway, which is basically giving it a name and associating it to your NLB:
Once your VPC Link is set up, your Integration Request will look something like this: