Cloud storage options

From Alliance Doc
Revision as of 18:56, 22 July 2022 by Shuber (talk | contribs) (Created page with "<translate> The existing storage types available in our clouds are: * ''' Volume storage''': The standard storage unit for cloud computin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The existing storage types available in our clouds are:

  • Volume storage: The standard storage unit for cloud computing, can be attached to and detached from an instance.
  • Ephemeral/Disk storage: Virtual local disk storage tied to the lifecycle of a single instance.
  • Object storage: Non-hierarchical storage where data is created or uploaded in whole file-form
  • Shared file system storage: Storage in the cloud shared file system; must be configured on each instance where it is mounted.

Attributes of each storage type are compared in the following table:

Attribute Volume storage Ephemeral/Disk storage Object storage Shared file system storage
"Default" storage option Yes Yes No No
Can it be mounted on a single VM Yes Yes No Yes
Can be mounted on multiple VMs (and across projects) simultaneously No No No Yes
Backed up No No No Yes
Suitable for public, read only access No No Yes No
Suitable for data/files that change frequently Yes Yes No Yes
Hierarchical file system Yes Yes No Yes
Suitable for long-term storage Yes No Yes No
Deleted automatically upon deletion of VM No Yes No No
Standard magnitude of allocation GB GB TB TB

CC-Cloud