|
1 | 1 | --- |
2 | | -title: Workers VPC Private Network Services (Beta) |
| 2 | +title: Workers VPC Services (Beta) |
3 | 3 | description: Access private resources in your VPC from Cloudflare Workers |
4 | 4 | date: 2025-09-25T01:00:00Z |
5 | 5 | --- |
6 | 6 |
|
7 | | -We're excited to announce the beta release of **Workers VPC Private Network Services**, enabling Cloudflare Workers to securely access resources in your private networks across AWS, Azure, GCP, and on-premise infrastructure. |
| 7 | +We're excited to announce the beta release of **Workers VPC Services**, enabling Cloudflare Workers to securely access resources in your private networks. |
8 | 8 |
|
9 | 9 | ## What's new |
10 | 10 |
|
11 | | -- **Private Network Services**: Create secure connections to internal APIs, databases, and services that aren't exposed to the public internet |
| 11 | +- **VPC Services**: Create secure connections to internal APIs, databases, and services through Cloudflare Tunnel |
12 | 12 | - **Service Bindings**: Access private resources using familiar Worker binding syntax |
13 | | -- **Multi-cloud Support**: Connect to resources across major cloud providers with platform-specific setup guides |
14 | | -- **Cloudflare Tunnel Integration**: Leverage existing tunnel infrastructure for secure, outbound-only connections |
| 13 | +- **Multi-cloud Support**: Connect to resources across AWS, Azure, GCP, and on-premise infrastructure |
15 | 14 |
|
16 | 15 | ## Getting started |
17 | 16 |
|
18 | | -1. Set up a Cloudflare Tunnel in your private network |
19 | | -2. Create a Private Network Service using Wrangler |
20 | | -3. Add the service binding to your Worker configuration |
21 | | -4. Access your private resources securely from Workers |
22 | | - |
23 | | -[Read the documentation](/workers-vpc/) to learn more and get started. |
24 | | - |
25 | | -## Beta limitations |
26 | | - |
27 | | -During the beta period: |
28 | | -- Only HTTP/HTTPS protocols are supported (TCP support coming soon) |
29 | | -- Maximum 100 Private Network Services per account |
30 | | -- Maximum 10 service bindings per Worker |
31 | | -- Available on paid Workers plans only |
32 | | - |
33 | | -## Feedback |
34 | | - |
35 | | -We'd love to hear your feedback on Workers VPC. Please share your experience and feature requests in the [Cloudflare Community](https://community.cloudflare.com/). |
| 17 | +Set up a Cloudflare Tunnel, create a VPC Service, add service bindings to your Worker, and access private resources securely. [Read the documentation](/workers-vpc/) to get started. |
0 commit comments