From cc1050b76015532d5d8bff696a93218da3e8a74c Mon Sep 17 00:00:00 2001 From: rdev0 Date: Thu, 19 Jun 2025 19:58:32 +0300 Subject: [PATCH 1/3] cloud storage concept --- .../concepts/cloud-storage/cloud-storage.md | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 content/cloud-computing/concepts/cloud-storage/cloud-storage.md diff --git a/content/cloud-computing/concepts/cloud-storage/cloud-storage.md b/content/cloud-computing/concepts/cloud-storage/cloud-storage.md new file mode 100644 index 00000000000..191f46946ec --- /dev/null +++ b/content/cloud-computing/concepts/cloud-storage/cloud-storage.md @@ -0,0 +1,57 @@ +--- +Title: 'Cloud Storage' +Description: 'Cloud storage provides on-demand storage services over the internet, eliminating the need for physical storage infrastructure.' +Subjects: + - 'Computer Science' + - 'Data Science' + - 'Information Technology' +Tags: + - 'Cloud Computing' + - 'Storage' + - 'Data' + - 'Infrastructure' +CatalogContent: + - 'foundations-of-cloud-computing' + - 'paths/back-end-engineer-career-path' +--- + +**Cloud storage** provides on-demand storage services over the internet, eliminating the need for physical storage infrastructure. Users can store, access, and manage data remotely through cloud providers, paying only for the storage they use. + +## Object storage + +Designed for storing large amounts of unstructured data. Data is stored as objects with metadata and unique identifiers. Object storage is highly scalable and commonly used for: + +- Backup and archival data +- Media files (images, videos, audio) +- Web content and static assets +- Big data analytics + +[Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide) +[Google Cloud Storage](https://cloud.google.com/storage/docs) +[Azure Blob Storage](https://learn.microsoft.com/en-us/azure/storage/blobs) + +## Block storage + +Provides raw storage volumes that can be attached to virtual machines. Data is stored in fixed-size blocks and is ideal for: + +- Operating system storage +- Database storage +- High-performance applications +- Applications requiring low latency + +[Amazon EBS](https://docs.aws.amazon.com/ebs/latest/userguide/what-is-ebs) +[Google Persistent Disk](https://cloud.google.com/compute/docs/disks/persistent-disks) +[Azure Managed Disks](https://learn.microsoft.com/en-us/azure/virtual-machines/managed-disks-overview) + +## File storage + +Shared file systems that can be accessed by multiple users and applications. It organizes data in a hierarchical structure and is suitable for: + +- Shared document storage +- Application data that requires file system access +- Content management systems +- Collaborative work environments + +[Amazon EFS](https://docs.aws.amazon.com/efs/latest/ug/whatisefs) +[Google Filestore](https://cloud.google.com/filestore/docs) +[Azure Files](https://learn.microsoft.com/en-us/azure/storage/files) \ No newline at end of file From ce56a627b68b3e95fe4c361c149b835ea94da40f Mon Sep 17 00:00:00 2001 From: Daksha Deep Date: Wed, 25 Jun 2025 20:06:28 +0530 Subject: [PATCH 2/3] Update content/cloud-computing/concepts/cloud-storage/cloud-storage.md --- content/cloud-computing/concepts/cloud-storage/cloud-storage.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/cloud-computing/concepts/cloud-storage/cloud-storage.md b/content/cloud-computing/concepts/cloud-storage/cloud-storage.md index 191f46946ec..5a481da44c0 100644 --- a/content/cloud-computing/concepts/cloud-storage/cloud-storage.md +++ b/content/cloud-computing/concepts/cloud-storage/cloud-storage.md @@ -4,7 +4,6 @@ Description: 'Cloud storage provides on-demand storage services over the interne Subjects: - 'Computer Science' - 'Data Science' - - 'Information Technology' Tags: - 'Cloud Computing' - 'Storage' From e3d82ec2895e9dd7d256ee78d5bc173c7707a228 Mon Sep 17 00:00:00 2001 From: Daksha Deep Date: Wed, 25 Jun 2025 20:14:24 +0530 Subject: [PATCH 3/3] Update cloud-storage.md --- .../cloud-computing/concepts/cloud-storage/cloud-storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/cloud-computing/concepts/cloud-storage/cloud-storage.md b/content/cloud-computing/concepts/cloud-storage/cloud-storage.md index 5a481da44c0..0eb0a306873 100644 --- a/content/cloud-computing/concepts/cloud-storage/cloud-storage.md +++ b/content/cloud-computing/concepts/cloud-storage/cloud-storage.md @@ -1,6 +1,6 @@ --- Title: 'Cloud Storage' -Description: 'Cloud storage provides on-demand storage services over the internet, eliminating the need for physical storage infrastructure.' +Description: 'A service that allows users to store and access data remotely over the internet.' Subjects: - 'Computer Science' - 'Data Science' @@ -53,4 +53,4 @@ Shared file systems that can be accessed by multiple users and applications. It [Amazon EFS](https://docs.aws.amazon.com/efs/latest/ug/whatisefs) [Google Filestore](https://cloud.google.com/filestore/docs) -[Azure Files](https://learn.microsoft.com/en-us/azure/storage/files) \ No newline at end of file +[Azure Files](https://learn.microsoft.com/en-us/azure/storage/files)