Free · unmetered · isolated

A virtual private cloud with no meter on it.

Raff VPC is a free, isolated private network that connects everything you run on Raff: VMs, Kubernetes clusters, managed databases, apps and functions. Traffic between resources is unmetered on a 25 Gbps internal network, and the gateway, DNS and DHCP are included.

Free forever, no VPC cap14-day money-back on paid resources
raff vpc create · us-eastnetwork ready
vpc: prod · 10.20.0.0/24
vm-web
10.20.0.10
vm-app
10.20.0.11
PRIVATE
gateway
NAT · DNS · DHCP · $0
privatelink: postgres · 10.20.0.20 · no public hop
$ raff vpc create prod --cidr auto
CIDR suggested · 10.20.0.0/24
Gateway online · NAT + DNS + DHCP
Security group attached · web-default
● Ready network bill this month: $0.00
The basics

What a virtual private cloud is, and why your servers need one

A virtual private cloud (VPC) is an isolated network inside a public cloud. Your servers talk to each other on private IPs that nobody else can reach, and only the things you choose to expose ever touch the internet. Without one, every service you run is a public address you have to defend.

Keep the database off the internet

Your app talks to Postgres on a private IP. There is no public port to attack, scan or misconfigure.

Tier your stack

Web, app and data layers in one private network, with security groups deciding exactly who talks to whom.

Separate environments

Dev, staging and production in their own VPCs. On Raff they can reuse the same IP ranges, so configs stay identical.

Every provider agrees you need this. Where they differ is what they charge you for it. Read the full guide

The problem

On the big clouds, the network is a second bill.

The VPC itself is free everywhere. What the big clouds charge for is everything attached to it. Raff charges for none of it.

One small VPC on AWS
$68.65/mo
NAT gateway, data processing, public IPv4, cross-AZ. Before any egress.
The same VPC on Raff
$0.00/mo
vpc + gateway + nat + dns + private traffic
Where the $68.65 goes · 500 GB out
NAT gateway · 730 h × $0.045$32.85
NAT data processing · 500 GB × $0.045$22.50
Public IPv4 · 2 × $3.65/mo$7.30
Cross-AZ traffic · 300 GB × $0.01 × 2$6.00

AWS figures are published us-east-1 list prices, gathered Jul 2026. How public vs private traffic is billed →

The diagram problem · concepts you don't have to configure
Route tablesSane defaults
Internet gatewayIncluded
NAT gateway to provisionBuilt into the VPC
Network ACLs + security groupsOne layer: security groups
VPC endpoints to configurePrivateLink, one click
Elastic IP bookkeepingAttach public IPs as needed

Create a VPC, attach your resources, set your rules. Sane defaults do the rest, and you can still bring your own CIDR, DNS and firewall appliance.

What's in the box

Everything a VPC ships with. All of it free.

No feature tiers and no add-on SKUs. Every VPC gets the full networking stack from the first click.

Full isolation

Each VPC is its own layer-2 network. No other tenant can see or reach your private traffic.

Security groups

Stateful firewall rules per VM, with ready-made templates for web, database and SSH access.

Your own IP ranges

Subnets from /16 to /28 using any RFC 1918 range. Auto-suggested /24 if you don’t care.

Overlapping CIDRs allowed

VPCs are isolated, so 10.0.0.0/24 can exist in every environment at once. Configs stay identical.

Managed gateway

NAT, DNS, DHCP and port forwarding run for you. Or deploy your own firewall appliance instead.

Custom DNS

Point the VPC at any resolver. Change it in the dashboard, applied to the whole network.

Unmetered private traffic

Traffic between resources rides a 25 Gbps internal network. No per-GB meter, ever.

Audit log

Every network change is recorded and visible in your dashboard, from CIDR edits to rule changes.

API, CLI and Terraform

VPCs and security groups are first-class in the REST API, the raff CLI and the Terraform provider.

All of it is live in your dashboard the moment you sign up. Create a VPC

Private by default

Connect it to everything you run.

VMs and Kubernetes clusters attach directly into your VPC. Managed databases, Raff Apps and Raff Functions plug in over PrivateLink private endpoints, so nothing crosses the public internet end to end.

VPC peering

Connect two VPCs privately when you want shared services with separated teams or environments.

vpc-a ↔ vpc-b · private

PrivateLink

Private endpoints for managed services inside your VPC. Databases, apps and functions connect without touching the public internet.

postgres://…internal · no public hop
See Managed Databases

Site-to-site VPN

WireGuard or IPsec tunnels from your VPC gateway to the office router or another cloud.

office ⇄ vpc · wireguard / ipsec
See Hybrid Cloud Connect
Head to head

Raff VPC vs AWS, Google Cloud and DigitalOcean.

Where each provider lands on the parts of a virtual private cloud that usually cost extra. The hyperscalers win on regions; nobody should win on your NAT bill.

Raff VPCBestAWS VPCGoogle CloudDigitalOcean
VPC priceFree, no capFree (components billed)Free (components billed)Free
NAT / internet gatewayIncluded, $0$32.85/mo + $0.045/GBUp to $32.12/mo + $0.045/GBNone managed, roll your own
Private trafficUnmetered · 25 GbpsFree same-AZ, $0.01/GB cross-AZFree same-zone, $0.01/GB cross-zoneFree within region
Public IPv4Included with VM$3.65/mo each$3.65/mo eachIncluded with droplet
Site-to-site VPNIncluded · WireGuard + IPsec$36.50/mo per connection$36.50/mo per tunnelNone managed, roll your own
Private endpoints to managed servicesPrivateLink included$0.01/h + per-GB per endpoint$0.01/h + per-GB per endpointVPC-scoped access
Regions1 (Vint Hill, US)30+40+15

Competitor rows reflect each provider's published pricing, docs and default plan limits, gathered Jul 2026. Re-verify before relying on them.

Security

Isolated by design, audited by default.

We don't sell fear and we don't invent certifications. Here is exactly what stands between your network and everyone else's.

  • Layer-2 isolation between tenants: your broadcast domain, your IP space, nobody else on it
  • Security groups: stateful, per-VM firewall rules with ready-made templates
  • DDoS protection at the platform edge, included with every plan
  • Audit log of every network change, visible in your dashboard
  • Only what you expose gets a public address; everything else stays private

Raff runs on ISO 27001 certified infrastructure in Vint Hill, Virginia, with 99.9% uptime. Firewall basics in cloud firewall rules explained.

What isolation means in practice
another tenant, same host
ping 10.20.0.10 → unreachable
internet scan of your database VM
0 open ports → no public address
your app → your database
10.20.0.11 → 10.20.0.20 → private, unmetered

Isolation is separation, not encryption. If your compliance program needs encrypted transport, run TLS between services as usual; a VPC keeps the network private either way.

Getting started

Up and running in three steps.

No route tables to draw and nothing to size. The network is ready before your first VM finishes booting.

01

Create the VPC

Name it and accept the suggested CIDR, or bring your own range from /16 to /28. The gateway comes up with it.

02

Attach your resources

Add VMs and Kubernetes clusters to the network. Databases, apps and functions connect over PrivateLink.

03

Set the rules

Apply a security group template or write your own rules, then expose only what should be public.

FAQ

Questions people ask about VPCs.

A virtual private cloud (VPC) is an isolated network inside a public cloud. Your servers communicate on private IPs no other tenant can reach, and only services you choose to expose get a public address. On Raff, every VPC is a free, fully isolated network.

Nothing. VPCs are free on Raff: the network, the managed gateway with NAT, DNS and DHCP, and all private traffic. There is no hourly charge and no per-GB meter; private traffic runs unmetered on a 25 Gbps internal network.

AWS bills the parts around the VPC: a NAT gateway is $32.85/month plus $0.045 per GB processed, and public IPv4 is $3.65/month. On Raff the VPC, gateway, NAT and private traffic cost $0. AWS offers more regions; Raff runs from Vint Hill, Virginia.

Yes. Each VPC is fully isolated, so overlapping CIDR ranges across VPCs are allowed. You can run dev, staging and production with identical addressing, for example 10.0.0.0/24 in each, and your configs stay identical across environments.

Use a site-to-site VPN: Raff supports WireGuard and IPsec tunnels from your VPC gateway to your office router or another cloud. You set it up from the VPC's VPN tab in the dashboard. See Hybrid Cloud Connect for the full feature.

PrivateLink creates private endpoints in your VPC for Raff managed services such as databases. Your apps, functions and VMs reach those services over the internal network, without any traffic crossing the public internet. It is included free with every VPC.

Yes. Each VPC is an isolated network: your IP space and traffic are separated per tenant, and no other customer can see or reach your private network. Security groups add stateful, per-VM firewall rules inside the VPC.

Stop paying for the network.

Isolated private networks with the gateway, DNS and unmetered traffic included. 15,000+ builders run on Raff from Vint Hill, Virginia, backed by a 99.9% uptime SLA in writing.