Invalid VpcLink id {xxxxxx} referenced in integration

0

Getting the following error message on API Gateway HTTP API VPC Link. The VPC Link is available and I see the ENI for the selected subnet. I have a POST method setup with the VPC Link integration type. I am using the proxy integration. The stage variables are set correctly. The Endpoint URL is an internal EC2 server with an HTTP endpoint on it.

Any thoughts or suggestions?

chocker
asked 2 years ago2190 views
1 Answer
0

If you are using HTTP API you need to use a VPC Link that was created for HTTP APIs. Could it be that you are trying to use a VPC Link that was created for REST API?

profile pictureAWS
EXPERT
Uri
answered 2 years ago
  • I have double checked and the VPC Link I created is for HTTP APIs.

  • The EC2 server is an internal Jenkins server I am trying to be able to hit the github_webhook uri

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions