Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions content/docs/guides/neon-private-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,34 @@ The Neon API provides endpoints for managing VPC endpoints and project-level VPC
- [Assign or update a VPC endpoint restriction](https://api-docs.neon.tech/reference/assignprojectvpcendpoint)
- [Delete a VPC endpoint restriction](https://api-docs.neon.tech/reference/deleteprojectvpcendpoint)

## Using Private Networking with Vercel Enterprise

If you're a Vercel Enterprise customer using Secure Compute, you can configure private network connectivity between your Vercel project and your Neon database using AWS PrivateLink. This allows your application to connect to Neon without exposing the database to the public internet.

<Admonition type="note">
This managed feature is only available to Vercel Enterprise customers using [Secure Compute](https://vercel.com/docs/security/secure-compute). Please contact your Vercel account representative to enable this feature.
</Admonition>

### Requirements

- A Vercel Enterprise account with Secure Compute enabled
- A Neon account on the [Business or Enterprise plan](/docs/introduction/plans)
- Your Vercel project and Neon database must be in the same AWS region
- The Neon Postgres Previews Integration cannot be installed on the same Vercel Project

### Setup process

1. Contact your Vercel account representative to initiate the setup
2. Vercel will create a VPC endpoint in your Secure Compute VPC and provide you with the VPC endpoint ID
3. Follow steps 2-4 in the [Configuration steps](#configuration-steps) section above to:
- Add the VPC Endpoint ID to your Neon organization
- Check your database connection string
- Optionally restrict public internet access

<Admonition type="tip">
Your database connection string remains the same. The private connection is handled automatically when accessing your database from within your Secure Compute environment.
</Admonition>

## Limits

The Private Networking feature supports a maximum of **10 private networking configurations per AWS region**. Supported AWS regions are listed [above](#create-an-aws-vpc-endpoint).
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"prettier": "^3.5.2",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^5.19.1",
"shiki": "^1.1.1",
Expand Down