• Pricing
  • Performance
PricingPerformance
Sign InSign Up
  • Pricing
  • Performance
PricingPerformance
Sign InSign Up
Sign InGet Started

Empowering businesses with enterprise-grade cloud solutions at competitive prices. Built for reliability and simplicity. Designed for growth.

ISO 2700199.9% Uptime

Stay Updated

All systems operational

Products

  • Virtual Machines
  • Windows Servers
  • Kubernetes
  • Object Storage
  • Functions
  • Raff Apps

Databases

  • Managed Databases
  • PostgreSQL
  • MySQL
  • Valkey
  • ClickHouse
  • Kafka

Platform

  • VPC
  • Load Balancers
  • Volumes
  • Backups
  • Security
  • IAM
  • Pricing

Developers

  • Documentation
  • API Reference
  • CLI & SDKs
  • Terraform Provider
  • Release Notes

Learn

  • Learn Hub
  • Tutorials
  • Guides
  • Comparisons
  • Windows Server Hub
  • Blog

Company

  • About
  • Contact
  • FAQ
  • Performance
  • Sign In
  • Sign Up

© 2026 Raff Technologies. All rights reserved.Privacy PolicyTerms of ServiceService Level AgreementAcceptable Use Policy
NVMe · $0.08/GiB per month

Block storage that outlives the server.

Raff Volumes are NVMe block storage disks from 10 GiB to 1 TB. Attach one to any VM, grow it online without a reboot, snapshot it anytime, and keep it when the server goes away. Priced at $0.08 per GiB-month, traffic between VM and volume free and unmetered.

Create a volumeSee the pricing math
Grow online, no downtime14-day money-back guarantee
raff volume create · us-eastattached
vm-app-01
/dev/vda · OS disk
running
data-vol
/dev/vdb · ext4 · NVMe
200 GiB
$ raff volume create data-vol --size 100
✓ Attached to vm-app-01 · /dev/vdb
✓ Formatted ext4 · mounted, no reboot
✓ Resized 100 → 200 GiB · online, no downtime
● Ready 100 GiB = $8.00/mo · live price
survives VM deletion
your data stays
The problem

Your data shouldn't die with your server.

Servers are disposable. Data isn't. A volume separates the two, so you can rebuild, resize or replace the VM without ever touching what's on the disk.

Data on the VM disk
  • Data lives on the VM disk, so deleting the server deletes the data
  • Disk full means resize the whole VM, with a shutdown
  • Moving data to a new server means rsync at midnight
Data on a Raff volume
  • The volume survives VM deletion: it detaches and waits for its next server
  • Grow from 10 GiB to 1 TB online, while the app keeps running
  • Detach from one VM, attach to another, data intact
What's in the box

Everything a block storage volume should do.

One storage class, one price, no performance tiers to decode. Every volume gets the full feature set.

NVMe, 10 GiB to 1 TB

Every volume runs on NVMe SSD storage. Start at 10 GiB and grow to 1 TB as you need it.

Online resize

Grow a volume while it is attached and in use. No reboot, no maintenance window.

Survives VM deletion

Destroy the server and the volume detaches instead of dying. Attach it to the next VM.

Volume snapshots

Point-in-time snapshots of any volume, billed only above your free storage pool.

Free, unmetered I/O

Traffic between your VM and its volumes is never metered and never billed.

Encrypted at rest

Volume data is encrypted at rest on the platform by default. Nothing to configure.

Auto-format on attach

Linux volumes arrive formatted ext4 or xfs and mounted at /dev/vdb. Windows formats NTFS in one click.

Project-scoped access

Volumes follow your IAM projects: volume.create and volume.delete are separate permissions.

API, CLI and Terraform

Full create, attach, detach and resize in the REST API, the raff CLI and the Terraform provider.

Pricing

One number. Multiply by your gigabytes.

No IOPS tiers, no provisioned-throughput math, no per-request fees. The price below is read live from our pricing database.

$0.08 /GiB · month

Yearly billing: $0.96/GiB-year (2 months free). Snapshots share your free backup-storage pool; I/O between VM and volume is free.

50 GiB
$4.00/mo
200 GiB
$16.00/mo
500 GiB
$40.00/mo
1 TB
$80.00/mo
Create a volumeSee all pricing
Head to head

Raff block storage vs AWS EBS and DigitalOcean.

Where each provider lands on price and the fine print. AWS wins on exotic performance tiers; most workloads never need them.

Raff VolumesBestAWS EBS (gp3)DigitalOcean
Price per GB-month$0.08$0.08$0.10
Storage classNVMe, one classTiered (gp3/io2/st1…)SSD
Provisioned IOPS mathNone to doBaseline + paid IOPS/throughputNone
Online growYes, attached and liveYesYes (resize, reboot for some)
Survives server deletionYes, auto-detachDepends on flagYes
Snapshot billingFree pool, then $0.06/GB$0.05/GB-mo$0.06/GiB-mo
Volume I/O chargesNoneNone (gp3 base)None

Raff price is read live from our pricing database. Competitor rows reflect published us-east pricing and docs, gathered Jul 2026. Re-verify before relying on them.

Getting started

Attached before your coffee order is ready.

No LUN mapping, no multipath config, no storage tickets. Three steps and you have durable storage.

01

Create and attach

Pick a size from 10 GiB to 1 TB and a VM. The volume attaches as /dev/vdb in seconds.

02

Use it immediately

Linux volumes arrive formatted ext4 or xfs and mounted. Windows formats NTFS from Disk Management.

03

Grow when full

Resize online from the dashboard, API or Terraform. The filesystem expands without a reboot.

Create your first volumeRead the volume docs
One platform

Part of the Raff cloud.

Volumes are the durable layer under the rest of Raff. Everything below runs on the same storage fabric.

nvme fabric · encrypted at rest
Cloud VMsThe servers your volumes attach to.
Backups & SnapshotsAutomated backups with a free storage pool.
Object StorageS3-compatible buckets for what doesn’t need a disk.
KubernetesReplicated storage nodes for your clusters.
Managed DatabasesSkip the disk entirely, we run the database.
VPCFree private networking with unmetered traffic.
FAQ

Questions people ask about block storage.

Block storage is a raw disk you attach to a server, formatted with a filesystem like any drive. On Raff, volumes are NVMe disks from 10 GiB to 1 TB that attach to your VMs in seconds and keep existing when the VM is deleted.

Volumes are billed per GiB per month at the rate shown on the volumes page, read live from our pricing system. There are no IOPS tiers, no throughput surcharges and no fees for traffic between the VM and its volume.

Yes. Volumes grow online while attached and in use: pick a new size and the disk expands with no reboot. Growing is instant; shrinking is not supported, so start small and grow when needed.

Nothing bad. The volume automatically detaches and stays in your account with its data intact. Attach it to another VM whenever you like; you only pay for the volume itself.

As a standard virtio disk: /dev/vdb, /dev/vdc and so on. Linux volumes arrive formatted ext4 or xfs and mounted; on Windows you format NTFS from Disk Management.

Yes. Volume snapshots are point-in-time copies you can restore from, and they share your account's free backup-storage pool. Only snapshot storage above the pool is billed per GB.

Use a volume when software expects a disk: databases, file systems, application data. Use object storage for files accessed over an API: media, backups, static assets. On Raff they cost and behave differently, so most stacks use both.

View all FAQs

Storage that stays. Servers that don't have to.

NVMe volumes that attach in seconds, grow online and outlive any VM. 15,000+ builders run on Raff in our us-east region, backed by a 99.9% uptime SLA in writing.

Create a volumeCheck the price
Add automated backups →Deploy a VM first →See all pricing →
Raff Learn

Learn

Guides to help you plan, build, and scale on Raff.

Series

Storage, Backup & Recovery

Help teams design production storage and recovery across VM disks, block volumes, object storage, snapshots, database-aware backups, retention, restore testing, and disaster recovery.

  • VM & Local Storage2
  • Block Storage Volumes5
  • Object Storage & S38
  • Database & Stateful Workload Backups3

Series

Container Networking & Storage

Cover Kubernetes-specific networking and persistent storage, including Services, ingress, DNS, network policies, volumes, storage classes, and workload recovery boundaries.

  • Kubernetes Services Explained: Ingress and Load Balancers
  • Kubernetes Network Policies for Small Teams
  • Kubernetes Persistent Storage: Volumes, Storage Classes, and Backups
  • Kubernetes DNS and Service Discovery Troubleshooting
Kubernetes Networking and Storage Architecture