Skip to Content

Getting Started with Storage: 3 Main Types of Cloud Storage in AWS Explained

Discover the three main types of cloud storage available in Amazon Web Services (AWS): File Storage, Block Storage, and Object Storage. Learn about the key features and use cases of each storage type to help you choose the right option for your cloud workloads.

Table of Contents

Question

Which of the following items are types of cloud storage available in AWS? (Select THREE.)

A. File
B. Endpoint
C. Distributed
D. Block
E. Referential
F. Object

Answer

A. File
D. Block
F. Object

Explanation

AWS storage service types include block storage, file storage, and object storage. These cloud storage services offer the flexibility to build solutions that are secure, scalable, and highly available.

The three types of cloud storage available in AWS are:

A. File – AWS offers file storage through services like Amazon Elastic File System (EFS). File storage presents a file system interface, allows data to be stored in a hierarchical structure, and provides shared access to files for multiple clients. It is commonly used for use cases like content management systems, home directories, and development environments.

D. Block – Block storage in AWS is provided through Amazon Elastic Block Store (EBS). Block storage splits data into evenly sized blocks, each with its own address but with no additional metadata. It provides low latency and high performance, and each block can be controlled as an individual hard drive. Block storage is often used for databases, enterprise applications, and virtual machines.

F. Object – Amazon Simple Storage Service (S3) is the object storage offering in AWS. In object storage, data is managed as objects, with each object containing the data itself, metadata, and a globally unique identifier. It provides a flat structure with massive scalability and high durability. Common use cases include backup and archiving, static website hosting, content distribution, and data lakes for analytics.

So in summary, the three types of cloud storage available in AWS are File (A), Block (D), and Object (F). The other options – Endpoint (B), Distributed (C), and Referential (E) – are not specific storage types offered by AWS.

The three main types of cloud storage available in Amazon Web Services (AWS) are:

  1. File storage
    • Offered through Amazon Elastic File System (EFS)
    • Presents a file system interface and hierarchical structure
    • Enables shared file access for multiple clients
    • Key use cases: content management, home directories, dev environments
  2. Block storage
    • Provided through Amazon Elastic Block Store (EBS)
    • Splits data into fixed-size blocks, each individually addressable
    • Delivers low latency and high performance
    • Key use cases: databases, enterprise apps, virtual machines
  3. Object storage
    • Delivered via Amazon Simple Storage Service (S3)
    • Stores data as objects containing data, metadata and a unique ID
    • Offers massive scalability, high durability, and a flat structure
    • Key use cases: backup/archiving, static websites, content distribution, data lakes

The other options listed – Endpoint, Distributed, and Referential – are not specific AWS storage types.

Getting Started with Storage EDSTORv1EN-US assessment question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Getting Started with Storage EDSTORv1EN-US assessment and earn Getting Started with Storage EDSTORv1EN-US badge.