This topic was automatically generated from Slack. You can find the original thread here.
I have a Business plan that has “Unique static egress IP”. How can I found what static IPs Pipedream is using at the moment?
This topic was automatically generated from Slack. You can find the original thread here.
I have a Business plan that has “Unique static egress IP”. How can I found what static IPs Pipedream is using at the moment?
To find the static IPs used by Pipedream on the Business plan, you should reach out to the Pipedream support team. You can contact them by visiting https://pipedream.com/support for more support options.
I tried creating a step that would call a “what is my IP” and I got one IP, but wondering if it’s actually an address space of IPs? (I’m trying to enable access to a PostgreSQL database by allowing certain IPs.)
Hi , you can check this doc here https://pipedream.com/docs/workflows/vpc/
Ok, so you need to run the tasks inside a VPC, right?
Yes. You create a vpc first, then enable your workflow to use that vpc. Any outgoing request made by that workflow will comes from that static ip
Got it. The query, however, seems to fail:
Query not executed due to an error. Error: Connection terminated unexpectedly. This could be because SSL verification failed, consider changing the Reject Unauthorized prop and try again.
Is there a way to somehow debug this if it fails due to not reaching the PostgreSQL server (IP rule at AWS), faulty credentials or something else?
Hi , on Pipedream side we only have that error, to search for specific debug log, you might need to check your AWS network access log ![]()