Getting Started with Static IPs
Static IPs are available on Enterprise and Pro plans.
This guide walks you through setting up Static IPs so you can access backend services that require IP allowlisting.
Before you dive in, make sure you have:
- A project deployed on Vercel
- A backend service that supports IP allowlisting
- Pro or Enterprise plan
- Go to your Project Dashboard
- Navigate to Project Settings
- Click the Connectivity section
- Click Manage Active Regions
- Pick a region close to your backend services to keep latency down. You can pick up to 3 regions
- Your project gets assigned static IPs within a shared VPC for each configured region
- Copy the static IP addresses from the dashboard
- Add the static IPs to your backend service's allowlist so it knows which IP addresses are allowed to connect
To test your connection, redeploy your project that connects to your backend service. All your outbound traffic will now go through those static IPs and be routed via the static IPs.
- Learn how to monitor usage and billing for your Static IPs
- Understand how Static IPs work
- Review limits and pricing
Was this helpful?