<@ULVA73B9P> Is there a list of IP addresses that ...
# marvin-ai
k
@Marvin Is there a list of IP addresses that Prefect Cloud uses?
m
thought for 183.8 seconds
Short answer: there isn’t a single list for “all Prefect Cloud IPs.” - Inbound to Prefect Cloud: Prefect Cloud endpoints use dynamic IPs; Prefect does not publish static inbound IPs. If you’re allowlisting egress from your network to Prefect, do it by domain (FQDN), not IP: Configure network access - Outbound from Prefect Managed (serverless) work pools: Prefect does publish static egress IPs you can allowlist if your flows need to reach your DBs/APIs. These apply only to Prefect Managed, not to your own Docker/Kubernetes/ECS workers.
Copy code
184.73.85.134
52.4.218.198
44.217.117.74
Docs: Prefect Managed work pools - Enterprise options for stricter controls: - IP allowlisting (restrict who can access your Cloud org by IP/CIDR): Secure access by IP address - PrivateLink (keep API/UI traffic off the public internet): Secure access by PrivateLink If you can share what you’re trying to allowlist (your network reaching Prefect Cloud, Prefect Managed reaching your systems, or something webhook-related), I can point you to the exact setup.
j
Those should be available here: https://prefect.status.io/
🙌 1