Labs ICT
โญ Pro Login

Storage Services

Object, block, and file storage in the cloud

Storage Services

Cloud storage lets you store and retrieve data without managing physical hard drives. There are three main types of storage, each designed for different use cases.

Storage Types


  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
  โ”‚                STORAGE TYPES                        โ”‚
  โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
  โ”‚   Object    โ”‚    Block     โ”‚      File              โ”‚
  โ”‚             โ”‚              โ”‚                        โ”‚
  โ”‚  S3         โ”‚  EBS         โ”‚   EFS / FSx            โ”‚
  โ”‚  Blob Store โ”‚  Managed     โ”‚   NFS / SMB            โ”‚
  โ”‚             โ”‚  Disks       โ”‚   Shared Access        โ”‚
  โ”‚  Best for:  โ”‚  Best for:   โ”‚   Best for:            โ”‚
  โ”‚  Images,    โ”‚  Databases,  โ”‚   Shared storage,      โ”‚
  โ”‚  backups,   โ”‚  OS boot     โ”‚   content management   โ”‚
  โ”‚  static web โ”‚  volumes     โ”‚   home directories     โ”‚
  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Object Storage (S3)

Object storage stores data as objects (files + metadata) in buckets. It's highly durable, scalable, and accessible via HTTP. Perfect for backups, static websites, data lakes, and media storage.

Key features: Virtually unlimited storage, 99.999999999% durability, lifecycle policies, versioning, access control lists.

Block Storage (EBS)

Block storage provides persistent, high-performance block-level storage volumes that attach to virtual machines. It's like having a hard drive connected to your EC2 instance.

Key features: Low-latency access, snapshot capabilities, resizable, various performance tiers (gp3, io2, st1).

File Storage (EFS / FSx)

File storage provides shared file systems accessible by multiple machines simultaneously using standard protocols (NFS, SMB). Great for content management systems, shared development environments, and legacy applications.

Key features: Concurrent access, standard file APIs, automatic scaling, POSIX compliance.

Storage Decision Matrix


  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
  โ”‚  Need                    โ”‚  Choose           โ”‚
  โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
  โ”‚  Store backups/media     โ”‚  S3 (Object)      โ”‚
  โ”‚  Boot volume for VM      โ”‚  EBS (Block)      โ”‚
  โ”‚  Shared file system      โ”‚  EFS (File)       โ”‚
  โ”‚  Database storage        โ”‚  EBS (Block)      โ”‚
  โ”‚  Static website hosting  โ”‚  S3 (Object)      โ”‚
  โ”‚  Multiple VMs read/write โ”‚  EFS (File)       โ”‚
  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

๐Ÿงช Quick Quiz

What type of storage is Amazon S3?