Sie sind auf Seite 1von 11

3/24/2019 Understanding Object Storage and Block Storage use cases

Blog / Amazon Web Services

Understanding Object Storage and


Block Storage Use Cases

NITHEESH POOJARY – MARCH 12, 2019

Cloud Computing, like any computing, is a combination of CPU, memory, networking, and storage.
Infrastructure as a Service (IaaS) platforms allow you to store your data in either Block Storage or
Object Storage formats.

Understanding the differences between these two formats – and how they can sometimes be used
together – can be a critical part of designing an overall storage profile. And the relatively low costs of
cloud storage, along with its durability and high availability, can make it attractive even for local
infrastructure projects.

What is Block Storage?


Block storage devices provide fixed-sized raw storage capacity. Each storage volume can be treated
as an independent disk drive and controlled by an external server operating system. This block device
can be  mounted by the guest operating system as if it were a physical disk. The most common
examples of Block Storage are SAN, iSCSI, and local disks.

Block storage is the most commonly used storage type for most applications. It can be either locally
or network-attached and are typically formatted with a file system like FAT32, NTFS, EXT3, and
EXT4.
https://cloudacademy.com/blog/object-storage-block-storage/ 1/11
3/24/2019 Understanding Object Storage and Block Storage use cases

Use cases
Ideal for databases, since a DB requires consistent I/O performance and low-latency connectivity.
Use block storage for RAID Volumes, where you combine multiple disks organized through
stripping or mirroring.
Any application which requires service side processing, like Java, PHP, and .Net will require block
storage.
Running mission-critical applications like Oracle, SAP, Microsoft Exchange, and Microsoft
SharePoint.

Block storage options in the cloud


1. AWS Elastic Block Storage (EBS):  Amazon EBS provides raw storage – just like a hard disk –
which you can attach to your Elastic Cloud Compute (EC2) instances. Once attached, you create
a file system and get immediate access to your storage. You can create EBS General Purpose
(SSD) and Provisioned IOPS (SSD) volumes up to 16 TB in size, and slower, legacy magnetic
volumes.
2. Rackspace Cloud Block Storage: Rackspace provides raw storage devices capable of delivering
super fast 10GbE internal connections.
3. Azure Premium Storage: Premium Storage delivers high-performance, low-latency disk support
for I/O intensive workloads running on Azure Virtual Machines. Volumes allow up to 32 TB of
storage.
4. Google Persistent Disks: Compute Engine Persistent Disks provide network-attached block
storage, much like a high speed and highly reliable SAN, for Compute Engine instances. You can
remove a disk from one server and attach it to another server, or attach one volume to multiple
nodes in read-only mode. Two types of block storage are available: Standard Persistent Disk
and Solid-State Persistent Disks.

What is Object Storage


Block storage volumes can only be accessed when they’re attached to an operating system. But data
kept on object storage devices, which consist of the object data and metadata, can be accessed
directly through APIs or http/https. You can store any kind of data, photos, videos, and log files. The
object store guarantees that the data will not be lost. Object storage data can be replicated across
different data centers and offer simple web services interfaces for access.

A simple use case would see application developers who deal with large amounts of user-generated
media, using object storage to store unlimited media files. As data stores scale to hundreds of
terabytes and then into the petabyte range and beyond, object storage becomes even more
attractive.

Use Cases
https://cloudacademy.com/blog/object-storage-block-storage/ 2/11
3/24/2019 Understanding Object Storage and Block Storage use cases

Storage of unstructured data like music, image, and video files.


Storage for backup files, database dumps, and log files.
Large data sets. Whether you’re storing pharmaceutical or financial data, or multimedia files such
as photos and videos, storage can be used as your big data object store.
Archive files in place of local tape drives. Media assets such as video footage can be stored in
object storage and archived to AWS glacier.

Object storage options in the Cloud


1. Amazon S3: Amazon S3 stores data as objects within resources called “buckets.” AWS S3 offers
features like 99.999999999% durability, cross-region replication, event notifications, versioning,
encryption, and flexible storage options (redundant and standard).
2. Rackspace Cloud Files: Cloud Files provides online object storage for files and media. Cloud Files
writes each file to three storage disks on separate nodes that have dual power supplies. All traffic
between your application and Cloud Files uses SSL to establish a secure, encrypted channel. You
can host static websites (for example: blogs, brochure sites, small company sites) entirely from
Cloud Files with a global CDN.
3. Azure Blob Storage: For users with large amounts of unstructured data to store in the cloud, Blob
storage offers a cost-effective and scalable solution. Every blob is organized into a container with
up to a 500 TB storage account capacity limit.
4. Google cloud storage: Cloud Storage allows you to store data in Google’s cloud. Google Cloud
Storage supports individual objects that are terabytes in size. It also supports a large number of
buckets per account. Google Cloud Storage provides strong read-after-write consistency for all
upload and delete operations. Two types of storage class are available: Standard Storage class
and Storage Near line class (with Near Line being MUCH cheaper).

Conclusion
Object storage and Block storage both have unique advantages and limitations. Understanding the
use cases and costs associated with each medium will help you get the best possible mileage out of
your application storage profile.

 
Is your organization focused on security? Train your teams on security best practices across
AWS, Azure, Kubernetes, and more.
 

Browse Security Training

https://cloudacademy.com/blog/object-storage-block-storage/ 3/11
3/24/2019 Understanding Object Storage and Block Storage use cases

Azure Storage

WRITTEN BY
Nitheesh Poojary
My professional IT career began nine years back when I was just out of my college. I worked with a great team as an
infrastructure management engineer, managing hundreds of enterprise application servers. I found my passion when I got
the opportunity to work with Cloud technologies: I'm addicted to AWS Cloud Services, DevOps engineering, and all the
cloud tools and technologies that make engineers' lives easier. Currently, I am working as a Solution Architect in SixNines IT.
We are an experienced team of engineers that have helped hundreds of customers move to the cloud responsibly. I have
achieved 5 AWS certifications, happily helping fellow engineers across the globe through my blogs and answering questions
in various forums.

https://cloudacademy.com/blog/object-storage-block-storage/ 4/11
3/24/2019 Understanding Object Storage and Block Storage use cases

4 Comments Cloud Academy 


1 Login

 Recommend 1 t Tweet f Share Sort by Best

Join the discussion…

LOG IN WITH
OR SIGN UP WITH DISQUS ?

Name

Valentin Rugwiro • a year ago


And what is the format offered by distributed storage service like Storj??
△ ▽ • Reply • Share ›

Vivek • a year ago


Nice article Nitheesh. It was very simple and easy to understand. Thanks.
△ ▽ • Reply • Share ›

Anil • 3 years ago


This is a good summary but doesn't really talk anything about file based storage (NAS)
△ ▽ • Reply • Share ›

Zeno Moson • 2 years ago


How about local SSD vs network based block storage? What use case would local SSD be
preferred over network based block storage?
△ ▽ • Reply • Share ›

✉ Subscribe d Add Disqus to your siteAdd DisqusAdd 🔒 Disqus' Privacy PolicyPrivacy PolicyPrivacy

Search

RELATED TRAINING CONTENT

Storage Fundamentals for AWS

Create Your First Amazon S3 Bucket

Using AWS Storage for On-Premises Backup & Disaster Recovery


https://cloudacademy.com/blog/object-storage-block-storage/ 5/11
3/24/2019 Understanding Object Storage and Block Storage use cases

Amazon Storage Options

Amazon storage: navigating through the wealth of servicesAs new users quickly discover, Amazon storage comes in
many flavors. We're going to desc...

Learn More
https://cloudacademy.com/blog/object-storage-block-storage/ 6/11
3/24/2019 Understanding Object Storage and Block Storage use cases

Managing Your Data Archive in the AWS Cloud

Since the need for a reliable data archive is well known, there's no need for us to focus on that. Instead, we'll discuss
the various data archive ...

Learn More
https://cloudacademy.com/blog/object-storage-block-storage/ 7/11
3/24/2019 Understanding Object Storage and Block Storage use cases

GET REGULAR UPDATES

Email

Subscribe

Related Posts

NITHEESH POOJARY — MARCH 20, 2019 GUY HUMMEL — NOVEMBER 21, 2018

What is Heroku? Getting Google Cloud Certification:


Started with PaaS Preparation and
Development Prerequisites
So just what is Heroku? It's a service for Google Cloud Platform (GCP) has
developers eager to get their evolved from being a niche player to a
applications online without having to serious competitor to Amazon Web
worry about infrastructure Services and Microsoft Azure. In 2018,
details.Metered, pay-as-you-go Cloud research firm Gartner placed Google in
Computing services come in all kinds of the Leaders quadrant in its Magic
flavors. Infrastructure as a Service (IaaS) Quadrant for Cloud Infrastructure as a
offerings like AWS allow e... Service for the first time. In t...

Read more Read more

Azure Development & deploy AWS Azure Google Cloud

https://cloudacademy.com/blog/object-storage-block-storage/ 8/11
3/24/2019 Understanding Object Storage and Block Storage use cases

SOLUTIONS

Managing the Multi-Cloud

Migrate to the Cloud

Develop Tech Talent

Optimize Cloud Spend

CONTENT LIBRARY

Amazon Web Services

Microsoft Azure

Google Cloud Platform


DevOps

Cloud Migration

Security

S l
https://cloudacademy.com/blog/object-storage-block-storage/ 9/11
3/24/2019 Understanding Object Storage and Block Storage use cases
Serverless

Big Data

Machine Learning

Cloud Computing Fundamentals

Certifications

Partner Ecosystem

Upcoming Content

RESOURCES

Blog

Cloud Roster™

Cloud Catalog™

Events

Newsroom

Webinars

Case Studies

Whitepapers

Support

AWS Certifications

Azure Certifications

Google Cloud Certifications

Courses

Release Notes

COMPANY

About

Careers We are hiring!

Partners

Contact Us

Instructors
https://cloudacademy.com/blog/object-storage-block-storage/ 10/11
3/24/2019 Understanding Object Storage and Block Storage use cases
Instructors

Copyright © 2019 Cloud Academy Inc. All rights reserved.


Terms of Use Privacy Policy Sitemap System Status

https://cloudacademy.com/blog/object-storage-block-storage/ 11/11

Das könnte Ihnen auch gefallen