AWS Storage types

 The main types of storage available on AWS are:

  1. Object Storage:

    • Amazon S3 (Simple Storage Service) is the primary object storage service on AWS.
    • It is designed for internet-scale, highly durable, and highly available object storage.
    • S3 is suitable for many use cases, including backup, archiving, web hosting, and big data analytics.
  2. Block Storage:

    • Amazon EBS (Elastic Block Store) provides block-level storage volumes that can be attached to EC2 instances.
    • EBS is designed for low-latency, high-throughput access from a single EC2 instance.
    • EBS volumes are suitable for workloads that require persistent data storage, such as databases, file systems, and applications.
  3. File Storage:

    • Amazon EFS (Elastic File System) provides a simple, serverless, and scalable file system for AWS compute services.
    • Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP, and Amazon FSx for Windows File Server are other file storage services offered by AWS.
    • These file storage services are suitable for applications that require shared file access, such as high-performance computing, enterprise applications, and file servers.

Comments

Popular posts from this blog

How to reduce the EBS snapshots storage cost

Snapshot storage tier types and cost difference

Difference between full snapshots and incremental snapshots

Where the EBS snapshot stores and snapshot charges

Pros and cons of On-Demand, Reserved, Spot and Saving Plans EC2 instances

What factors matter for EC2 charges and pricing model

On which AWS region I can store my S3 data

Key features of EC2 instance types (Families M, T, A, C, Hpc, R, X, U, I, D, P, G)

Difference b/w General-purpose and a Directory bucket in Amazon S3

Performance characteristics of EC2 instance types