Attach secure, scalable NVMe- and SSD-based Volumes Block Storage to Droplets.
Your data is stored separately from your Droplet and replicated across different racks so your data remains available even in the event of a failure.
Easily scale block storage from 1GB up to 16TB, resize them if you need more space, and move them between Droplets.
All your data is encrypted at rest and transmitted to the Droplets over isolated networks.
Add more storage space, mix and match compute and storage to suit your database, file storage, application, service, mobile, and backup needs.
Learn morePay only for provisioned capacity—no need for complicated formulas to determine the overall cost for transactions or IOPs. Attach additional NVMe- and SSD-based block storage to your Droplet at $0.10/GB per month.
Learn moreOur API enables you to deploy and manage your Volumes Block Storage in a simple, programmatic way.
volume = DropletKit::Volume.new(
name: 'volume-01',
region: 'nyc3',
size_gigabytes: 10
)
client.volumes.create(volume)
Expand Droplet storage space and manage block storage using conventional HTTP requests. Take any number of requests and actions—including creating Volumes, attaching, detaching, and retrieving Volume information—with curl commands or the official Ruby and Go API wrappers, all including OAuth support.
Dive deep into storage-related topics and setups with the help of our easy-to-follow tutorials
Sign up now and you'll be up and running on DigitalOcean in just minutes.