LLevelUp
0
← Back to topic

Compute, Storage, and Network

Most cloud systems combine compute, storage, and network. Compute runs code. Storage keeps data. Network controls how services communicate.

PrimitiveExample use
ComputeAPI server, worker, function
Object storageImages, backups, exports
DatabaseQueryable application data
NetworkPrivate service communication

TIP

Avoid using a database as file storage or object storage as a query engine. Pick the primitive that matches access patterns.

Further Learning

  • “cloud compute storage network basics” — cloud building blocks
  • “object storage vs block storage” — storage types
  • “virtual private cloud basics” — network isolation