SlideShare a Scribd company logo
1 of 60
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Amazon Elastic Block Store for Application Storage
David Stein
Business Development Manager
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Cloud Data Migration
Direct ConnectSnow* data
transport
family
3rd Party
Connectors
Transfer
Acceleration
Storage
Gateway
Kinesis Firehose
AWS Storage Platform and Solutions
Object
Amazon GlacierAmazon S3
Block
Amazon EBS
(persistent)
Amazon EC2
Instance Store
(ephemeral)
File
Amazon EFS
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
AWS
block storage
offerings
EC2 instance
store
I2/I3 D2
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What is Amazon EC2 instance store?
EC2 instances • Local to instance
• Non-persistent data store
• Data not replicated (by default)
• No snapshot support
• SSD or HDD
Physical Host
Instance Store
or
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
AWS
block storage
offerings
EC2 instance
store
sc1st1
io1gp2
EBS
SSD-backed
volumes
EBS
HDD-backed
volumes
I2/I3 D2
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What is EBS?
EBS
volume
EC2
instance
• Block storage as a service
• Create, attach volumes through an API
• Service accessed over the network
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What is EBS?
EBS
volume
EC2
instance
!=
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What is EBS?
EBS
volume
EC2
instance
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What is EBS?
EBS
volume
Availability Zone
AWS Region
EC2
instance
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What is EBS?
EBS
volume
EC2
instance
EC2
instance
• Volumes persist independent
of EC2
• Detach and attach between
instances
• Volume and instance must be
in the same AZ
Availability Zone
AWS Region
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What is EBS?
EBS
boot
volume
Availability Zone
AWS Region
EC2
instance
EBS
data
volume
EBS
data
volume
• Volumes attach to one
instance at a time
• Many volumes can attach to
an instance
• Separate boot volume from
data volumes
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
EBS is designed for:
What is EBS?
99.999% service availability
0.1% to 0.2% annual failure rate (AFR)
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What is an EBS snapshot?
EBS
volume
Availability Zone
AWS Region
Amazon
S3
EBS snapshot
Availability Zone
Replica
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
How does an EBS snapshot work?
EBS
volume
• Point-in-time backup of modified volume blocks
• Stored in S3, accessed via EBS APIs
• Subsequent snapshots are incremental
• Deleting snapshot will only remove data exclusive to
that snapshot
EBS
snapshot
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What can you do with a snapshot?
EBS
volume
Availability Zone
AWS Region
EC2 instance
EBS snapshot
AMI
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What can you do with a snapshot?
EBS
volume
Availability Zone
AWS Region
Amazon
S3
EBS snapshot
Availability Zone
EBS
volume
Replica Replica
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What can you do with a snapshot?
EBS
volume
Availability Zone
AWS Region
Amazon
S3
EBS snapshot
EBS
volume
Availability Zone
AWS Region
EBS snapshot
Replica Replica
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What can you do with a snapshot?
AWS Region
Public datasets on
AWS available as EBS
snapshots:
Availability Zone
EBS
volume
https://aws.amazon.com/public-data-sets/
• Genomic
• Census
• Global weather
• Transportation
Replica
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What is an EBS-optimized instance?
EBS
volume
Availability Zone
AWS Region
EBS-optimized
EC2 instance
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What is an EBS-optimized instance?
EBS
EC2
instances
Internet
Databases
~ 125 MB/s
S3
Shared
c3.2xlarge
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What is an EBS-optimized instance?
EBS
EC2
instances InternetDatabases
c4.2xlarge
S3
~ 125 MB/s
Shared
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What is an EBS-optimized instance?
More details:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html
• Dedicated network bandwidth for EBS I/O
• Enabled by default on c4, d2, m4, p2, and x1 instances
• Can be enabled at instance launch or on a running instance
• Not an option on some 10 Gbps instance types (c3.8xlarge,
r3.8xlarge, i2.8xlarge)
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What is EBS encryption?
Encryption
• Attach both encrypted and unencrypted
• No volume performance impact
• Any current generation instance
• Supported by all EBS volume types
• Snapshots also encrypted
• No extra cost
• Boot and data volumes can be encrypted
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
What is the Elastic Volumes feature?
• Simple; Flexible; Non-disruptive; Automated
• Modify the configuration of live volumes attached to instances
• Dynamically increase size, tune performance, and change the type of existing and new
current generation volumes
• No downtime, no performance impact.
• You can automate changes using CloudWatch with Lambda or CloudFormation
• No need to plan ahead, provision what you need today and change the configuration as
business needs change.
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Elastic Volume – Limitations
• Limit – You can modify a volume once per 6 hours
• Limit – Supported only for current generation volumes (gp2/io1/st1/sc1). Not supported
for Magnetic/Standard volumes
• Limit - Live changes supported for volumes attached to current generation instances
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
How does it work?
• Three steps
– Issue the modification command
– Monitor the progress of the modification
– If size change extend the volume's file system
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Recap: Benefits of EBS
• Persistent – delete instances without losing your data, detach and reattach volumes
without having to replicate data between nodes
• Elastic –dynamically increase capacity, change volume types, and tune performance
• Available – designed for 99.999% availability
• Durable – designed for an annual failure rate (AFR) of between 0.1% - 0.2%. EBS
Snapshots for backups.
• Secure – seamless support for data-at-rest and data-in-transit encryption between
EC2 instances and EBS volumes
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
EBS volume types
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
EBS volume types
Hard disk driveSolid state drive
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
EBS volume types
General Purpose
SSD
gp2
Provisioned IOPS
SSD
io1
Throughput Optimized
HDD
st1
Cold
HDD
sc1
SSD HDD
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Relational Databases
Relational – MySQL,
PostgreSQL, SQL,
Oracle, SAP
Media
Transcoding,
Encoding,
Rendering, File
Big Data
Hadoop/EMR, Logs,
Stream Processing,
Data Warehousing
NoSQL Databases
Cassandra, MongoDB,
CouchDB, Aerospike
Solid state drive (SSD) Hard disk drive (HDD)
EBS Use Cases
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Throughput?
or
IOPS
Choosing an EBS volume type
What is more important to your workload:
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Don’t know
Choosing an EBS volume
your workload
yet?
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
EBS volume types: I/O Provisioned
General Purpose SSD
gp2
Throughput: 160 MB/s
Latency: Single-digit ms
Capacity: 1 GB to 16 TB
Baseline: 3 IOPS per GB up to 10,000
Burst: 3,000 IOPS (for volumes up to 1 TB)
Great for boot volumes, low-latency applications, and bursty databases
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Burst & baseline: General Purpose SSD (gp2)IOPS
0 1 16
1,000
2,000
3,000
8,000
10,000
BASELINE IOPS
(Baseline of 3 IOPS/GB)
Burstable to
3,000 IOPS
3 90.5
Volume size (TB)
~ 3334 GB
100 IOPS
Minimum
300 GB volume
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Throughput?
or
IOPS
Choosing an EBS volume type
What is more important to your workload:
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
i2
gp2 io1
Choosing an EBS volume type
Latency ?
< 1 ms Single-digit ms
Which is more important ?
Cost Performance
IOPS
≤ 80,000> 80,000
is more important
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
EBS volume types: I/O Provisioned
Provisioned IOPS SSD
io1
Baseline: 100 to 20,000 IOPS
Throughput: 320 MB/s
Latency: Single-digit ms
Capacity: 4 GB to 16 TB
Ideal for critical applications and databases with sustained IOPS
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Scaling Provisioned IOPS SSD (io1)IOPS
0 2 16
1,000
5,000
10,000
15,000
20,000
6 90.4
MAX PROVISIONED IOPS
(Maximum IOPS:GB ratio of 50:1)
Available Provisioned IOPS
Volume Size (TB)
~ 400 GB
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
i2
gp2 io1
Choosing an EBS volume type
Latency ?
< 1 ms Single-digit ms
Which is more important ?
Cost Performance
IOPS
≤ 80,000> 80,000
is more important
Throughput?
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Throughput
is more important
Small, random I/O Large, sequential I/O
i2
gp2 io1 st1
d2
Choosing an EBS volume type
Latency ?
< 1 ms Single-digit ms ≤ 1,750 MB/s
Aggregate throughput?
> 1,750 MB/s
Which is more important ?
Cost Performance
IOPS
≤ 80,000> 80,000
is more important
Which is more important ?
Cost Performance
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
EBS volume types: Throughput Provisioned
Throughput
Optimized HDD
st1
Baseline: 40 MB/s per TB up to 500 MB/s
Capacity: 500 GB to 16 TB
Burst: 250 MB/s per TB up to 500 MB/s
Ideal for large-block, high-throughput sequential workloads
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Throughput Optimized HDD – burst and base
0
100
200
300
400
500
600
0.5 1 2 4 6 8 10 12 14 16
ThroughputinMB/s
Volume Size in TB
Burst Base
320
ST1
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Throughput
is more important
Small, random I//O Large, sequential I/O
Which is more important?
Latency?
i2
gp2 io1 sc1 st1
d2
Choosing an EBS volume type
IOPS
≤ 80,000> 80,000
< 1 ms Single-digit ms ≤ 1,750 MB/s
Aggregate throughput?
> 1,750 MB/s
is more important
Cost Performance
Which is more important?
Cost Performance
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Cold HDD
sc1
EBS volume types: Throughput Provisioned
Baseline: 12 MB/s per TB up to 192 MB/s
Capacity: 500 GB to 16 TB
Burst: 80 MB/s per TB up to 250 MB/s
Ideal for sequential throughput workloads, such as logging and backup
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Cold HDD – burst and base
0
50
100
150
200
250
300
0.5 1 2 4 6 8 10 12 14 16
ThroughputinMB/s
Volume size in TB
Burst Base
192
SC1
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Throughput
is more important
Small, random I/O Large, sequential I/O
Which is more important?
Latency?
i2
gp2 io1 sc1 st1
d2
Choosing an EBS volume type
IOPS
≤ 80,000> 80,000
< 1 ms Single-digit ms ≤ 1,750 MB/s
Aggregate throughput?
> 1,750 MB/s
is more important
Cost Performance
Which is more important?
Cost Performance
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
I/O Provisioned Volumes Throughput Provisioned Volumes
sc1st1io1gp2
$0.10 per GB $0.125 per GB
$0.065 per PIOPS
* All prices are per month, and from the us-west-2 Region as of April 2016
$0.045 per GB $0.025 per GB
Snapshot storage for all volume types is $0.05 per GB per month
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Relational Databases
Relational – MySQL,
PostgreSQL, SQL,
Oracle, SAP
Media
Transcoding,
Encoding,
Rendering, File
Big Data
Hadoop/EMR, Logs,
Stream Processing,
Data Warehousing
NoSQL Databases
Cassandra, MongoDB,
CouchDB, Aerospike
Solid state drive (SSD) Hard disk drive (HDD)
EBS Use Cases
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
EBS Use Case: MySQL
• Use Case
• India’s leading taxi aggregator mobile application
• Amazon EBS and Elastic Volumes for MySQL database
• Value Proposition
• Flexibility: Scale volume capacity as needed, scale performance, automated through Lambda
• Cost: 20-30%, $50k/month savings
• Data availability: EBS is automatically replicated for availability, no replicating data between
nodes
• Data Persistence: Detach and reattach volumes to resize your cluster
• Ola Example
• Ola chose EBS GP2 and IO1 volumes for it’s MySQL databases
• AWS is helping the innovative startup realize its ambitious mission: “We want to build mobility for a
billion Indians,” says Jain. “We want to make transportation hassle free for everyone.”
“By using Amazon EBS, we can scale volume capacity as needed up to 16TB and dynamically increase or
decrease provisioned IOPS.”
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
EBS Use Case: Cassandra (NoSQL)
• Use Case
• EBS GP2 (SSD), ST1 and SC1 Hard Disk Drive (HDD) volumes
• Faster performance, agility, and scalability for their real-time cloud-monitoring solution
• Value Proposition
• Flexibility: Right size instance - CPU and Memory, not storage. With EBS, choose any instance
• Cost: Reduced cost 35%
• Backup: Schedule EBS Snapshots for consistent backups
• Data Persistence: Replacing failed nodes now < 15 minutes. Full ringscale up now <1 hour.
• Monitoring: Get better insights into disk usage with EBS volumes
• Librato Example
• Chose V4.4xlarge + GP2, ST1 and SC1 vs. I2
““We have reduced write latencies across our Cassandra rings by up to 500 milliseconds simply by moving from
I2 to C4 instances with Amazon EBS volumes.That has also contributed to reduced latency for customers when
they interact with our API, giving them faster time to data analysis.”
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
EBS Use Case: Cassandra (NoSQL)
• Use Case
• Elasticity on demand at a cost-effective endpoint to analyze PB of network traffic
• Process, store, and analyze billions of network packets (metadata) and PBs of raw packet data
• Value Proposition
• Flexibility: Right size instance - CPU and Memory, not storage. With EBS, choose any instance
• Cost: Less expensive than on-prem, saved 30% costs by leveraging multi-tiered storage system
with EBS
• Performance: Search petabytes of stored data with 1-3 second response time
• Data Persistence: Detach and reattach volumes to resize your cluster, minutes to move data that
used to take days or weeks
• Protectwise Example
• Chose I2 EC2 (hot data) + GP2, ST1 EBS (warm data), and S3 (cold data)
““Using AWS, we have reduced our storage costs by 95%, meaning we are spending $1 for every $20 we would have spent
on a traditional system.”
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
EBS Use Case: Big Data
• Use Case
• Big data ELK and Splunk to process application logs for their cloud based support platform.
• Value Proposition
• Flexibility: Right size instance - CPU and Memory, not storage. With EBS, choose any instance
• Cost: Reduced cost 60%
• Retention: Increased data retention 3x
• Data Persistence: Detach and reattach volumes to resize your cluster
• Zendesk Example:
““We have a more flexible way to manage our logging solution using multiple types of Amazon EBS volumes.
That helped us save more than 60% of the overall costs of running the solution.”
gp2 st1
Hot data
0–7 Days
Warm data
8–30 days
sc1
Cold data
31–60 days
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
EBS Use Case: Hadoop (Big Data)
• Use Case
• EBS GP2 (SSD), ST1 and SC1 Hard Disk Drive (HDD) volumes
• Cloudera Hadoop to analyze 15TB of data / day so their customers can run advertising campaigns
• Value Proposition
• Flexibility: Right size instance - CPU and Memory, not storage. With EBS, choose any instance
• Cost: More capacity and less processing at a lower price per request
• Elastic: increase capacity, tune performance, and change volume types live (no downtime)
• Data Persistence: Detach and reattach volumes to resize your cluster
• Operational Efficiency: Easy to expand, no more babysitting cluster
• Videology Example
• Chose M4.10xlarge + ST1 HDD Throughput Optimized EBS
““We were able to save $15,000 per month, increase our available storage by 5%, and turn off
eight server nodes by moving to Amazon EBS ST1 volumes to support our Hadoop cluster”
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Hybrid volume use cases
gp2
st1
Amazon EMR Apache Hadoop Example
Frameworks on YARN
HDFS
sc1
EMR cluster
instance
• Random, small I/O
• Shuffle, spill, and temp operations
• Large, sequential I/O
• Multiple volumes for more parallelism
or
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
EBS Use Case: Splunk (Big Data)
• Use Case
• Born in the cloud cyber defense solution
• Process, store, and analyze PB of data
• Value Proposition
• Flexibility: Right size instance - CPU and Memory, not storage. With EBS, choose any instance
• Cost: Less expensive than on-prem
• Data Persistence: Detach and reattach volumes to resize your cluster
• Shell Example
• Search Nodes: 4 x search nodes have 500GB GP2 for dispatch handling and splunk handling
• Index nodes: 40 x EC2 nodes with 10GB GP2 volumes (warm) + 10TB SC1 (cold), 800TB total
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
EBS Use Case: Kafka (Big Data)
• Use Case
• Kafka for internal streaming data framework to ingest 17TB of data per day
• Push data to Cloudera Impala Hadoop cluster and time series database for analysis
• Value Proposition
• Flexibility: Right size instance - CPU and Memory, not storage. With EBS, choose any instance
• Cost: Less expensive than on-prem, GP2 volumes, and D2 instances
• Performance: more consistent IO performance, high throughput
• Data Persistence: Detach and reattach volumes to resize your cluster.
• ViaSat Example
• Chose 30 x M4.2slarge + 6TB EBS ST1 vs D2 instance store or GP2 volumes
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
EBS Use Case: Media & Entertainment
• Use Case
• Ability to handle large files, high IO with high availability in a bursty environment
• Transcode media to multiple formats, add watermarking and perform additional workflows
• Value Proposition
• Flexibility: Right size instance - CPU and Memory, not storage. With EBS, choose any instance
• Cost: Less expensive than on-prem,
• Performance: Have seen above 2.5 Gbps in and out of filer infrastructure
• Throughput: ST1 ideal for sequential workflow. Write once, read many.
• Data Persistence: Detach and reattach volumes to resize your cluster, minutes to move data that
used to take days or weeks
• Pix Systems Example
• Chose C4.2xlarge with 8TB SC1 volumes for high throughput
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Hybrid volume use cases
st1
Case Study:
Info: https://aws.amazon.com/solutions/case-studies/infor-
ebs/
Transaction logs
“We’ve seen much stronger performance for our database backup
workloads with the Amazon EBS ST1 volumes, and we’re also saving
75 percent on our monthly backup costs.”
Randy Young, Director of Cloud Operations, Infor
i2
st1
Full backups
st1
Partial backups
SQL Server
Database
EBS
snapshots
© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved
Summary
Use encryption if you
need it
Take snapshots,
tag snapshots
Select the right
instance for your
workload
Select the right
volume for your
workload

More Related Content

What's hot

PASS 17 SQL Server on AWS Best Practices
PASS 17 SQL Server on AWS Best PracticesPASS 17 SQL Server on AWS Best Practices
PASS 17 SQL Server on AWS Best PracticesAmazon Web Services
 
Amazon Elastic File System (EFS) for File Storage
Amazon Elastic File System (EFS) for File StorageAmazon Elastic File System (EFS) for File Storage
Amazon Elastic File System (EFS) for File StorageAmazon Web Services
 
Best Practices for Architecting Cloud Backup and Recovery Solutions - AWS Mar...
Best Practices for Architecting Cloud Backup and Recovery Solutions - AWS Mar...Best Practices for Architecting Cloud Backup and Recovery Solutions - AWS Mar...
Best Practices for Architecting Cloud Backup and Recovery Solutions - AWS Mar...Amazon Web Services
 
Design, Deploy, and Optimize Microsoft SQL Server on AWS
Design, Deploy, and Optimize Microsoft SQL Server on AWSDesign, Deploy, and Optimize Microsoft SQL Server on AWS
Design, Deploy, and Optimize Microsoft SQL Server on AWSAmazon Web Services
 
Storage TCO using AWS Storage Gateway, Amazon S3 and Amazon Glacier (STG202) ...
Storage TCO using AWS Storage Gateway, Amazon S3 and Amazon Glacier (STG202) ...Storage TCO using AWS Storage Gateway, Amazon S3 and Amazon Glacier (STG202) ...
Storage TCO using AWS Storage Gateway, Amazon S3 and Amazon Glacier (STG202) ...Amazon Web Services
 
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)Amazon Web Services
 
Integrating On-premises Enterprise Storage Workloads with AWS (ENT301) | AWS ...
Integrating On-premises Enterprise Storage Workloads with AWS (ENT301) | AWS ...Integrating On-premises Enterprise Storage Workloads with AWS (ENT301) | AWS ...
Integrating On-premises Enterprise Storage Workloads with AWS (ENT301) | AWS ...Amazon Web Services
 
Backup and archiving in the aws cloud
Backup and archiving in the aws cloudBackup and archiving in the aws cloud
Backup and archiving in the aws cloudAmazon Web Services
 
Running Oracle Databases on Amazon RDS - DAT313 - re:Invent 2017
Running Oracle Databases on Amazon RDS - DAT313 - re:Invent 2017Running Oracle Databases on Amazon RDS - DAT313 - re:Invent 2017
Running Oracle Databases on Amazon RDS - DAT313 - re:Invent 2017Amazon Web Services
 
WIN301-Migrating Microsoft SQL Server Databases to AWS-Best Practices and Pat...
WIN301-Migrating Microsoft SQL Server Databases to AWS-Best Practices and Pat...WIN301-Migrating Microsoft SQL Server Databases to AWS-Best Practices and Pat...
WIN301-Migrating Microsoft SQL Server Databases to AWS-Best Practices and Pat...Amazon Web Services
 
AWS Storage Tiers for Enterprise Workloads - Best Practices (STG301) | AWS re...
AWS Storage Tiers for Enterprise Workloads - Best Practices (STG301) | AWS re...AWS Storage Tiers for Enterprise Workloads - Best Practices (STG301) | AWS re...
AWS Storage Tiers for Enterprise Workloads - Best Practices (STG301) | AWS re...Amazon Web Services
 
Overview and Best Practices for Amazon Elastic Block Store - September 2016 W...
Overview and Best Practices for Amazon Elastic Block Store - September 2016 W...Overview and Best Practices for Amazon Elastic Block Store - September 2016 W...
Overview and Best Practices for Amazon Elastic Block Store - September 2016 W...Amazon Web Services
 
SRV401 Deep Dive on Amazon Elastic File System (Amazon EFS)
SRV401 Deep Dive on Amazon Elastic File System (Amazon EFS)SRV401 Deep Dive on Amazon Elastic File System (Amazon EFS)
SRV401 Deep Dive on Amazon Elastic File System (Amazon EFS)Amazon Web Services
 
Strategic Uses for Cost Efficient Long-Term Cloud Storage
Strategic Uses for Cost Efficient Long-Term Cloud StorageStrategic Uses for Cost Efficient Long-Term Cloud Storage
Strategic Uses for Cost Efficient Long-Term Cloud StorageAmazon Web Services
 
Best Practices running SQL Server on AWS
Best Practices running SQL Server on AWSBest Practices running SQL Server on AWS
Best Practices running SQL Server on AWSAmazon Web Services
 
AWS Summit London 2014 | Scaling on AWS for the First 10 Million Users (200)
AWS Summit London 2014 | Scaling on AWS for the First 10 Million Users (200)AWS Summit London 2014 | Scaling on AWS for the First 10 Million Users (200)
AWS Summit London 2014 | Scaling on AWS for the First 10 Million Users (200)Amazon Web Services
 
Media Content Ingest, Storage, and Archiving with AWS - John Downey, Amazon W...
Media Content Ingest, Storage, and Archiving with AWS - John Downey, Amazon W...Media Content Ingest, Storage, and Archiving with AWS - John Downey, Amazon W...
Media Content Ingest, Storage, and Archiving with AWS - John Downey, Amazon W...Amazon Web Services
 
How to Scale to Millions of Users with AWS
How to Scale to Millions of Users with AWSHow to Scale to Millions of Users with AWS
How to Scale to Millions of Users with AWSAmazon Web Services
 

What's hot (20)

PASS 17 SQL Server on AWS Best Practices
PASS 17 SQL Server on AWS Best PracticesPASS 17 SQL Server on AWS Best Practices
PASS 17 SQL Server on AWS Best Practices
 
Amazon Elastic File System (EFS) for File Storage
Amazon Elastic File System (EFS) for File StorageAmazon Elastic File System (EFS) for File Storage
Amazon Elastic File System (EFS) for File Storage
 
Best Practices for Architecting Cloud Backup and Recovery Solutions - AWS Mar...
Best Practices for Architecting Cloud Backup and Recovery Solutions - AWS Mar...Best Practices for Architecting Cloud Backup and Recovery Solutions - AWS Mar...
Best Practices for Architecting Cloud Backup and Recovery Solutions - AWS Mar...
 
Design, Deploy, and Optimize Microsoft SQL Server on AWS
Design, Deploy, and Optimize Microsoft SQL Server on AWSDesign, Deploy, and Optimize Microsoft SQL Server on AWS
Design, Deploy, and Optimize Microsoft SQL Server on AWS
 
Storage TCO using AWS Storage Gateway, Amazon S3 and Amazon Glacier (STG202) ...
Storage TCO using AWS Storage Gateway, Amazon S3 and Amazon Glacier (STG202) ...Storage TCO using AWS Storage Gateway, Amazon S3 and Amazon Glacier (STG202) ...
Storage TCO using AWS Storage Gateway, Amazon S3 and Amazon Glacier (STG202) ...
 
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
 
Integrating On-premises Enterprise Storage Workloads with AWS (ENT301) | AWS ...
Integrating On-premises Enterprise Storage Workloads with AWS (ENT301) | AWS ...Integrating On-premises Enterprise Storage Workloads with AWS (ENT301) | AWS ...
Integrating On-premises Enterprise Storage Workloads with AWS (ENT301) | AWS ...
 
Aws Elastic Block Storage
Aws Elastic Block StorageAws Elastic Block Storage
Aws Elastic Block Storage
 
Backup and archiving in the aws cloud
Backup and archiving in the aws cloudBackup and archiving in the aws cloud
Backup and archiving in the aws cloud
 
Running Oracle Databases on Amazon RDS - DAT313 - re:Invent 2017
Running Oracle Databases on Amazon RDS - DAT313 - re:Invent 2017Running Oracle Databases on Amazon RDS - DAT313 - re:Invent 2017
Running Oracle Databases on Amazon RDS - DAT313 - re:Invent 2017
 
WIN301-Migrating Microsoft SQL Server Databases to AWS-Best Practices and Pat...
WIN301-Migrating Microsoft SQL Server Databases to AWS-Best Practices and Pat...WIN301-Migrating Microsoft SQL Server Databases to AWS-Best Practices and Pat...
WIN301-Migrating Microsoft SQL Server Databases to AWS-Best Practices and Pat...
 
AWS Storage Tiers for Enterprise Workloads - Best Practices (STG301) | AWS re...
AWS Storage Tiers for Enterprise Workloads - Best Practices (STG301) | AWS re...AWS Storage Tiers for Enterprise Workloads - Best Practices (STG301) | AWS re...
AWS Storage Tiers for Enterprise Workloads - Best Practices (STG301) | AWS re...
 
Overview and Best Practices for Amazon Elastic Block Store - September 2016 W...
Overview and Best Practices for Amazon Elastic Block Store - September 2016 W...Overview and Best Practices for Amazon Elastic Block Store - September 2016 W...
Overview and Best Practices for Amazon Elastic Block Store - September 2016 W...
 
SRV401 Deep Dive on Amazon Elastic File System (Amazon EFS)
SRV401 Deep Dive on Amazon Elastic File System (Amazon EFS)SRV401 Deep Dive on Amazon Elastic File System (Amazon EFS)
SRV401 Deep Dive on Amazon Elastic File System (Amazon EFS)
 
Intro to AWS: Database Services
Intro to AWS: Database ServicesIntro to AWS: Database Services
Intro to AWS: Database Services
 
Strategic Uses for Cost Efficient Long-Term Cloud Storage
Strategic Uses for Cost Efficient Long-Term Cloud StorageStrategic Uses for Cost Efficient Long-Term Cloud Storage
Strategic Uses for Cost Efficient Long-Term Cloud Storage
 
Best Practices running SQL Server on AWS
Best Practices running SQL Server on AWSBest Practices running SQL Server on AWS
Best Practices running SQL Server on AWS
 
AWS Summit London 2014 | Scaling on AWS for the First 10 Million Users (200)
AWS Summit London 2014 | Scaling on AWS for the First 10 Million Users (200)AWS Summit London 2014 | Scaling on AWS for the First 10 Million Users (200)
AWS Summit London 2014 | Scaling on AWS for the First 10 Million Users (200)
 
Media Content Ingest, Storage, and Archiving with AWS - John Downey, Amazon W...
Media Content Ingest, Storage, and Archiving with AWS - John Downey, Amazon W...Media Content Ingest, Storage, and Archiving with AWS - John Downey, Amazon W...
Media Content Ingest, Storage, and Archiving with AWS - John Downey, Amazon W...
 
How to Scale to Millions of Users with AWS
How to Scale to Millions of Users with AWSHow to Scale to Millions of Users with AWS
How to Scale to Millions of Users with AWS
 

Similar to Amazon Elastic Block Store for Application Storage

Amazon Elastic Block Store for Application Storage
Amazon Elastic Block Store for Application StorageAmazon Elastic Block Store for Application Storage
Amazon Elastic Block Store for Application StorageAmazon Web Services
 
Tech Talks On Site- Edição de Agosto- Armazenamento em AWS
Tech Talks On Site- Edição de Agosto- Armazenamento em AWSTech Talks On Site- Edição de Agosto- Armazenamento em AWS
Tech Talks On Site- Edição de Agosto- Armazenamento em AWSAmazon Web Services LATAM
 
Deep Dive on Amazon Elastic Block Storage (Amazon EBS) (STG310-R1) - AWS re:I...
Deep Dive on Amazon Elastic Block Storage (Amazon EBS) (STG310-R1) - AWS re:I...Deep Dive on Amazon Elastic Block Storage (Amazon EBS) (STG310-R1) - AWS re:I...
Deep Dive on Amazon Elastic Block Storage (Amazon EBS) (STG310-R1) - AWS re:I...Amazon Web Services
 
Optimizing Amazon EBS for Performance (CMP317-R2) - AWS re:Invent 2018
Optimizing Amazon EBS for Performance (CMP317-R2) - AWS re:Invent 2018Optimizing Amazon EBS for Performance (CMP317-R2) - AWS re:Invent 2018
Optimizing Amazon EBS for Performance (CMP317-R2) - AWS re:Invent 2018Amazon Web Services
 
Optimizing Amazon EBS for Performance (CMP371) - AWS re:Invent 2018
Optimizing Amazon EBS for Performance (CMP371) - AWS re:Invent 2018Optimizing Amazon EBS for Performance (CMP371) - AWS re:Invent 2018
Optimizing Amazon EBS for Performance (CMP371) - AWS re:Invent 2018Amazon Web Services
 
What's New in Amazon Relational Database Service (DAT203) - AWS re:Invent 2018
What's New in Amazon Relational Database Service (DAT203) - AWS re:Invent 2018What's New in Amazon Relational Database Service (DAT203) - AWS re:Invent 2018
What's New in Amazon Relational Database Service (DAT203) - AWS re:Invent 2018Amazon Web Services
 
Introduction to Block and File storage on AWS
Introduction to Block and File storage on AWSIntroduction to Block and File storage on AWS
Introduction to Block and File storage on AWSAmazon Web Services
 
Backing Up Amazon EC2 with Amazon EBS Snapshots (CMP301-R1) - AWS re:Invent 2018
Backing Up Amazon EC2 with Amazon EBS Snapshots (CMP301-R1) - AWS re:Invent 2018Backing Up Amazon EC2 with Amazon EBS Snapshots (CMP301-R1) - AWS re:Invent 2018
Backing Up Amazon EC2 with Amazon EBS Snapshots (CMP301-R1) - AWS re:Invent 2018Amazon Web Services
 
Armazenamento em Amazon Web Service para Setor Publico
 Armazenamento em Amazon Web Service para Setor Publico  Armazenamento em Amazon Web Service para Setor Publico
Armazenamento em Amazon Web Service para Setor Publico Amazon Web Services LATAM
 
Building a Strong Foundation with AWS Storage Services
Building a Strong Foundation with AWS Storage ServicesBuilding a Strong Foundation with AWS Storage Services
Building a Strong Foundation with AWS Storage ServicesAmazon Web Services
 
Design, Deploy, and Optimize Microsoft SQL Server on AWS (WIN324-R1) - AWS re...
Design, Deploy, and Optimize Microsoft SQL Server on AWS (WIN324-R1) - AWS re...Design, Deploy, and Optimize Microsoft SQL Server on AWS (WIN324-R1) - AWS re...
Design, Deploy, and Optimize Microsoft SQL Server on AWS (WIN324-R1) - AWS re...Amazon Web Services
 
STG316_Optimizing Storage for Big Data Workloads
STG316_Optimizing Storage for Big Data WorkloadsSTG316_Optimizing Storage for Big Data Workloads
STG316_Optimizing Storage for Big Data WorkloadsAmazon Web Services
 
Securing your block storage on AWS - GRC207 - AWS re:Inforce 2019
Securing your block storage on AWS - GRC207 - AWS re:Inforce 2019 Securing your block storage on AWS - GRC207 - AWS re:Inforce 2019
Securing your block storage on AWS - GRC207 - AWS re:Inforce 2019 Amazon Web Services
 
Log Analytics with Amazon Elasticsearch Service & Kibana
Log Analytics with Amazon Elasticsearch Service & KibanaLog Analytics with Amazon Elasticsearch Service & Kibana
Log Analytics with Amazon Elasticsearch Service & KibanaAmazon Web Services
 

Similar to Amazon Elastic Block Store for Application Storage (20)

Amazon Elastic Block Store for Application Storage
Amazon Elastic Block Store for Application StorageAmazon Elastic Block Store for Application Storage
Amazon Elastic Block Store for Application Storage
 
Tech Talks On Site- Edição de Agosto- Armazenamento em AWS
Tech Talks On Site- Edição de Agosto- Armazenamento em AWSTech Talks On Site- Edição de Agosto- Armazenamento em AWS
Tech Talks On Site- Edição de Agosto- Armazenamento em AWS
 
(STG402) Amazon EBS Deep Dive
(STG402) Amazon EBS Deep Dive(STG402) Amazon EBS Deep Dive
(STG402) Amazon EBS Deep Dive
 
Deep Dive on Amazon Elastic Block Storage (Amazon EBS) (STG310-R1) - AWS re:I...
Deep Dive on Amazon Elastic Block Storage (Amazon EBS) (STG310-R1) - AWS re:I...Deep Dive on Amazon Elastic Block Storage (Amazon EBS) (STG310-R1) - AWS re:I...
Deep Dive on Amazon Elastic Block Storage (Amazon EBS) (STG310-R1) - AWS re:I...
 
Optimizing Amazon EBS for Performance (CMP317-R2) - AWS re:Invent 2018
Optimizing Amazon EBS for Performance (CMP317-R2) - AWS re:Invent 2018Optimizing Amazon EBS for Performance (CMP317-R2) - AWS re:Invent 2018
Optimizing Amazon EBS for Performance (CMP317-R2) - AWS re:Invent 2018
 
Optimizing Amazon EBS for Performance (CMP371) - AWS re:Invent 2018
Optimizing Amazon EBS for Performance (CMP371) - AWS re:Invent 2018Optimizing Amazon EBS for Performance (CMP371) - AWS re:Invent 2018
Optimizing Amazon EBS for Performance (CMP371) - AWS re:Invent 2018
 
What's New in Amazon Relational Database Service (DAT203) - AWS re:Invent 2018
What's New in Amazon Relational Database Service (DAT203) - AWS re:Invent 2018What's New in Amazon Relational Database Service (DAT203) - AWS re:Invent 2018
What's New in Amazon Relational Database Service (DAT203) - AWS re:Invent 2018
 
Introduction to Block and File storage on AWS
Introduction to Block and File storage on AWSIntroduction to Block and File storage on AWS
Introduction to Block and File storage on AWS
 
Backing Up Amazon EC2 with Amazon EBS Snapshots (CMP301-R1) - AWS re:Invent 2018
Backing Up Amazon EC2 with Amazon EBS Snapshots (CMP301-R1) - AWS re:Invent 2018Backing Up Amazon EC2 with Amazon EBS Snapshots (CMP301-R1) - AWS re:Invent 2018
Backing Up Amazon EC2 with Amazon EBS Snapshots (CMP301-R1) - AWS re:Invent 2018
 
Armazenamento em Amazon Web Service para Setor Publico
 Armazenamento em Amazon Web Service para Setor Publico  Armazenamento em Amazon Web Service para Setor Publico
Armazenamento em Amazon Web Service para Setor Publico
 
Building a Strong Foundation with AWS Storage Services
Building a Strong Foundation with AWS Storage ServicesBuilding a Strong Foundation with AWS Storage Services
Building a Strong Foundation with AWS Storage Services
 
Design, Deploy, and Optimize Microsoft SQL Server on AWS (WIN324-R1) - AWS re...
Design, Deploy, and Optimize Microsoft SQL Server on AWS (WIN324-R1) - AWS re...Design, Deploy, and Optimize Microsoft SQL Server on AWS (WIN324-R1) - AWS re...
Design, Deploy, and Optimize Microsoft SQL Server on AWS (WIN324-R1) - AWS re...
 
STG316_Optimizing Storage for Big Data Workloads
STG316_Optimizing Storage for Big Data WorkloadsSTG316_Optimizing Storage for Big Data Workloads
STG316_Optimizing Storage for Big Data Workloads
 
Securing your block storage on AWS - GRC207 - AWS re:Inforce 2019
Securing your block storage on AWS - GRC207 - AWS re:Inforce 2019 Securing your block storage on AWS - GRC207 - AWS re:Inforce 2019
Securing your block storage on AWS - GRC207 - AWS re:Inforce 2019
 
SQL Server on AWS
SQL Server on AWSSQL Server on AWS
SQL Server on AWS
 
SQL Server on AWS
SQL Server on AWSSQL Server on AWS
SQL Server on AWS
 
Log Analytics with Amazon Elasticsearch Service & Kibana
Log Analytics with Amazon Elasticsearch Service & KibanaLog Analytics with Amazon Elasticsearch Service & Kibana
Log Analytics with Amazon Elasticsearch Service & Kibana
 
SRV321 Deep Dive on Amazon EBS
SRV321 Deep Dive on Amazon EBSSRV321 Deep Dive on Amazon EBS
SRV321 Deep Dive on Amazon EBS
 
SRV321 Deep Dive on Amazon EBS
 SRV321 Deep Dive on Amazon EBS SRV321 Deep Dive on Amazon EBS
SRV321 Deep Dive on Amazon EBS
 
STG306_Deep Dive on Amazon EBS
STG306_Deep Dive on Amazon EBSSTG306_Deep Dive on Amazon EBS
STG306_Deep Dive on Amazon EBS
 

More from Amazon Web Services

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Amazon Web Services
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Amazon Web Services
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateAmazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSAmazon Web Services
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Amazon Web Services
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Amazon Web Services
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...Amazon Web Services
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsAmazon Web Services
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareAmazon Web Services
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSAmazon Web Services
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAmazon Web Services
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareAmazon Web Services
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWSAmazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckAmazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without serversAmazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...Amazon Web Services
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceAmazon Web Services
 

More from Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 

Amazon Elastic Block Store for Application Storage

  • 1. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Amazon Elastic Block Store for Application Storage David Stein Business Development Manager
  • 2. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Cloud Data Migration Direct ConnectSnow* data transport family 3rd Party Connectors Transfer Acceleration Storage Gateway Kinesis Firehose AWS Storage Platform and Solutions Object Amazon GlacierAmazon S3 Block Amazon EBS (persistent) Amazon EC2 Instance Store (ephemeral) File Amazon EFS
  • 3. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved AWS block storage offerings EC2 instance store I2/I3 D2
  • 4. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What is Amazon EC2 instance store? EC2 instances • Local to instance • Non-persistent data store • Data not replicated (by default) • No snapshot support • SSD or HDD Physical Host Instance Store or
  • 5. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved AWS block storage offerings EC2 instance store sc1st1 io1gp2 EBS SSD-backed volumes EBS HDD-backed volumes I2/I3 D2
  • 6. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What is EBS? EBS volume EC2 instance • Block storage as a service • Create, attach volumes through an API • Service accessed over the network
  • 7. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What is EBS? EBS volume EC2 instance !=
  • 8. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What is EBS? EBS volume EC2 instance
  • 9. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What is EBS? EBS volume Availability Zone AWS Region EC2 instance
  • 10. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What is EBS? EBS volume EC2 instance EC2 instance • Volumes persist independent of EC2 • Detach and attach between instances • Volume and instance must be in the same AZ Availability Zone AWS Region
  • 11. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What is EBS? EBS boot volume Availability Zone AWS Region EC2 instance EBS data volume EBS data volume • Volumes attach to one instance at a time • Many volumes can attach to an instance • Separate boot volume from data volumes
  • 12. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved EBS is designed for: What is EBS? 99.999% service availability 0.1% to 0.2% annual failure rate (AFR)
  • 13. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What is an EBS snapshot? EBS volume Availability Zone AWS Region Amazon S3 EBS snapshot Availability Zone Replica
  • 14. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved How does an EBS snapshot work? EBS volume • Point-in-time backup of modified volume blocks • Stored in S3, accessed via EBS APIs • Subsequent snapshots are incremental • Deleting snapshot will only remove data exclusive to that snapshot EBS snapshot
  • 15. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What can you do with a snapshot? EBS volume Availability Zone AWS Region EC2 instance EBS snapshot AMI
  • 16. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What can you do with a snapshot? EBS volume Availability Zone AWS Region Amazon S3 EBS snapshot Availability Zone EBS volume Replica Replica
  • 17. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What can you do with a snapshot? EBS volume Availability Zone AWS Region Amazon S3 EBS snapshot EBS volume Availability Zone AWS Region EBS snapshot Replica Replica
  • 18. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What can you do with a snapshot? AWS Region Public datasets on AWS available as EBS snapshots: Availability Zone EBS volume https://aws.amazon.com/public-data-sets/ • Genomic • Census • Global weather • Transportation Replica
  • 19. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What is an EBS-optimized instance? EBS volume Availability Zone AWS Region EBS-optimized EC2 instance
  • 20. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What is an EBS-optimized instance? EBS EC2 instances Internet Databases ~ 125 MB/s S3 Shared c3.2xlarge
  • 21. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What is an EBS-optimized instance? EBS EC2 instances InternetDatabases c4.2xlarge S3 ~ 125 MB/s Shared
  • 22. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What is an EBS-optimized instance? More details: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html • Dedicated network bandwidth for EBS I/O • Enabled by default on c4, d2, m4, p2, and x1 instances • Can be enabled at instance launch or on a running instance • Not an option on some 10 Gbps instance types (c3.8xlarge, r3.8xlarge, i2.8xlarge)
  • 23. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What is EBS encryption? Encryption • Attach both encrypted and unencrypted • No volume performance impact • Any current generation instance • Supported by all EBS volume types • Snapshots also encrypted • No extra cost • Boot and data volumes can be encrypted
  • 24. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved What is the Elastic Volumes feature? • Simple; Flexible; Non-disruptive; Automated • Modify the configuration of live volumes attached to instances • Dynamically increase size, tune performance, and change the type of existing and new current generation volumes • No downtime, no performance impact. • You can automate changes using CloudWatch with Lambda or CloudFormation • No need to plan ahead, provision what you need today and change the configuration as business needs change.
  • 25. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Elastic Volume – Limitations • Limit – You can modify a volume once per 6 hours • Limit – Supported only for current generation volumes (gp2/io1/st1/sc1). Not supported for Magnetic/Standard volumes • Limit - Live changes supported for volumes attached to current generation instances
  • 26. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved How does it work? • Three steps – Issue the modification command – Monitor the progress of the modification – If size change extend the volume's file system
  • 27. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Recap: Benefits of EBS • Persistent – delete instances without losing your data, detach and reattach volumes without having to replicate data between nodes • Elastic –dynamically increase capacity, change volume types, and tune performance • Available – designed for 99.999% availability • Durable – designed for an annual failure rate (AFR) of between 0.1% - 0.2%. EBS Snapshots for backups. • Secure – seamless support for data-at-rest and data-in-transit encryption between EC2 instances and EBS volumes
  • 28. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved EBS volume types
  • 29. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved EBS volume types Hard disk driveSolid state drive
  • 30. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved EBS volume types General Purpose SSD gp2 Provisioned IOPS SSD io1 Throughput Optimized HDD st1 Cold HDD sc1 SSD HDD
  • 31. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Relational Databases Relational – MySQL, PostgreSQL, SQL, Oracle, SAP Media Transcoding, Encoding, Rendering, File Big Data Hadoop/EMR, Logs, Stream Processing, Data Warehousing NoSQL Databases Cassandra, MongoDB, CouchDB, Aerospike Solid state drive (SSD) Hard disk drive (HDD) EBS Use Cases
  • 32. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Throughput? or IOPS Choosing an EBS volume type What is more important to your workload:
  • 33. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Don’t know Choosing an EBS volume your workload yet?
  • 34. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved EBS volume types: I/O Provisioned General Purpose SSD gp2 Throughput: 160 MB/s Latency: Single-digit ms Capacity: 1 GB to 16 TB Baseline: 3 IOPS per GB up to 10,000 Burst: 3,000 IOPS (for volumes up to 1 TB) Great for boot volumes, low-latency applications, and bursty databases
  • 35. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Burst & baseline: General Purpose SSD (gp2)IOPS 0 1 16 1,000 2,000 3,000 8,000 10,000 BASELINE IOPS (Baseline of 3 IOPS/GB) Burstable to 3,000 IOPS 3 90.5 Volume size (TB) ~ 3334 GB 100 IOPS Minimum 300 GB volume
  • 36. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Throughput? or IOPS Choosing an EBS volume type What is more important to your workload:
  • 37. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved i2 gp2 io1 Choosing an EBS volume type Latency ? < 1 ms Single-digit ms Which is more important ? Cost Performance IOPS ≤ 80,000> 80,000 is more important
  • 38. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved EBS volume types: I/O Provisioned Provisioned IOPS SSD io1 Baseline: 100 to 20,000 IOPS Throughput: 320 MB/s Latency: Single-digit ms Capacity: 4 GB to 16 TB Ideal for critical applications and databases with sustained IOPS
  • 39. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Scaling Provisioned IOPS SSD (io1)IOPS 0 2 16 1,000 5,000 10,000 15,000 20,000 6 90.4 MAX PROVISIONED IOPS (Maximum IOPS:GB ratio of 50:1) Available Provisioned IOPS Volume Size (TB) ~ 400 GB
  • 40. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved i2 gp2 io1 Choosing an EBS volume type Latency ? < 1 ms Single-digit ms Which is more important ? Cost Performance IOPS ≤ 80,000> 80,000 is more important Throughput?
  • 41. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Throughput is more important Small, random I/O Large, sequential I/O i2 gp2 io1 st1 d2 Choosing an EBS volume type Latency ? < 1 ms Single-digit ms ≤ 1,750 MB/s Aggregate throughput? > 1,750 MB/s Which is more important ? Cost Performance IOPS ≤ 80,000> 80,000 is more important Which is more important ? Cost Performance
  • 42. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved EBS volume types: Throughput Provisioned Throughput Optimized HDD st1 Baseline: 40 MB/s per TB up to 500 MB/s Capacity: 500 GB to 16 TB Burst: 250 MB/s per TB up to 500 MB/s Ideal for large-block, high-throughput sequential workloads
  • 43. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Throughput Optimized HDD – burst and base 0 100 200 300 400 500 600 0.5 1 2 4 6 8 10 12 14 16 ThroughputinMB/s Volume Size in TB Burst Base 320 ST1
  • 44. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Throughput is more important Small, random I//O Large, sequential I/O Which is more important? Latency? i2 gp2 io1 sc1 st1 d2 Choosing an EBS volume type IOPS ≤ 80,000> 80,000 < 1 ms Single-digit ms ≤ 1,750 MB/s Aggregate throughput? > 1,750 MB/s is more important Cost Performance Which is more important? Cost Performance
  • 45. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Cold HDD sc1 EBS volume types: Throughput Provisioned Baseline: 12 MB/s per TB up to 192 MB/s Capacity: 500 GB to 16 TB Burst: 80 MB/s per TB up to 250 MB/s Ideal for sequential throughput workloads, such as logging and backup
  • 46. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Cold HDD – burst and base 0 50 100 150 200 250 300 0.5 1 2 4 6 8 10 12 14 16 ThroughputinMB/s Volume size in TB Burst Base 192 SC1
  • 47. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Throughput is more important Small, random I/O Large, sequential I/O Which is more important? Latency? i2 gp2 io1 sc1 st1 d2 Choosing an EBS volume type IOPS ≤ 80,000> 80,000 < 1 ms Single-digit ms ≤ 1,750 MB/s Aggregate throughput? > 1,750 MB/s is more important Cost Performance Which is more important? Cost Performance
  • 48. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved I/O Provisioned Volumes Throughput Provisioned Volumes sc1st1io1gp2 $0.10 per GB $0.125 per GB $0.065 per PIOPS * All prices are per month, and from the us-west-2 Region as of April 2016 $0.045 per GB $0.025 per GB Snapshot storage for all volume types is $0.05 per GB per month
  • 49. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Relational Databases Relational – MySQL, PostgreSQL, SQL, Oracle, SAP Media Transcoding, Encoding, Rendering, File Big Data Hadoop/EMR, Logs, Stream Processing, Data Warehousing NoSQL Databases Cassandra, MongoDB, CouchDB, Aerospike Solid state drive (SSD) Hard disk drive (HDD) EBS Use Cases
  • 50. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved EBS Use Case: MySQL • Use Case • India’s leading taxi aggregator mobile application • Amazon EBS and Elastic Volumes for MySQL database • Value Proposition • Flexibility: Scale volume capacity as needed, scale performance, automated through Lambda • Cost: 20-30%, $50k/month savings • Data availability: EBS is automatically replicated for availability, no replicating data between nodes • Data Persistence: Detach and reattach volumes to resize your cluster • Ola Example • Ola chose EBS GP2 and IO1 volumes for it’s MySQL databases • AWS is helping the innovative startup realize its ambitious mission: “We want to build mobility for a billion Indians,” says Jain. “We want to make transportation hassle free for everyone.” “By using Amazon EBS, we can scale volume capacity as needed up to 16TB and dynamically increase or decrease provisioned IOPS.”
  • 51. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved EBS Use Case: Cassandra (NoSQL) • Use Case • EBS GP2 (SSD), ST1 and SC1 Hard Disk Drive (HDD) volumes • Faster performance, agility, and scalability for their real-time cloud-monitoring solution • Value Proposition • Flexibility: Right size instance - CPU and Memory, not storage. With EBS, choose any instance • Cost: Reduced cost 35% • Backup: Schedule EBS Snapshots for consistent backups • Data Persistence: Replacing failed nodes now < 15 minutes. Full ringscale up now <1 hour. • Monitoring: Get better insights into disk usage with EBS volumes • Librato Example • Chose V4.4xlarge + GP2, ST1 and SC1 vs. I2 ““We have reduced write latencies across our Cassandra rings by up to 500 milliseconds simply by moving from I2 to C4 instances with Amazon EBS volumes.That has also contributed to reduced latency for customers when they interact with our API, giving them faster time to data analysis.”
  • 52. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved EBS Use Case: Cassandra (NoSQL) • Use Case • Elasticity on demand at a cost-effective endpoint to analyze PB of network traffic • Process, store, and analyze billions of network packets (metadata) and PBs of raw packet data • Value Proposition • Flexibility: Right size instance - CPU and Memory, not storage. With EBS, choose any instance • Cost: Less expensive than on-prem, saved 30% costs by leveraging multi-tiered storage system with EBS • Performance: Search petabytes of stored data with 1-3 second response time • Data Persistence: Detach and reattach volumes to resize your cluster, minutes to move data that used to take days or weeks • Protectwise Example • Chose I2 EC2 (hot data) + GP2, ST1 EBS (warm data), and S3 (cold data) ““Using AWS, we have reduced our storage costs by 95%, meaning we are spending $1 for every $20 we would have spent on a traditional system.”
  • 53. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved EBS Use Case: Big Data • Use Case • Big data ELK and Splunk to process application logs for their cloud based support platform. • Value Proposition • Flexibility: Right size instance - CPU and Memory, not storage. With EBS, choose any instance • Cost: Reduced cost 60% • Retention: Increased data retention 3x • Data Persistence: Detach and reattach volumes to resize your cluster • Zendesk Example: ““We have a more flexible way to manage our logging solution using multiple types of Amazon EBS volumes. That helped us save more than 60% of the overall costs of running the solution.” gp2 st1 Hot data 0–7 Days Warm data 8–30 days sc1 Cold data 31–60 days
  • 54. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved EBS Use Case: Hadoop (Big Data) • Use Case • EBS GP2 (SSD), ST1 and SC1 Hard Disk Drive (HDD) volumes • Cloudera Hadoop to analyze 15TB of data / day so their customers can run advertising campaigns • Value Proposition • Flexibility: Right size instance - CPU and Memory, not storage. With EBS, choose any instance • Cost: More capacity and less processing at a lower price per request • Elastic: increase capacity, tune performance, and change volume types live (no downtime) • Data Persistence: Detach and reattach volumes to resize your cluster • Operational Efficiency: Easy to expand, no more babysitting cluster • Videology Example • Chose M4.10xlarge + ST1 HDD Throughput Optimized EBS ““We were able to save $15,000 per month, increase our available storage by 5%, and turn off eight server nodes by moving to Amazon EBS ST1 volumes to support our Hadoop cluster”
  • 55. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Hybrid volume use cases gp2 st1 Amazon EMR Apache Hadoop Example Frameworks on YARN HDFS sc1 EMR cluster instance • Random, small I/O • Shuffle, spill, and temp operations • Large, sequential I/O • Multiple volumes for more parallelism or
  • 56. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved EBS Use Case: Splunk (Big Data) • Use Case • Born in the cloud cyber defense solution • Process, store, and analyze PB of data • Value Proposition • Flexibility: Right size instance - CPU and Memory, not storage. With EBS, choose any instance • Cost: Less expensive than on-prem • Data Persistence: Detach and reattach volumes to resize your cluster • Shell Example • Search Nodes: 4 x search nodes have 500GB GP2 for dispatch handling and splunk handling • Index nodes: 40 x EC2 nodes with 10GB GP2 volumes (warm) + 10TB SC1 (cold), 800TB total
  • 57. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved EBS Use Case: Kafka (Big Data) • Use Case • Kafka for internal streaming data framework to ingest 17TB of data per day • Push data to Cloudera Impala Hadoop cluster and time series database for analysis • Value Proposition • Flexibility: Right size instance - CPU and Memory, not storage. With EBS, choose any instance • Cost: Less expensive than on-prem, GP2 volumes, and D2 instances • Performance: more consistent IO performance, high throughput • Data Persistence: Detach and reattach volumes to resize your cluster. • ViaSat Example • Chose 30 x M4.2slarge + 6TB EBS ST1 vs D2 instance store or GP2 volumes
  • 58. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved EBS Use Case: Media & Entertainment • Use Case • Ability to handle large files, high IO with high availability in a bursty environment • Transcode media to multiple formats, add watermarking and perform additional workflows • Value Proposition • Flexibility: Right size instance - CPU and Memory, not storage. With EBS, choose any instance • Cost: Less expensive than on-prem, • Performance: Have seen above 2.5 Gbps in and out of filer infrastructure • Throughput: ST1 ideal for sequential workflow. Write once, read many. • Data Persistence: Detach and reattach volumes to resize your cluster, minutes to move data that used to take days or weeks • Pix Systems Example • Chose C4.2xlarge with 8TB SC1 volumes for high throughput
  • 59. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved© 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Hybrid volume use cases st1 Case Study: Info: https://aws.amazon.com/solutions/case-studies/infor- ebs/ Transaction logs “We’ve seen much stronger performance for our database backup workloads with the Amazon EBS ST1 volumes, and we’re also saving 75 percent on our monthly backup costs.” Randy Young, Director of Cloud Operations, Infor i2 st1 Full backups st1 Partial backups SQL Server Database EBS snapshots
  • 60. © 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved Summary Use encryption if you need it Take snapshots, tag snapshots Select the right instance for your workload Select the right volume for your workload