Skip to Content

Storage

Add persistent storage to your instances.

Volumes keep your data even if an instance is stopped or deleted.


What you can do


What is storage?

Storage provides volumes that you can attach to instances.

You can use them to store:

  • application data
  • databases
  • files and backups

Key concepts

ConceptDescription
VolumeA persistent disk attached to an instance
SnapshotA point-in-time copy of data
BackupA longer-term stored copy

Common use cases

  • Keep data separate from the operating system
  • Store databases and application files
  • Create backups before changes

How it works

  • Volumes can be attached and detached at any time
  • Data remains available independently of the instance
  • Snapshots and backups can be created for protection

Last updated on