1 Answer
- Newest
- Most votes
- Most comments
0
Your primary goal is to identify what component is throwing that error.
My first advice would be to check different logs for
- api gateway (execution,access) https://repost.aws/knowledge-center/api-gateway-logs
- nlb - https://repost.aws/knowledge-center/elb-find-access-log-files
- re-review vpc link instructions: https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started-with-private-integration.html
- ec2 via cloud trail and or cloud watch.
Relevant content
- Accepted Answerasked 3 years ago
- Accepted Answerasked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- How do I use an interface VPC endpoint to access an API Gateway private REST API in another account?AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 6 months ago
Thanks Antonio for your suggestions