This topic was automatically generated from Slack. You can find the original thread here.
VPCs are nice to control the egress IP for our workflows, but what about other Pipedream features?
For example, the GitHub integration: would it be possible to have a static IP for those communications? (even if it’s shared across all Pipedream customers)
Could you tell me more about the use case for the GitHub integration? Are you asking about also using static IPs for GitHub event sources? Any egress traffic from a workflow in a VPC will come from the dedicated IP, so if you’re using any GitHub action / custom code in a workflow, that will be restricted to the IP
cool that should be it. Any requests from our internal API should come from that IP address.
Workflows are different since we run those as containers on Lambda, and AWS provisions those on available instances (so the IP may change) unless you restrict that to the VPC.