Reference
Local SSD Storage

Local SSD Storage

All of the Instances powering your Services come with blazing fast local SSDs to store your Service code and temporary data.

Local storage is ephemeral

A critical thing to remember is that local storage is ephemeral. This means that all data written on the local filesystem of a running Service might be lost at any moment.

Local data is not saved or migrated when the Instances supporting your Service are rescheduled to another physical server. Instance rescheduling happens during automatic software upgrades which are performed at least on a weekly basis.

To save data, you should rely on a database or object storage solution providing data persistence guarantees.

That being said, local storage is perfect for caches or temporary data that needs high performance.

Encryption at rest

We take security seriously and believe that this should be built-in as a core requirement, not an optional addition.

To prevent data leaks, we encrypt all customer data stored at rest, without any action required from you. All customer data stored on our hypervisors are encrypted using AES256.

Our hypervisor SSDs are also erased when they are decommissioned. Encryption at rest adds another layer of security to prevent data leaks in case of a process failure.