Accessing a private API Gateway via Basti #106
-
Hey there! I've been trying out Basti for connecting to RDS resources in a VPC over the last few days and it's been super easy to get up and running which has been awesome. I've hit some issues with trying to set up a custom resource though, in this case a private API Gateway that lives in a VPC. Two questions if you have a few minutes:
Thanks so much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @danielbollom 👋 I'm glad to hear that you found Basti helpful!
|
Beta Was this translation helpful? Give feedback.
Hi @danielbollom 👋 I'm glad to hear that you found Basti helpful!
Using custom connection target, it's possible to connect to any resource in your VPC as long as it accepts traffic from the Basti EC2 instance. Unlike with the natively supported connection targets, you have to ensure the connectivity manually. A common mistake here is forgetting to set up a security group that would allow traffic from the Basti EC2 instance to the API Gateway (or the VPC endpoint).
The configuration looks correct 👌