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

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

Difference between full snapshots and incremental snapshots

Differences between an IAM User and Role

How to reduce the EBS snapshots storage cost

Snapshot storage tier types and cost difference

How burstable CPU performance works in T series EC2 instances

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

Key features of Amazon S3

Where the EBS snapshot stores and snapshot charges