0% found this document useful (0 votes)
9 views

Data Storage

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Data Storage

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

different kind data storage system build

Building a data storage system involves selecting the appropriate technologies and services to meet
your specific requirements. Below are different types of data storage systems and the corresponding
AWS services that can be used to build them:

1. Object Storage System:


 Description:
 Scalable and durable storage for objects, files, and data.
 AWS Service:
 Amazon S3 (Simple Storage Service):
 Features: Scalable, durable, and highly available object storage with various
storage classes.

2. Block Storage System:


 Description:
 Provides block-level storage volumes that can be attached to EC2 instances.
 AWS Service:
 Amazon EBS (Elastic Block Store):
 Features: Block-level storage volumes for EC2 instances with different
volume types.

3. File Storage System:


 Description:
 Shared file storage accessible by multiple users or systems.
 AWS Service:
 Amazon EFS (Elastic File System):
 Features: Fully managed file storage service with support for NFS.

4. Data Warehouse System:


 Description:
 Centralized repository for storing and analyzing structured data.
 AWS Service:
 Amazon Redshift:
 Features: Fully managed data warehouse service for high-performance
analytics.

5. Relational Database System:


 Description:
 Stores data in structured tables and supports SQL queries.
 AWS Service:
 Amazon RDS (Relational Database Service):
 Features: Managed relational database service supporting various database
engines.

6. NoSQL Database System:


 Description:
 Supports flexible and schema-less data models.
 AWS Service:
 Amazon DynamoDB:
 Features: Fully managed NoSQL database service with seamless scaling.

7. Archival Storage System:


 Description:
 Long-term storage for infrequently accessed data.
 AWS Service:
 Amazon S3 Glacier:
 Features: Low-cost storage classes for archival purposes.

8. Hybrid Cloud Storage System:


 Description:
 Integrates on-premises environments with cloud storage.
 AWS Service:
 AWS Storage Gateway:
 Features: Hybrid cloud storage service for seamless integration.

9. Big Data Storage System:


 Description:
 Scalable storage for large volumes of raw and processed data.
 AWS Service:
 Amazon S3 (as part of AWS Big Data Ecosystem):
 Features: Centralized storage for big data analytics, machine learning, and
data lakes.

10. Windows File System System:


 Description:
 Fully managed Windows file system compatible with SMB protocol.
 AWS Service:
 Amazon FSx for Windows File Server:
 Features: Fully managed Windows file system with native Windows
compatibility.

11. Distributed File System System:


 Description:
 Spans multiple servers and locations, allowing concurrent access to files.
 AWS Service:
 Amazon FSx for Lustre:
 Features: Fully managed, high-performance file system for compute-intensive
workloads.

12. Data Lake System:


 Description:
 Centralized repository for storing raw, unprocessed data at any scale.
 AWS Service:
 Amazon S3 (as part of AWS Lake Formation):
 Features: Scalable and cost-effective object storage for data lakes.
Selecting the right combination of services depends on factors such as your specific use case, data
storage requirements, scalability needs, and budget considerations. AWS provides a wide range of
storage services and solutions that can be tailored to meet the demands of various applications and
workloads.

You might also like