Top Banner
©2015, Amazon Web Services, Inc. or its affiliates. All rights reserved Intro to AWS: Storage Services Guy Farber, AWS Storage Business Development
55
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Intro to AWS: Storage Services

©2015, Amazon Web Services, Inc. or its affiliates. All rights reserved

Intro to AWS: Storage Services

Guy Farber, AWS Storage Business Development

Page 2: Intro to AWS: Storage Services

AWS storage options

• Scalable object storage

• Inexpensive archive storage

• Persistent block storage

• Shared file system

• Turnkey gateway solution

Page 3: Intro to AWS: Storage Services

We are constantly producing more data

Page 4: Intro to AWS: Storage Services

From all types of industries

Page 5: Intro to AWS: Storage Services

Object Storage

Page 6: Intro to AWS: Storage Services

Amazon S3

Simple Storage Service

Page 7: Intro to AWS: Storage Services

2012 2013 2014 2015

102% year-over-year increase in

data transfer to and from S3

(Q4 2014 vs Q4 2013, not including Amazon use)

S3 usage

Page 8: Intro to AWS: Storage Services

99.999999999%durability

Nice try kid…

Page 9: Intro to AWS: Storage Services

Reduced redundancy option99.99% saves ~20%

Page 10: Intro to AWS: Storage Services

S3 resources: buckets and objects

Page 11: Intro to AWS: Storage Services

S3 website: static content

Page 12: Intro to AWS: Storage Services

1 PB raw storage

800 TB usable storage

600 TB allocated storage

400 TB application data

S3 capacity pricing—pay only for what you use!

Amazon S3

Page 13: Intro to AWS: Storage Services

S3 continuous cost reduction

• Available through 11 regions

globally

• Priced at per GB-month rates

• 8 price reductions since launch

• 51% average S3 capacity fee

reduction on 4/1/2014

• TCO: comparing on-premises to

S3

– Can be challenging for some

customers

– We can help!

Page 14: Intro to AWS: Storage Services

S3

Amazon EMR

Page 15: Intro to AWS: Storage Services

Amazon S3—New Features

Page 16: Intro to AWS: Storage Services

S3 event notifications

Delivers notifications to Amazon SNS, Amazon SQS, or AWS

Lambda when events occur in S3

S3

Events

SNS topic

SQS queue

Lambda function

Notifications

Foo() {…}

Page 17: Intro to AWS: Storage Services

• Preserve, retrieve, and restore every version

of every object stored in your bucket

• S3 automatically adds new versions and

preserves deleted objects with delete markers

• Easily control the number of versions kept by

using lifecycle expiration policies

• Easy to turn on in the AWS Management

Console

S3 versioning

Page 18: Intro to AWS: Storage Services

S3 cross-region replicationAutomated, fast, and reliable asynchronous replication of data across AWS regions

Source

(Virginia)

Destination

(Oregon)

• Only replicates new PUTs. Once

S3 is configured, all new uploads

into a source bucket will be

replicated

• Entire bucket or prefix based

• 1:1 replication between any 2

regions

• Versioning required

Use cases:

• Compliance—store data hundreds of miles apart

• Lower latency—distribute data to regional customers)

• Security—create remote replicas managed by separate AWS accounts

Page 19: Intro to AWS: Storage Services

Cross Region Replication Demo

Page 20: Intro to AWS: Storage Services

S3 use cases

• Web-scale storage capacity and performance for web

applications

• Single-origin store with delivery through Amazon

CloudFront

• Staging and persistent store for Big Data applications

• Storage target for backup and active archive

Page 21: Intro to AWS: Storage Services

Amazon Glacier

Low-cost archiving service

Page 22: Intro to AWS: Storage Services

$0.01per GB-month

Page 23: Intro to AWS: Storage Services

$120per TB/year

Page 24: Intro to AWS: Storage Services

99.999999999%durability

Page 25: Intro to AWS: Storage Services

3–5 hoursdata retrieval

Page 26: Intro to AWS: Storage Services

Storage costs

vs.

retrieval costs

Page 27: Intro to AWS: Storage Services

Glacier benefits

• Reduce cost for long-term archiving

• Leverage unlimited storage capacity

• Replace tape museums

• Improve durability

Page 28: Intro to AWS: Storage Services

Amazon S3 – Glacier integration

Policy-based archiving service

Page 29: Intro to AWS: Storage Services

S3 lifecycle policies →

Key prefix “logs/”

Transition objects to Glacier 30 days after creation

Delete 365 days after creation date

<LifecycleConfiguration>

<Rule>

<ID>archive-in-30-days</ID>

<Prefix>logs/</Prefix>

<Status>Enabled</Status>

<Transition>

<Days>30</Days>

<StorageClass>GLACIER</StorageClass>

</Transition>

<Expiration>

<Days>365</Days>

</Expiration>

</Rule>

</LifecycleConfiguration

Page 30: Intro to AWS: Storage Services

SoundCloud—leveraging Glacier for

audio transcoding

• World’s leading social sound

platform

• Audio files must be transcoded and

stored in multiple formats

S3

Glacier

Page 31: Intro to AWS: Storage Services

Use cases for S3 lifecycle policies

• Data tiering in the cloud

• Manage object versioning for logical data protection

• Deletion of data from Glacier by policy

Page 32: Intro to AWS: Storage Services

Block Storage

Page 33: Intro to AWS: Storage Services

Instance storage

Page 34: Intro to AWS: Storage Services

Amazon EBS

Elastic Block Storage

Page 35: Intro to AWS: Storage Services
Page 36: Intro to AWS: Storage Services
Page 37: Intro to AWS: Storage Services
Page 38: Intro to AWS: Storage Services

1GB16 TB

Page 39: Intro to AWS: Storage Services

EBS

General Purpose (SSD)

Up to 16 TB

10,000 IOPS

Up to 160 Mbps

Provisioned IOPS (SSD)

Up to 16 TB

20,000 IOPS

Up to 320 Mbps

Page 40: Intro to AWS: Storage Services

Price Performance

EBS

Magnetic General Purpose Provisioned IOPS

Use cases Infrequent data access

Boot volumes

Small to med DBs

Dev and Test

I/O intensive

Relational DBs

NoSQL DBs

Storage media Magnetic disk-backed SSD-backed SSD-backed

Max IOPS 40–200 IOPS 10,000 IOPS 20,000 IOPS

Latency (random

read)20–40 ms 1–2 ms 1–2 ms

Availability Designed for 99.999% Designed for 99.999% Designed for 99.999%

Price$.05/GB-month

$.05/million I/O$.10/GB-month

$.125/GB-month

$.065/provisioned IOPS

Page 41: Intro to AWS: Storage Services

Amazon EBSsnapshots

Page 42: Intro to AWS: Storage Services
Page 43: Intro to AWS: Storage Services

EBS use cases

• Persistent block storage for Amazon EC2

• Transactional workloads

• File system for an instance—NTFS, ExtFS, and so on

Page 44: Intro to AWS: Storage Services

Introducing Amazon Elastic File System

Cloud-based file system

Page 45: Intro to AWS: Storage Services

What is EFS?

• Fully managed file system for EC2 instances

• Provides standard file system semantics

• Elastically grows to petabyte scale

• Delivers performance for a wide variety of workloads

• Highly available and durable

simple elastic scalable

1 2 3

Page 46: Intro to AWS: Storage Services

EFS is designed for a broad range of use

cases, such as…

• Content repositories

• Development environments

• Home directories

• Big Data

Page 47: Intro to AWS: Storage Services

EFS is simple

• Fully managed– No hardware, network, or file layer

– Create a scalable file system in seconds!

• Seamless integration with existing tools and apps– NFS v4—open and non-proprietary

– Standard file system semantics

– Works with standard OS file system APIs

• Simple pricing = simple forecasting– EFS price: $0.30/GB-month

1

Page 48: Intro to AWS: Storage Services

EFS is elastic

• File systems grow and shrink

automatically as you add and remove

files

• No need to provision storage capacity

or performance

• You pay only for the storage space you

use, with no minimum fee

2

Page 49: Intro to AWS: Storage Services

• File systems can grow to petabyte

scale

• Throughput and IOPS scale

automatically as file systems grow

• Consistent low latencies regardless

of file system size

• Support for thousands of concurrent

NFS connections

EFS is scalable3

Page 50: Intro to AWS: Storage Services

How does it all fit together?

AVAILABILITY ZONE 1

REGION

AVAILABILITY ZONE 2

AVAILABILITY ZONE 3

VPC

EC2EC2

EC2

EC2

Customer’s file

system

Page 51: Intro to AWS: Storage Services

Why does this matter?...

…to app owners

and developers?

…to your

business?

• Easy to move existing code/applications/tools used

today with existing NFS servers to the AWS cloud

• Simple shared file storage solution for new cloud-native

applications

• Predictable pricing with no up-front investment

• Increased agility

• Spend less time managing file storage and more

time focusing on your business

…to IT

administrators?

• Eliminates need to manage and maintain file system

storage at scale

Page 52: Intro to AWS: Storage Services

Amazon Storage Gateway

Page 53: Intro to AWS: Storage Services

Storage Gateway

Your on-ramp to AWS cloud storage:• Back up into S3

• DR on EC2

• Archive into Amazon Glacier

• iSCSI or VTL interface

Page 54: Intro to AWS: Storage Services

Summary: the Amazon storage portfolio

S3• Object storage: data presented as buckets of objects

• Data access by using APIs over the Internet

EFS• File storage (analogous to NAS): data presented as a file system

• Shared low-latency access from multiple EC2 instances

Glacier• Archival storage: data presented as vaults/archives of objects

• Lowest-cost storage, infrequent access by using APIs over the Internet

Storage

Gateway

• Back up and archive data into S3 and Amazon Glacier

EBS• Block storage (analogous to SAN): data presented as disk volumes

• Lowest-latency access from single EC2 instances

Page 55: Intro to AWS: Storage Services

SAN FRANCISCO