evroc Storage

evroc provides three storage services designed for different workloads and access patterns:

Block Storage

Block Storage provides high-performance, persistent volumes that attach directly to virtual machines (VMs). Each volume acts as a virtual disk, making it ideal for databases, applications requiring fast local storage, and workloads that need dedicated I/O resources.

Block volumes are managed through evroc Compute. For more information, see the evroc Compute documentation.

Object Storage

Object Storage offers scalable, secure, and cost-efficient storage for unstructured data like images, videos, backups, and logs. Data is stored as objects with rich metadata and unique identifiers, accessed via an S3-compatible API.

Object Storage is ideal for cloud-native applications, data lakes, and archival needs.

For more information, see the Object Storage documentation.

File Store

File Store is a fully managed file storage service that provides shared file system access for multiple VMs simultaneously. Unlike block storage volumes that attach to a single VM, File Store allows multiple VMs to mount and access the same data.

File Store is ideal for content management systems, shared development environments, analytics pipelines, and legacy applications migrated from on-premises environments.

For more information, see the File Store documentation.