SlideShare ist ein Scribd-Unternehmen logo
1 von 44
STG301 - Amazon Web Services Storage Tiers
Headline goes here
Enterprise Workloads - Best Practices
Sub headline goes here

Tom Laszewski
Solution Architect, AWS
November 15, 2013

Thiru Sadagopan
Cloud Services, Apps Associates
Š Copyright 2013. Apps Associates LLC.

Chris Gattoni
IT Director, RISO
1
Agenda
•
•
•
•
•

AWS Storage Options
Enterprise Storage challenges
AWS Storage solutions – Best Practices, Performance
A storage configuration for Oracle Database
Case study - RISO

Š Copyright 2013. Apps Associates LLC.

2
AWS Storage options

Š Copyright 2013. Apps Associates LLC.

3
Storage Services on AWS
• AWS provides multiple storage options for enterprise workloads
Traditional Workloads

Storage Migration
Techniques

Application Specific
Storage Options

•
•
•

•
•
•
•
•

•
•
•
•
•

•

Ephemeral Storage
Elastic Block Storage
Amazon Simple Storage
Service (S3)
Amazon Glacier

Amazon Direct Connect
Amazon Export/Import
Amazon Storage Gateway
3rd Party Storage Gateways
Tsunami, BitTorrent, 3rd
party solutions

Amazon ElastiCache
Amazon DynamoDB
Amazon RDS
Amazon RedShift
Amazon CloudFront

Š Copyright 2013. Apps Associates LLC.

4
Performance is critical
• What storage option has a typical transfer rate of 1 to 2 MB/sec ?
• This storage device has single threaded performance that is limited to ~17
MB/sec ?
• What storage option has up to 32 MB/sec bursting to 40 MB/sec ?
• 4 PIOPS volumes at 1000 IOPS will saturate this type of instance network
bandwidth ?
• What storage option produces ~100-145 MB/s read and write IOPS ? (source)

• Transfer ~3 TB a day using this storage option ?

Š Copyright 2013. Apps Associates LLC.

5
Enterprise Storage Requirements

Š Copyright 2013. Apps Associates LLC.

6
Enterprise Storage requirements
Performance

• Requires consistent performance, each application has
unique requirements
• Addressed by storage layers like SSD, SAN, NAS etc..

Durability and Availability

• Addressed by using RAID, Disk Backups, Tape Backups

Cost

Elasticity and Scalability

• Requires high CAPEX

• Often addressed by over provisioning

Š Copyright 2013. Apps Associates LLC.

7
Enterprise storage on AWS
Performance

Durability and Availability

Cost

Elasticity and Scalability

•
•
•

Requires consistent performance, each application has
unique requirements EBS Optimized Instances
Provisioned IOPS, SSD,
Addressed by storage layers like SSD, SAN, NAS etc..

• Built in replication across AZ; snapshots can be replicated
• Addressed by using RAID, Disk Backups, Tape Backups
across regions

• Requires highyou use, Buy vs Build
Pay for what CAPEX

• Often addressed by over provisioning need
Use as little or as much as you want or

Š Copyright 2013. Apps Associates LLC.

8
Enterprise Use Cases – Storage Requirements
Databases

Application
Software

File Server

Archival
Storage (Long
term backups)

Latency
(Performance)

Low

Moderate

Moderate

Moderate

Durability and
Availability

High

High

High –
Moderate

High Durability
– Low

Cost ($/GB)

High

Moderate

Low

Very Low

Elasticity and
Scalability

High –
Predictable

Low – Stable

High – Spiky

Medium Predictable

Š Copyright 2013. Apps Associates LLC.

9
AWS Storage Solutions

Š Copyright 2013. Apps Associates LLC.

10
Ephemeral Store – Best Practices
• Use with caution
• Not all instance types have instance store storage
– Second generation High Memory instances, Micro instances

• Use rsync to copy data from instance store volumes to EBS volumes as
applicable to ensure protection
• Initialize the volume before using for High performance applications
– dd if=/dev/zero of=/dev/sdb bs=1M

• Add to AMI’s explicitly if required, when creating images

Š Copyright 2013. Apps Associates LLC.

11
Ephemeral Store – Anti-patterns
• Persistent storage – use EBS / S3 instead
• Database storage – use EBS / PIOPS – EBS volumes
– Ephemeral Store may be used for temporary tables spaces ( with proper
bootstrapping )
– cr2.8xlarge/ hi1.4xlarge provide SSD backed instance-store volumes, which may be
used for temporary database storage using specific database features

• Shared storage – use EBS / S3 instead
• Snapshots— use EBS instead
– Optionally rsync the contents of instance store volumes to EBS volumes depending
on the use case

Š Copyright 2013. Apps Associates LLC.

12
EBS – Best Practices
• Use striping for multiple volumes, to increase IOPS
– RAID 0 and RAID 1+0
RAID 0 ( Stripe )

RAID 1+0 ( Stripe and Mirror )

Usage Drivers

I/O performance is more important than fault
tolerance

Fault tolerance is more important than I/O
performance

Advantages

I/O is distributed across the volumes in a stripe
resulting in better performance

Data is replicated and striped across volumes for
better durability

Disadvantages Overall performance of the stripe is limited to
the worst performing volume in the set

Doubles the amount of I/O required from the
instance to EBS

Recoverability

EBS Snapshots are complex to manage, Must
depend on third party backup methods

Fault tolerant due to replication, however EBS
Snapshots may be complex to manage and perform
complete disk group recovery

Cost

Very little to No overhead, Utilization ratio can
be high

Doubles storage cost. May also have impact on
network performance at instance level during high
volume data transfers

Š Copyright 2013. Apps Associates LLC.

13
EBS – Best Practices
• Use EBS optimized Instance types
– uses an optimized configuration stack that provides additional, dedicated capacity
for EBS I/O
– Provides the best performance for EBS volumes by minimizing contention between
EBS I/O and other traffic
– Delivers dedicated throughput to EBS, with options between 500 Mbps and 1,000
Mbps
– Costs an additional low, hourly fee for the dedicated capacity
– Cannot be enabled for a running instance, requires start and stop of instance
– Not available for all instance-types
– Not required for cluster instance types
Š Copyright 2013. Apps Associates LLC.

14
EBS – Best Practices
• EBS optimized Instance types availability
Network
Performance

EBS
Optimization

Instance - types

Comments

Very Low /
Low

Not
Available

M1.small, t1.micro

Not recommended for I/O intensive workloads, application scale
out is recommended

No

M1.medium, c1.medium,
m2.xlarge,

Not recommended for I/O intensive workloads

Yes

M1.large, m3.xlarge,
m2.2xlarge

Can provide up to 500 Mbps of dedicated EBS throughput. Can be
used for Moderate to High I/O workloads

High

Yes

M1.xlarge, m3.2xlarge,
c1.xlarge, m2.4xlarge

Can provide up to 1000 Mbps of dedicated EBS throughput. Can
be used for High I/O workloads

10 Gigabit

Not
Available

cc2.8xlarge, cr1.8xlarge ,
hi1.4xlarge, hs1.8xlarge ,
cg1.4xlarge

EBS optimization is not required as these instances provide better
network throughput and can deliver better I/O performance

Moderate

Š Copyright 2013. Apps Associates LLC.

15
Provisioned IOPS – Best Practices
• Provisioned IOPS volumes are designed to deliver within 10% of the provisioned
IOPS performance 99.9% of the time
– when attached to EBS-Optimized instances
– enough I/O requests to maintain its optimal average queue length
– The read and write operations have a block size of 16 KB or less

• Prepare new PIOPS volumes by touching all blocks to ensure consistent
performance
• Avoid taking EBS snapshots ( for both PIOPS and Standard EBS volumes ) during
peak load
• Avoid throttling overall network pipe / EBS – optimization by attaching too many
PIOPS volumes
Š Copyright 2013. Apps Associates LLC.

16
EBS - Performance
• Queue Length
– Maintaining the optimal average queue length is crucial for delivering
provisioned throughput
– If the workload maintains an average queue length that is higher than your
optimal value, then your per-request I/O latency will increase and in this case
you should provision more IOPS for your volume
– Maintain Average Queue length of 1 for every 200 Provisioned IOPS and tune
that value based on your application requirements
– VolumeQueueLength cloudwatch metric may be used for each volume to
identify potential performance issues

Š Copyright 2013. Apps Associates LLC.

17
EBS - Performance
• Cloud Watch metrics to monitor for EBS volumes
–
–
–
–
–
–

VolumeQueueLength
VolumeIdleTime
VolumeReadOps
VolumeWriteOps
VolumeThroughputPercentage ( for PIOPS volumes )
VolumeConsumedReadWriteOps I for PIOPS volumes )

• VolumeWriteOps/VolumeReadOps needs to be monitored for standard EBS
volumes to find potential need to convert them to PIOPS

Š Copyright 2013. Apps Associates LLC.

18
EBS – Anti Patterns
• EBS storage is not recommended for below use cases
– Temporary Storage
• Not recommended for SWAP disks

– Highly Durable Storage
• EBS is designed to provide 99.5% - 99.9% annual durability. For better durability use S3

– Static data or web content
• Use S3 or Cloud Front instead

– Key-Value pair information
• Use one of Database technology by AWS

– Data that required very low access latency ( like session data )
• Use in-memory options like ElastiCache or DynamoDB

Š Copyright 2013. Apps Associates LLC.

19
S3 – Best Practices
• S3 Performance considerations
–
–
–
–

S3 can support 100 requests per second without much tuning effort.
If higher performance is required, optimization is required
For a GET intensive workloads – Use Cloud Front
For a mix of request types – optimize the key names for better performance

• For Enterprise Workloads
– To optimize backup processes
• utilize multiple backup threads

– If S3 backup is performed from with-in VPC, make sure that S3 can be accessed
directly from private subnet
• Usage of NAT instance may become a bottleneck
Š Copyright 2013. Apps Associates LLC.

20
S3 – Anti Patterns
• Use cases where S3 is not recommended
– File System
• Even though it can emulate File system formats using key’s it is not recommended to use as
an alternate to File System. Using of tools which can mount S3 bucket as a file system may
have severe performance/cost impact

– Structured data with Query
• Use RDS instead

– Rapidly Changing data
• Use EBS volumes instead

– Data that is rarely accessed
• Use Glacier instead

Š Copyright 2013. Apps Associates LLC.

21
AWS Storage Options Summary
Storage option

General

Database

Applications

Speed

Instance Store

Swap

temporary files

Reports cache,
webserver cache

Very low latency Very Low; Volatile

EBS – PIOPS

Data files, redo
logs

Durability

Low latency

Moderate; Needs to be
backed up regularly

EBS

Boot volume

Binaries, archive
logs

Binaries

Moderate
latency

Moderate; Needs to be
backed up regularly

S3

Backups

Backups

Backups

Longer latency

Very High durability

Glacier

Long term
backups

Long term
backups

Long term
backups

Restore times of Very High durability
3-5hrs

Š Copyright 2013. Apps Associates LLC.

22
A Storage configuration for Oracle database

Š Copyright 2013. Apps Associates LLC.

23
Database I/O Patterns
• Cache data in memory from disk to achieve fast query response
• For OLTP/ DSS workloads, memory should be big enough to hold as much as
possible

SGA
Buffer Cache

100% cache hit ratio is ideal
for OLTP workloads

Š Copyright 2013. Apps Associates LLC.

24
Database I/O Patterns
• CPU time is mainly consumed by I/O wait

Cache miss

Cache Hit
Š Copyright 2013. Apps Associates LLC.

25
Database cache has limits
1. Data Size is increasing...

1. Huge amounts of data
2. Not possible to cache all
data
SGA

2. User Volume is increasing...

Buffer Cache

3. Many I/O operations

Source: oracle corporation
Š Copyright 2013. Apps Associates LLC.

26
Impact of I/O on CPU Response times
I/O bottleneck
Low Throughput and Slow Response
Low CPU usage

700

16.00
14.00

600

12.00
TPS

500

RES

10.00

400

8.00

300

6.00

200

4.00

100

2.00

0

Response Time(Normal100Thread=>1.00)

TPS(Normal-100Thread=>100)

800

0.00

Thread

100

200

300

400

500

600

700

800

Source: oracle corporation
Š Copyright 2013. Apps Associates LLC.

27
Storage Best Practices for Oracle
• Oracle Automatic Storage Management feature is recommended option to
optimize storage performance on AWS
• SAME (Stripe And Mirror Everything) feature of Oracle ASM will help distributing
entire data across multiple ebs volumes
• ASM along with PIOPS EBS volumes can provide robust storage performance on
AWS
• Oracle Secure Backup for Cloud Module will enable backups directly from Oracle
Database/ASM to S3 using RMAN
• RMAN channels can be optimized for optimal system throughput and Storage
performance

Š Copyright 2013. Apps Associates LLC.

28
Typical Storage Configuration for Oracle
Storage Type

Comments

Binaries

EBS Volume

Standard Volume;
EBS Snapshots Enabled

Data Files

PIOPS - EBS Volumes

Striped across multiple volumes using ASM or any other
technology
PIOPS of 1000 or above

Redo Log files

PIOPS – EBS Volumes

Use Separate EBS Volumes for each group
Preferable to use ASM disk groups

Archive log files

EBS Volumes

Standard volumes for normal database workloads.
PIOPS for highly transactional environments

Backup Files

EBS Volumes / S3

Standard EBS Volumes for local backups
Use OSB / other technology to push to S3
Š Copyright 2013. Apps Associates LLC.

29
Storage Options for Oracle
• Sample Disk Layout for Oracle Database using ASM

DEV

PROD
+PROD_DATA
Striping

+PROD_FRA
Striping

4 EBS Volumes
4 EBS Volumes
1000 PIOPS
4000 PIOPS
ASM Instance with 16,000+ IOPS

TEST

+DEV_DATA

S3

Bucket
Life
Cycle
Policies

Striping

4 EBS Volumes
500 PIOPS
Glacier
Š Copyright 2013. Apps Associates LLC.

30
Database Backup Best practices

PROD
+PROD_DATA

+PROD_FRA

Striping

4 EBS Volumes
1000 PIOPS

/backupfs

OSB Cloud Module
using RMAN

EBS Snapshot

S3 Bucket

Striping

4 EBS Volumes
4000 PIOPS

RMAN Local Backup

Š Copyright 2013. Apps Associates LLC.

31
SSD Storage with Oracle
• AWS provides 2 instances types with SSD storage
– cr1.8xlarge – 240GB of SSD
– hi1.4xlarge – 2048GB of SSD

• This SSD storage is ‘ephemeral’ use with caution for data files
• However, SSD can be leveraged by using “Oracle Flash Cache” without risk
– Available at no additional cost, Database Smart Flash Cache on Oracle Solaris and
Oracle Enterprise Linux

• Oracle Flash Cache simply extends the buffer cache to leverage SSD
• Recommended use case for environments with huge working data sets
– ETL processes for data warehouses
– Reporting work load
Š Copyright 2013. Apps Associates LLC.

32
Case Study - RISO
Chris Gattoni, IT Director

Š Copyright 2013. Apps Associates LLC.

33
About RISO, Inc.
Who RISO Is
Mission
RISO means “ideal.” RISO strives to create fundamentally unique new
technologies in paper-based communication. Every product we
manufacture offers the ideal solution to our customers. At the same
time, RISO carries on a tradition of caring for the world at large through
our environmental and community support programs. Just as we are
committed to delivering the ideal products and service, we strive to be
an ideal corporate citizen in every country in which we conduct
business.
Company Overview
RISO, Inc. is a world leader in digital printing solutions, with award
winning printing technologies that are at the forefront of the printing
equipment industry. RISO printers help improve productivity, increase
versatility, and reduce costs.
About RISO, Inc.
What RISO Does
RISO sells high speed inkjet printers and
digital duplicators. They're low-cost,
durable, & reliable production printers.

RISO strives to create
fundamentally unique new
technologies in paper-based
communication through an
approach that emphasizes
productivity, cost containment, and
versatility. Every product we
manufacture delivers these benefits
in a balance that offers the ideal
solution to our customers.

Speed up your color communications!
Key Business Drivers
• Key Challenges
–
–
–
–

End-of-Life Hardware
CAPEX vs OPEX
Upcoming Datacenter Migration
IT not spending enough time on core functions

• AWS Solution
–
–
–
–

Migrate from existing hardware to AWS EC2 platform
Lower TCO
No datacenter to maintain , resulting in more flexibility for infrastructure team
Scalable and Elastic platform

Š Copyright 2013. Apps Associates LLC.

36
On-Premise Environment
• Infrastructure spread across multiple locations
– Connectivity required from multiple locations
– Multiple servers, SAN Storage, Network equipment
– Printers, Tape Libraries, File Servers

• Applications include
–
–
–
–
–

Oracle ERP
Oracle Business Intelligence
LACROSSE applications on MS SQL Server
Domain controllers, PING Identity, Monitoring Servers
Ticketing Systems

Š Copyright 2013. Apps Associates LLC.

37
Target AWS Environment
• Virtual Private Cloud with multiple VPN Tunnels for redundancy
– Separate VPN Tunnels to each remote location
– Access restricted only via VPN Tunnel for better security

• EC2 servers with EBS storage
– EBS – PIOPS for Database storage

• Tape Library replaced with AWS S3
• DR setup for core infrastructure components like Domain Controller etc..
• DR build for Enterprise Applications in separate region

Š Copyright 2013. Apps Associates LLC.

38
Storage Options on AWS
• Leveraged all Storage options to ensure optimal performance in AWS
–
–
–
–
–
–
–

Ephemeral – Swap space / Temp storage
EBS Volumes – OS Boot volumes / Software binaries / Application storage
EBS - PIOPS Volumes – Oracle Data files, Redo logs on striped volumes
S3(RRS) – for storing Non Prod backups using third party backup appliance
S3 – for storing Production backups
Glacier – Long term archival of backups
Export/Import – to transfer 2TB+ data to Glacier using USB disks

Š Copyright 2013. Apps Associates LLC.

39
Key Challenges
• 32-bit vs 64-bit instance types
–
–
–
–
–

AWS provides limited options to run 32-bit applications
Legacy applications were not certified to run on 64-bit instances
Upgrade to latest versions was not feasible
32-bit instance types were unable to provide enough throughput
Network performance / EBS performance was not sufficient to meet user load

• Solution: EBS PIOPS with Scale Out
– Implemented multiple EBS PIOPS volumes with EBS Optimization for better I/O
– Scaled out Application middle tier to use multiple servers for better throughput
– Used Custom built AMI’s to run legacy applications to avoid AWS dependency

Š Copyright 2013. Apps Associates LLC.

40
Key Takeaways
•
•
•
•

AWS provides multiple Storage options for enterprise workloads
No single option fits all workloads
Proper planning and validation of I/O performance is the key for success
Phased approach for AWS migration
–
–
–
–

Start with a POC
Migrate Test / Dev environments
Build DR in Cloud
Migrate Production workloads

• Continuous monitoring of key performance metrics is crucial for success

Š Copyright 2013. Apps Associates LLC.

41
Resources
• AWS Architecture Center
http://aws.amazon.com/architecture/

• Storage Options in the AWS Cloud
http://media.amazonwebservices.com/AWS_Storage_Options.pdf

• AWS: Overview of Security Process
http://media.amazonwebservices.com/pdf/AWS_Security_Whitepaper.pdf

• Roadmap to Moving Your Applications to the Cloud
http:// www.appsassociates.com/white-papers/moving-applications-to-cloud

• AWS Test Drive Labs – Try your application on cloud
http://www.appsassociates.com/awslabs/
Š Copyright 2013. Apps Associates LLC.

42
Connect With Us
• Web: www.appsassociates.com
• Email: Thiru.Sadagopan@appsassociates.com
tomlasz@amazon.com
cgattoni@riso.com
• YouTube: www.youtube.com/user/AppsAssociates
• LinkedIn: www.us.linkedin.com/company/apps-associates
• Twitter: @AppsAssociates
• Facebook: www.facebook.com/AppsAssociatesGlobal

Š Copyright 2013. Apps Associates LLC.

43
Thank You!

Weitere ähnliche Inhalte

Was ist angesagt?

Backup and Recovery for Linux With Amazon S3
Backup and Recovery for Linux With Amazon S3Backup and Recovery for Linux With Amazon S3
Backup and Recovery for Linux With Amazon S3Amazon Web Services
 
Disaster Recovery Sites on AWS: Minimal Cost, Maximum Efficiency
Disaster Recovery Sites on AWS: Minimal Cost, Maximum EfficiencyDisaster Recovery Sites on AWS: Minimal Cost, Maximum Efficiency
Disaster Recovery Sites on AWS: Minimal Cost, Maximum EfficiencyAmazon Web Services
 
Consolidate your enterprise workloads without creating new performance constr...
Consolidate your enterprise workloads without creating new performance constr...Consolidate your enterprise workloads without creating new performance constr...
Consolidate your enterprise workloads without creating new performance constr...NetApp
 
Business Continuity with the AWS Cloud
Business Continuity with the AWS CloudBusiness Continuity with the AWS Cloud
Business Continuity with the AWS CloudAmazon Web Services
 
Lock, Stock and Backup: Data Guaranteed
Lock, Stock and Backup: Data GuaranteedLock, Stock and Backup: Data Guaranteed
Lock, Stock and Backup: Data GuaranteedJervin Real
 
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
 
AWS Partner Webcast - Improving Your AWS Cost Efficiency with Cloudability
AWS Partner Webcast - Improving Your AWS Cost Efficiency with CloudabilityAWS Partner Webcast - Improving Your AWS Cost Efficiency with Cloudability
AWS Partner Webcast - Improving Your AWS Cost Efficiency with CloudabilityAmazon Web Services
 
(ENT222) Reduce Business Cost and Risk with Disaster Recovery for AWS | AWS r...
(ENT222) Reduce Business Cost and Risk with Disaster Recovery for AWS | AWS r...(ENT222) Reduce Business Cost and Risk with Disaster Recovery for AWS | AWS r...
(ENT222) Reduce Business Cost and Risk with Disaster Recovery for AWS | AWS r...Amazon Web Services
 
Disaster Recovery using Amazon Web Services - Webinar
Disaster Recovery using Amazon Web Services - WebinarDisaster Recovery using Amazon Web Services - Webinar
Disaster Recovery using Amazon Web Services - WebinarAmazon Web Services
 
AWS Webinar 201 - Backup, Archive and Disaster Recovery
AWS Webinar 201 - Backup, Archive and Disaster RecoveryAWS Webinar 201 - Backup, Archive and Disaster Recovery
AWS Webinar 201 - Backup, Archive and Disaster RecoveryAmazon Web Services
 
Optimising TCO with AWS at Websummit Dublin
Optimising TCO with AWS at Websummit DublinOptimising TCO with AWS at Websummit Dublin
Optimising TCO with AWS at Websummit DublinAmazon Web Services
 
Disaster Recovery Sites on AWS: Minimal Cost, Maximum Efficiency
Disaster Recovery Sites on AWS: Minimal Cost, Maximum EfficiencyDisaster Recovery Sites on AWS: Minimal Cost, Maximum Efficiency
Disaster Recovery Sites on AWS: Minimal Cost, Maximum EfficiencyAmazon Web Services
 
Oracle & SQL Server on the Cloud: Database Week San Francisco
Oracle & SQL Server on the Cloud: Database Week San FranciscoOracle & SQL Server on the Cloud: Database Week San Francisco
Oracle & SQL Server on the Cloud: Database Week San FranciscoAmazon Web Services
 
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
 
Oracle & SQL Server on the Cloud: Database Week SF
Oracle & SQL Server on the Cloud: Database Week SFOracle & SQL Server on the Cloud: Database Week SF
Oracle & SQL Server on the Cloud: Database Week SFAmazon Web Services
 
Relational Database Services on AWS - Bill Baldwin
Relational Database Services on AWS - Bill BaldwinRelational Database Services on AWS - Bill Baldwin
Relational Database Services on AWS - Bill BaldwinAmazon Web Services
 
Amazon Aurora - Rajeev Chakrabarti
Amazon Aurora - Rajeev ChakrabartiAmazon Aurora - Rajeev Chakrabarti
Amazon Aurora - Rajeev ChakrabartiAmazon Web Services
 
Introduction to Pure, John Kaemmerer and Gerry Kovan
Introduction to Pure, John Kaemmerer and Gerry KovanIntroduction to Pure, John Kaemmerer and Gerry Kovan
Introduction to Pure, John Kaemmerer and Gerry KovanIBM Systems UKI
 

Was ist angesagt? (20)

Backup and Recovery for Linux With Amazon S3
Backup and Recovery for Linux With Amazon S3Backup and Recovery for Linux With Amazon S3
Backup and Recovery for Linux With Amazon S3
 
Disaster Recovery Sites on AWS: Minimal Cost, Maximum Efficiency
Disaster Recovery Sites on AWS: Minimal Cost, Maximum EfficiencyDisaster Recovery Sites on AWS: Minimal Cost, Maximum Efficiency
Disaster Recovery Sites on AWS: Minimal Cost, Maximum Efficiency
 
Consolidate your enterprise workloads without creating new performance constr...
Consolidate your enterprise workloads without creating new performance constr...Consolidate your enterprise workloads without creating new performance constr...
Consolidate your enterprise workloads without creating new performance constr...
 
Business Continuity with the AWS Cloud
Business Continuity with the AWS CloudBusiness Continuity with the AWS Cloud
Business Continuity with the AWS Cloud
 
Lock, Stock and Backup: Data Guaranteed
Lock, Stock and Backup: Data GuaranteedLock, Stock and Backup: Data Guaranteed
Lock, Stock and Backup: Data Guaranteed
 
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
 
AWS Partner Webcast - Improving Your AWS Cost Efficiency with Cloudability
AWS Partner Webcast - Improving Your AWS Cost Efficiency with CloudabilityAWS Partner Webcast - Improving Your AWS Cost Efficiency with Cloudability
AWS Partner Webcast - Improving Your AWS Cost Efficiency with Cloudability
 
(ENT222) Reduce Business Cost and Risk with Disaster Recovery for AWS | AWS r...
(ENT222) Reduce Business Cost and Risk with Disaster Recovery for AWS | AWS r...(ENT222) Reduce Business Cost and Risk with Disaster Recovery for AWS | AWS r...
(ENT222) Reduce Business Cost and Risk with Disaster Recovery for AWS | AWS r...
 
Disaster Recovery using Amazon Web Services - Webinar
Disaster Recovery using Amazon Web Services - WebinarDisaster Recovery using Amazon Web Services - Webinar
Disaster Recovery using Amazon Web Services - Webinar
 
AWS Webinar 201 - Backup, Archive and Disaster Recovery
AWS Webinar 201 - Backup, Archive and Disaster RecoveryAWS Webinar 201 - Backup, Archive and Disaster Recovery
AWS Webinar 201 - Backup, Archive and Disaster Recovery
 
SQL Server on AWS
SQL Server on AWSSQL Server on AWS
SQL Server on AWS
 
Optimising TCO with AWS at Websummit Dublin
Optimising TCO with AWS at Websummit DublinOptimising TCO with AWS at Websummit Dublin
Optimising TCO with AWS at Websummit Dublin
 
Disaster Recovery Sites on AWS: Minimal Cost, Maximum Efficiency
Disaster Recovery Sites on AWS: Minimal Cost, Maximum EfficiencyDisaster Recovery Sites on AWS: Minimal Cost, Maximum Efficiency
Disaster Recovery Sites on AWS: Minimal Cost, Maximum Efficiency
 
MySQL and MariaDB
MySQL and MariaDBMySQL and MariaDB
MySQL and MariaDB
 
Oracle & SQL Server on the Cloud: Database Week San Francisco
Oracle & SQL Server on the Cloud: Database Week San FranciscoOracle & SQL Server on the Cloud: Database Week San Francisco
Oracle & SQL Server on the Cloud: Database Week San Francisco
 
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
 
Oracle & SQL Server on the Cloud: Database Week SF
Oracle & SQL Server on the Cloud: Database Week SFOracle & SQL Server on the Cloud: Database Week SF
Oracle & SQL Server on the Cloud: Database Week SF
 
Relational Database Services on AWS - Bill Baldwin
Relational Database Services on AWS - Bill BaldwinRelational Database Services on AWS - Bill Baldwin
Relational Database Services on AWS - Bill Baldwin
 
Amazon Aurora - Rajeev Chakrabarti
Amazon Aurora - Rajeev ChakrabartiAmazon Aurora - Rajeev Chakrabarti
Amazon Aurora - Rajeev Chakrabarti
 
Introduction to Pure, John Kaemmerer and Gerry Kovan
Introduction to Pure, John Kaemmerer and Gerry KovanIntroduction to Pure, John Kaemmerer and Gerry Kovan
Introduction to Pure, John Kaemmerer and Gerry Kovan
 

Andere mochten auch

Splunk Live - Security Best Practices for AWS
Splunk Live - Security Best Practices for AWSSplunk Live - Security Best Practices for AWS
Splunk Live - Security Best Practices for AWSAmazon Web Services
 
Strengthening Operations with Splunk and AWS CloudTrail
Strengthening Operations with Splunk and AWS CloudTrailStrengthening Operations with Splunk and AWS CloudTrail
Strengthening Operations with Splunk and AWS CloudTrailAlan Williams
 
How Autodesk Leverages Splunk as an Assurance Platform on AWS
How Autodesk Leverages Splunk as an Assurance Platform on AWSHow Autodesk Leverages Splunk as an Assurance Platform on AWS
How Autodesk Leverages Splunk as an Assurance Platform on AWSAlan Williams
 
Running Splunk on AWS
Running Splunk on AWSRunning Splunk on AWS
Running Splunk on AWSAlan Williams
 
Monitoring Performance of Enterprise Applications on AWS: Understanding the D...
Monitoring Performance of Enterprise Applications on AWS: Understanding the D...Monitoring Performance of Enterprise Applications on AWS: Understanding the D...
Monitoring Performance of Enterprise Applications on AWS: Understanding the D...Amazon Web Services
 
AWS on Splunk, Splunk on AWS
AWS on Splunk, Splunk on AWSAWS on Splunk, Splunk on AWS
AWS on Splunk, Splunk on AWSSplunk
 
Oracle Solutions on AWS : May 2014
Oracle Solutions on AWS : May 2014Oracle Solutions on AWS : May 2014
Oracle Solutions on AWS : May 2014Tom Laszewski
 
AWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design PatternsAWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design PatternsAmazon Web Services
 
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...Amazon Web Services
 
AWS re:Invent 2016: Elastic Load Balancing Deep Dive and Best Practices (NET403)
AWS re:Invent 2016: Elastic Load Balancing Deep Dive and Best Practices (NET403)AWS re:Invent 2016: Elastic Load Balancing Deep Dive and Best Practices (NET403)
AWS re:Invent 2016: Elastic Load Balancing Deep Dive and Best Practices (NET403)Amazon Web Services
 
Best Practices for running the Oracle Database on EC2 webinar
Best Practices for running the Oracle Database on EC2 webinarBest Practices for running the Oracle Database on EC2 webinar
Best Practices for running the Oracle Database on EC2 webinarTom Laszewski
 

Andere mochten auch (11)

Splunk Live - Security Best Practices for AWS
Splunk Live - Security Best Practices for AWSSplunk Live - Security Best Practices for AWS
Splunk Live - Security Best Practices for AWS
 
Strengthening Operations with Splunk and AWS CloudTrail
Strengthening Operations with Splunk and AWS CloudTrailStrengthening Operations with Splunk and AWS CloudTrail
Strengthening Operations with Splunk and AWS CloudTrail
 
How Autodesk Leverages Splunk as an Assurance Platform on AWS
How Autodesk Leverages Splunk as an Assurance Platform on AWSHow Autodesk Leverages Splunk as an Assurance Platform on AWS
How Autodesk Leverages Splunk as an Assurance Platform on AWS
 
Running Splunk on AWS
Running Splunk on AWSRunning Splunk on AWS
Running Splunk on AWS
 
Monitoring Performance of Enterprise Applications on AWS: Understanding the D...
Monitoring Performance of Enterprise Applications on AWS: Understanding the D...Monitoring Performance of Enterprise Applications on AWS: Understanding the D...
Monitoring Performance of Enterprise Applications on AWS: Understanding the D...
 
AWS on Splunk, Splunk on AWS
AWS on Splunk, Splunk on AWSAWS on Splunk, Splunk on AWS
AWS on Splunk, Splunk on AWS
 
Oracle Solutions on AWS : May 2014
Oracle Solutions on AWS : May 2014Oracle Solutions on AWS : May 2014
Oracle Solutions on AWS : May 2014
 
AWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design PatternsAWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design Patterns
 
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
 
AWS re:Invent 2016: Elastic Load Balancing Deep Dive and Best Practices (NET403)
AWS re:Invent 2016: Elastic Load Balancing Deep Dive and Best Practices (NET403)AWS re:Invent 2016: Elastic Load Balancing Deep Dive and Best Practices (NET403)
AWS re:Invent 2016: Elastic Load Balancing Deep Dive and Best Practices (NET403)
 
Best Practices for running the Oracle Database on EC2 webinar
Best Practices for running the Oracle Database on EC2 webinarBest Practices for running the Oracle Database on EC2 webinar
Best Practices for running the Oracle Database on EC2 webinar
 

Ähnlich wie AWS Storage Tiering for Enterprise Workloads

Storage tiering for Oracle Database on AWS and Oracle EBusiness Suite on AWS ...
Storage tiering for Oracle Database on AWS and Oracle EBusiness Suite on AWS ...Storage tiering for Oracle Database on AWS and Oracle EBusiness Suite on AWS ...
Storage tiering for Oracle Database on AWS and Oracle EBusiness Suite on AWS ...Tom Laszewski
 
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
 
Understanding Elastic Block Store Availability and Performance
Understanding Elastic Block Store Availability and PerformanceUnderstanding Elastic Block Store Availability and Performance
Understanding Elastic Block Store Availability and PerformanceAmazon Web Services
 
Relational Database Services on AWS
Relational Database Services on AWSRelational Database Services on AWS
Relational Database Services on AWSAmazon Web Services
 
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
 
Beyond EBS Stroage Alternatives in the Cloud
Beyond EBS Stroage Alternatives in the CloudBeyond EBS Stroage Alternatives in the Cloud
Beyond EBS Stroage Alternatives in the CloudNetApp
 
Building Analytics Applications in the AWS Cloud
Building Analytics Applications in the AWS CloudBuilding Analytics Applications in the AWS Cloud
Building Analytics Applications in the AWS CloudAmazon Web Services
 
(BIZ305) Case Study: Migrating Oracle E-Business Suite to AWS | AWS re:Invent...
(BIZ305) Case Study: Migrating Oracle E-Business Suite to AWS | AWS re:Invent...(BIZ305) Case Study: Migrating Oracle E-Business Suite to AWS | AWS re:Invent...
(BIZ305) Case Study: Migrating Oracle E-Business Suite to AWS | AWS re:Invent...Amazon Web Services
 
Amazon Web Services - Relational Database Service Meetup
Amazon Web Services - Relational Database Service MeetupAmazon Web Services - Relational Database Service Meetup
Amazon Web Services - Relational Database Service Meetupcyrilkhairallah
 
Choosing the Right Data Storage Solution
Choosing the Right Data Storage SolutionChoosing the Right Data Storage Solution
Choosing the Right Data Storage SolutionAmazon 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
 
STG330_Case Study How Experian Leverages Amazon EC2, EBS, and S3 with Clouder...
STG330_Case Study How Experian Leverages Amazon EC2, EBS, and S3 with Clouder...STG330_Case Study How Experian Leverages Amazon EC2, EBS, and S3 with Clouder...
STG330_Case Study How Experian Leverages Amazon EC2, EBS, and S3 with Clouder...Amazon Web Services
 
Percona Live 2014 - Scaling MySQL in AWS
Percona Live 2014 - Scaling MySQL in AWSPercona Live 2014 - Scaling MySQL in AWS
Percona Live 2014 - Scaling MySQL in AWSPythian
 
AWS Webcast - Introduction to EBS
AWS Webcast - Introduction to EBS AWS Webcast - Introduction to EBS
AWS Webcast - Introduction to EBS Amazon Web Services
 
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
 
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
 
Intro to AWS: Storage Services
Intro to AWS: Storage ServicesIntro to AWS: Storage Services
Intro to AWS: Storage ServicesAmazon Web Services
 
SQL Server in the AWS Cloud
SQL Server in the AWS CloudSQL Server in the AWS Cloud
SQL Server in the AWS CloudDBInsight Pty Ltd
 
How Netflix Tunes Amazon EC2 Instances for Performance - CMP325 - re:Invent 2017
How Netflix Tunes Amazon EC2 Instances for Performance - CMP325 - re:Invent 2017How Netflix Tunes Amazon EC2 Instances for Performance - CMP325 - re:Invent 2017
How Netflix Tunes Amazon EC2 Instances for Performance - CMP325 - re:Invent 2017Amazon Web Services
 

Ähnlich wie AWS Storage Tiering for Enterprise Workloads (20)

Storage tiering for Oracle Database on AWS and Oracle EBusiness Suite on AWS ...
Storage tiering for Oracle Database on AWS and Oracle EBusiness Suite on AWS ...Storage tiering for Oracle Database on AWS and Oracle EBusiness Suite on AWS ...
Storage tiering for Oracle Database on AWS and Oracle EBusiness Suite on AWS ...
 
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
 
Understanding Elastic Block Store Availability and Performance
Understanding Elastic Block Store Availability and PerformanceUnderstanding Elastic Block Store Availability and Performance
Understanding Elastic Block Store Availability and Performance
 
Relational Database Services on AWS
Relational Database Services on AWSRelational Database Services on AWS
Relational Database Services on AWS
 
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
 
Beyond EBS Stroage Alternatives in the Cloud
Beyond EBS Stroage Alternatives in the CloudBeyond EBS Stroage Alternatives in the Cloud
Beyond EBS Stroage Alternatives in the Cloud
 
Building Analytics Applications in the AWS Cloud
Building Analytics Applications in the AWS CloudBuilding Analytics Applications in the AWS Cloud
Building Analytics Applications in the AWS Cloud
 
SQL Server on AWS
SQL Server on AWSSQL Server on AWS
SQL Server on AWS
 
(BIZ305) Case Study: Migrating Oracle E-Business Suite to AWS | AWS re:Invent...
(BIZ305) Case Study: Migrating Oracle E-Business Suite to AWS | AWS re:Invent...(BIZ305) Case Study: Migrating Oracle E-Business Suite to AWS | AWS re:Invent...
(BIZ305) Case Study: Migrating Oracle E-Business Suite to AWS | AWS re:Invent...
 
Amazon Web Services - Relational Database Service Meetup
Amazon Web Services - Relational Database Service MeetupAmazon Web Services - Relational Database Service Meetup
Amazon Web Services - Relational Database Service Meetup
 
Choosing the Right Data Storage Solution
Choosing the Right Data Storage SolutionChoosing the Right Data Storage Solution
Choosing the Right Data Storage Solution
 
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
 
STG330_Case Study How Experian Leverages Amazon EC2, EBS, and S3 with Clouder...
STG330_Case Study How Experian Leverages Amazon EC2, EBS, and S3 with Clouder...STG330_Case Study How Experian Leverages Amazon EC2, EBS, and S3 with Clouder...
STG330_Case Study How Experian Leverages Amazon EC2, EBS, and S3 with Clouder...
 
Percona Live 2014 - Scaling MySQL in AWS
Percona Live 2014 - Scaling MySQL in AWSPercona Live 2014 - Scaling MySQL in AWS
Percona Live 2014 - Scaling MySQL in AWS
 
AWS Webcast - Introduction to EBS
AWS Webcast - Introduction to EBS AWS Webcast - Introduction to EBS
AWS Webcast - Introduction to EBS
 
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
 
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
 
Intro to AWS: Storage Services
Intro to AWS: Storage ServicesIntro to AWS: Storage Services
Intro to AWS: Storage Services
 
SQL Server in the AWS Cloud
SQL Server in the AWS CloudSQL Server in the AWS Cloud
SQL Server in the AWS Cloud
 
How Netflix Tunes Amazon EC2 Instances for Performance - CMP325 - re:Invent 2017
How Netflix Tunes Amazon EC2 Instances for Performance - CMP325 - re:Invent 2017How Netflix Tunes Amazon EC2 Instances for Performance - CMP325 - re:Invent 2017
How Netflix Tunes Amazon EC2 Instances for Performance - CMP325 - re:Invent 2017
 

Mehr von Tom Laszewski

AWS Private Equity Transformation Advisory
AWS Private Equity Transformation AdvisoryAWS Private Equity Transformation Advisory
AWS Private Equity Transformation AdvisoryTom Laszewski
 
Organizing for faster innovation - People, process, culture, and technology
Organizing for faster innovation - People, process, culture, and technologyOrganizing for faster innovation - People, process, culture, and technology
Organizing for faster innovation - People, process, culture, and technologyTom Laszewski
 
Creating an Operating Model to enable a high frequency organization
Creating an Operating Model to enable a high frequency organizationCreating an Operating Model to enable a high frequency organization
Creating an Operating Model to enable a high frequency organizationTom Laszewski
 
Technical Due Diligence with AWS
Technical Due Diligence with AWSTechnical Due Diligence with AWS
Technical Due Diligence with AWSTom Laszewski
 
AWS Cloud Center Excellence Quick Start Prescriptive Guidance
AWS Cloud Center Excellence Quick Start Prescriptive GuidanceAWS Cloud Center Excellence Quick Start Prescriptive Guidance
AWS Cloud Center Excellence Quick Start Prescriptive GuidanceTom Laszewski
 
AWS Technical Due Diligence Workshop Session Two
AWS Technical Due Diligence Workshop Session TwoAWS Technical Due Diligence Workshop Session Two
AWS Technical Due Diligence Workshop Session TwoTom Laszewski
 
AWS Technical Due Diligence Workshop Session One
AWS Technical Due Diligence Workshop Session OneAWS Technical Due Diligence Workshop Session One
AWS Technical Due Diligence Workshop Session OneTom Laszewski
 
Post transaction cloud value creation
Post transaction cloud value creation Post transaction cloud value creation
Post transaction cloud value creation Tom Laszewski
 
Private Equity Technical Due Diligence Value Creation
Private Equity Technical Due Diligence Value CreationPrivate Equity Technical Due Diligence Value Creation
Private Equity Technical Due Diligence Value CreationTom Laszewski
 
Cloud Enablement Engine Role Definition and Mapping
Cloud Enablement Engine Role Definition and MappingCloud Enablement Engine Role Definition and Mapping
Cloud Enablement Engine Role Definition and MappingTom Laszewski
 
Private Equity Value Creation Carve Outs, Divestitures and mergers
Private Equity Value Creation Carve Outs, Divestitures and mergersPrivate Equity Value Creation Carve Outs, Divestitures and mergers
Private Equity Value Creation Carve Outs, Divestitures and mergersTom Laszewski
 
AWS Technical Due Diligence Executive Overview
AWS Technical Due Diligence Executive Overview AWS Technical Due Diligence Executive Overview
AWS Technical Due Diligence Executive Overview Tom Laszewski
 
AWS Techical Due Diligence to post transaction execution for M&A
AWS Techical Due Diligence to post transaction execution for M&A AWS Techical Due Diligence to post transaction execution for M&A
AWS Techical Due Diligence to post transaction execution for M&A Tom Laszewski
 
Hybrid Cloud on AWS: Foundational Layers and AWS Services
Hybrid Cloud on AWS: Foundational Layers and AWS ServicesHybrid Cloud on AWS: Foundational Layers and AWS Services
Hybrid Cloud on AWS: Foundational Layers and AWS ServicesTom Laszewski
 
Migrating thousands of workloads to AWS at enterprise scale
Migrating thousands of workloads to AWS at enterprise scaleMigrating thousands of workloads to AWS at enterprise scale
Migrating thousands of workloads to AWS at enterprise scaleTom Laszewski
 
Operating and Managing Hybrid Cloud on AWS
Operating and Managing Hybrid Cloud on AWSOperating and Managing Hybrid Cloud on AWS
Operating and Managing Hybrid Cloud on AWSTom Laszewski
 
Monolithic to Microservices Demystified
Monolithic to Microservices DemystifiedMonolithic to Microservices Demystified
Monolithic to Microservices DemystifiedTom Laszewski
 
AWS Cloud Adoption Framework and Workshops
AWS Cloud Adoption Framework and WorkshopsAWS Cloud Adoption Framework and Workshops
AWS Cloud Adoption Framework and WorkshopsTom Laszewski
 
DevOps, CI/CD, cost management, and security on AWS
DevOps, CI/CD, cost management, and security on AWSDevOps, CI/CD, cost management, and security on AWS
DevOps, CI/CD, cost management, and security on AWSTom Laszewski
 
Hybrid Cloud on AWS : Provisioning, Operations, Management, and Monitoring
Hybrid Cloud on AWS : Provisioning, Operations, Management, and Monitoring Hybrid Cloud on AWS : Provisioning, Operations, Management, and Monitoring
Hybrid Cloud on AWS : Provisioning, Operations, Management, and Monitoring Tom Laszewski
 

Mehr von Tom Laszewski (20)

AWS Private Equity Transformation Advisory
AWS Private Equity Transformation AdvisoryAWS Private Equity Transformation Advisory
AWS Private Equity Transformation Advisory
 
Organizing for faster innovation - People, process, culture, and technology
Organizing for faster innovation - People, process, culture, and technologyOrganizing for faster innovation - People, process, culture, and technology
Organizing for faster innovation - People, process, culture, and technology
 
Creating an Operating Model to enable a high frequency organization
Creating an Operating Model to enable a high frequency organizationCreating an Operating Model to enable a high frequency organization
Creating an Operating Model to enable a high frequency organization
 
Technical Due Diligence with AWS
Technical Due Diligence with AWSTechnical Due Diligence with AWS
Technical Due Diligence with AWS
 
AWS Cloud Center Excellence Quick Start Prescriptive Guidance
AWS Cloud Center Excellence Quick Start Prescriptive GuidanceAWS Cloud Center Excellence Quick Start Prescriptive Guidance
AWS Cloud Center Excellence Quick Start Prescriptive Guidance
 
AWS Technical Due Diligence Workshop Session Two
AWS Technical Due Diligence Workshop Session TwoAWS Technical Due Diligence Workshop Session Two
AWS Technical Due Diligence Workshop Session Two
 
AWS Technical Due Diligence Workshop Session One
AWS Technical Due Diligence Workshop Session OneAWS Technical Due Diligence Workshop Session One
AWS Technical Due Diligence Workshop Session One
 
Post transaction cloud value creation
Post transaction cloud value creation Post transaction cloud value creation
Post transaction cloud value creation
 
Private Equity Technical Due Diligence Value Creation
Private Equity Technical Due Diligence Value CreationPrivate Equity Technical Due Diligence Value Creation
Private Equity Technical Due Diligence Value Creation
 
Cloud Enablement Engine Role Definition and Mapping
Cloud Enablement Engine Role Definition and MappingCloud Enablement Engine Role Definition and Mapping
Cloud Enablement Engine Role Definition and Mapping
 
Private Equity Value Creation Carve Outs, Divestitures and mergers
Private Equity Value Creation Carve Outs, Divestitures and mergersPrivate Equity Value Creation Carve Outs, Divestitures and mergers
Private Equity Value Creation Carve Outs, Divestitures and mergers
 
AWS Technical Due Diligence Executive Overview
AWS Technical Due Diligence Executive Overview AWS Technical Due Diligence Executive Overview
AWS Technical Due Diligence Executive Overview
 
AWS Techical Due Diligence to post transaction execution for M&A
AWS Techical Due Diligence to post transaction execution for M&A AWS Techical Due Diligence to post transaction execution for M&A
AWS Techical Due Diligence to post transaction execution for M&A
 
Hybrid Cloud on AWS: Foundational Layers and AWS Services
Hybrid Cloud on AWS: Foundational Layers and AWS ServicesHybrid Cloud on AWS: Foundational Layers and AWS Services
Hybrid Cloud on AWS: Foundational Layers and AWS Services
 
Migrating thousands of workloads to AWS at enterprise scale
Migrating thousands of workloads to AWS at enterprise scaleMigrating thousands of workloads to AWS at enterprise scale
Migrating thousands of workloads to AWS at enterprise scale
 
Operating and Managing Hybrid Cloud on AWS
Operating and Managing Hybrid Cloud on AWSOperating and Managing Hybrid Cloud on AWS
Operating and Managing Hybrid Cloud on AWS
 
Monolithic to Microservices Demystified
Monolithic to Microservices DemystifiedMonolithic to Microservices Demystified
Monolithic to Microservices Demystified
 
AWS Cloud Adoption Framework and Workshops
AWS Cloud Adoption Framework and WorkshopsAWS Cloud Adoption Framework and Workshops
AWS Cloud Adoption Framework and Workshops
 
DevOps, CI/CD, cost management, and security on AWS
DevOps, CI/CD, cost management, and security on AWSDevOps, CI/CD, cost management, and security on AWS
DevOps, CI/CD, cost management, and security on AWS
 
Hybrid Cloud on AWS : Provisioning, Operations, Management, and Monitoring
Hybrid Cloud on AWS : Provisioning, Operations, Management, and Monitoring Hybrid Cloud on AWS : Provisioning, Operations, Management, and Monitoring
Hybrid Cloud on AWS : Provisioning, Operations, Management, and Monitoring
 

KĂźrzlich hochgeladen

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel AraĂşjo
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

KĂźrzlich hochgeladen (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

AWS Storage Tiering for Enterprise Workloads

  • 1. STG301 - Amazon Web Services Storage Tiers Headline goes here Enterprise Workloads - Best Practices Sub headline goes here Tom Laszewski Solution Architect, AWS November 15, 2013 Thiru Sadagopan Cloud Services, Apps Associates Š Copyright 2013. Apps Associates LLC. Chris Gattoni IT Director, RISO 1
  • 2. Agenda • • • • • AWS Storage Options Enterprise Storage challenges AWS Storage solutions – Best Practices, Performance A storage configuration for Oracle Database Case study - RISO Š Copyright 2013. Apps Associates LLC. 2
  • 3. AWS Storage options Š Copyright 2013. Apps Associates LLC. 3
  • 4. Storage Services on AWS • AWS provides multiple storage options for enterprise workloads Traditional Workloads Storage Migration Techniques Application Specific Storage Options • • • • • • • • • • • • • • Ephemeral Storage Elastic Block Storage Amazon Simple Storage Service (S3) Amazon Glacier Amazon Direct Connect Amazon Export/Import Amazon Storage Gateway 3rd Party Storage Gateways Tsunami, BitTorrent, 3rd party solutions Amazon ElastiCache Amazon DynamoDB Amazon RDS Amazon RedShift Amazon CloudFront Š Copyright 2013. Apps Associates LLC. 4
  • 5. Performance is critical • What storage option has a typical transfer rate of 1 to 2 MB/sec ? • This storage device has single threaded performance that is limited to ~17 MB/sec ? • What storage option has up to 32 MB/sec bursting to 40 MB/sec ? • 4 PIOPS volumes at 1000 IOPS will saturate this type of instance network bandwidth ? • What storage option produces ~100-145 MB/s read and write IOPS ? (source) • Transfer ~3 TB a day using this storage option ? Š Copyright 2013. Apps Associates LLC. 5
  • 6. Enterprise Storage Requirements Š Copyright 2013. Apps Associates LLC. 6
  • 7. Enterprise Storage requirements Performance • Requires consistent performance, each application has unique requirements • Addressed by storage layers like SSD, SAN, NAS etc.. Durability and Availability • Addressed by using RAID, Disk Backups, Tape Backups Cost Elasticity and Scalability • Requires high CAPEX • Often addressed by over provisioning Š Copyright 2013. Apps Associates LLC. 7
  • 8. Enterprise storage on AWS Performance Durability and Availability Cost Elasticity and Scalability • • • Requires consistent performance, each application has unique requirements EBS Optimized Instances Provisioned IOPS, SSD, Addressed by storage layers like SSD, SAN, NAS etc.. • Built in replication across AZ; snapshots can be replicated • Addressed by using RAID, Disk Backups, Tape Backups across regions • Requires highyou use, Buy vs Build Pay for what CAPEX • Often addressed by over provisioning need Use as little or as much as you want or Š Copyright 2013. Apps Associates LLC. 8
  • 9. Enterprise Use Cases – Storage Requirements Databases Application Software File Server Archival Storage (Long term backups) Latency (Performance) Low Moderate Moderate Moderate Durability and Availability High High High – Moderate High Durability – Low Cost ($/GB) High Moderate Low Very Low Elasticity and Scalability High – Predictable Low – Stable High – Spiky Medium Predictable Š Copyright 2013. Apps Associates LLC. 9
  • 10. AWS Storage Solutions Š Copyright 2013. Apps Associates LLC. 10
  • 11. Ephemeral Store – Best Practices • Use with caution • Not all instance types have instance store storage – Second generation High Memory instances, Micro instances • Use rsync to copy data from instance store volumes to EBS volumes as applicable to ensure protection • Initialize the volume before using for High performance applications – dd if=/dev/zero of=/dev/sdb bs=1M • Add to AMI’s explicitly if required, when creating images Š Copyright 2013. Apps Associates LLC. 11
  • 12. Ephemeral Store – Anti-patterns • Persistent storage – use EBS / S3 instead • Database storage – use EBS / PIOPS – EBS volumes – Ephemeral Store may be used for temporary tables spaces ( with proper bootstrapping ) – cr2.8xlarge/ hi1.4xlarge provide SSD backed instance-store volumes, which may be used for temporary database storage using specific database features • Shared storage – use EBS / S3 instead • Snapshots— use EBS instead – Optionally rsync the contents of instance store volumes to EBS volumes depending on the use case Š Copyright 2013. Apps Associates LLC. 12
  • 13. EBS – Best Practices • Use striping for multiple volumes, to increase IOPS – RAID 0 and RAID 1+0 RAID 0 ( Stripe ) RAID 1+0 ( Stripe and Mirror ) Usage Drivers I/O performance is more important than fault tolerance Fault tolerance is more important than I/O performance Advantages I/O is distributed across the volumes in a stripe resulting in better performance Data is replicated and striped across volumes for better durability Disadvantages Overall performance of the stripe is limited to the worst performing volume in the set Doubles the amount of I/O required from the instance to EBS Recoverability EBS Snapshots are complex to manage, Must depend on third party backup methods Fault tolerant due to replication, however EBS Snapshots may be complex to manage and perform complete disk group recovery Cost Very little to No overhead, Utilization ratio can be high Doubles storage cost. May also have impact on network performance at instance level during high volume data transfers Š Copyright 2013. Apps Associates LLC. 13
  • 14. EBS – Best Practices • Use EBS optimized Instance types – uses an optimized configuration stack that provides additional, dedicated capacity for EBS I/O – Provides the best performance for EBS volumes by minimizing contention between EBS I/O and other traffic – Delivers dedicated throughput to EBS, with options between 500 Mbps and 1,000 Mbps – Costs an additional low, hourly fee for the dedicated capacity – Cannot be enabled for a running instance, requires start and stop of instance – Not available for all instance-types – Not required for cluster instance types Š Copyright 2013. Apps Associates LLC. 14
  • 15. EBS – Best Practices • EBS optimized Instance types availability Network Performance EBS Optimization Instance - types Comments Very Low / Low Not Available M1.small, t1.micro Not recommended for I/O intensive workloads, application scale out is recommended No M1.medium, c1.medium, m2.xlarge, Not recommended for I/O intensive workloads Yes M1.large, m3.xlarge, m2.2xlarge Can provide up to 500 Mbps of dedicated EBS throughput. Can be used for Moderate to High I/O workloads High Yes M1.xlarge, m3.2xlarge, c1.xlarge, m2.4xlarge Can provide up to 1000 Mbps of dedicated EBS throughput. Can be used for High I/O workloads 10 Gigabit Not Available cc2.8xlarge, cr1.8xlarge , hi1.4xlarge, hs1.8xlarge , cg1.4xlarge EBS optimization is not required as these instances provide better network throughput and can deliver better I/O performance Moderate Š Copyright 2013. Apps Associates LLC. 15
  • 16. Provisioned IOPS – Best Practices • Provisioned IOPS volumes are designed to deliver within 10% of the provisioned IOPS performance 99.9% of the time – when attached to EBS-Optimized instances – enough I/O requests to maintain its optimal average queue length – The read and write operations have a block size of 16 KB or less • Prepare new PIOPS volumes by touching all blocks to ensure consistent performance • Avoid taking EBS snapshots ( for both PIOPS and Standard EBS volumes ) during peak load • Avoid throttling overall network pipe / EBS – optimization by attaching too many PIOPS volumes Š Copyright 2013. Apps Associates LLC. 16
  • 17. EBS - Performance • Queue Length – Maintaining the optimal average queue length is crucial for delivering provisioned throughput – If the workload maintains an average queue length that is higher than your optimal value, then your per-request I/O latency will increase and in this case you should provision more IOPS for your volume – Maintain Average Queue length of 1 for every 200 Provisioned IOPS and tune that value based on your application requirements – VolumeQueueLength cloudwatch metric may be used for each volume to identify potential performance issues Š Copyright 2013. Apps Associates LLC. 17
  • 18. EBS - Performance • Cloud Watch metrics to monitor for EBS volumes – – – – – – VolumeQueueLength VolumeIdleTime VolumeReadOps VolumeWriteOps VolumeThroughputPercentage ( for PIOPS volumes ) VolumeConsumedReadWriteOps I for PIOPS volumes ) • VolumeWriteOps/VolumeReadOps needs to be monitored for standard EBS volumes to find potential need to convert them to PIOPS Š Copyright 2013. Apps Associates LLC. 18
  • 19. EBS – Anti Patterns • EBS storage is not recommended for below use cases – Temporary Storage • Not recommended for SWAP disks – Highly Durable Storage • EBS is designed to provide 99.5% - 99.9% annual durability. For better durability use S3 – Static data or web content • Use S3 or Cloud Front instead – Key-Value pair information • Use one of Database technology by AWS – Data that required very low access latency ( like session data ) • Use in-memory options like ElastiCache or DynamoDB Š Copyright 2013. Apps Associates LLC. 19
  • 20. S3 – Best Practices • S3 Performance considerations – – – – S3 can support 100 requests per second without much tuning effort. If higher performance is required, optimization is required For a GET intensive workloads – Use Cloud Front For a mix of request types – optimize the key names for better performance • For Enterprise Workloads – To optimize backup processes • utilize multiple backup threads – If S3 backup is performed from with-in VPC, make sure that S3 can be accessed directly from private subnet • Usage of NAT instance may become a bottleneck Š Copyright 2013. Apps Associates LLC. 20
  • 21. S3 – Anti Patterns • Use cases where S3 is not recommended – File System • Even though it can emulate File system formats using key’s it is not recommended to use as an alternate to File System. Using of tools which can mount S3 bucket as a file system may have severe performance/cost impact – Structured data with Query • Use RDS instead – Rapidly Changing data • Use EBS volumes instead – Data that is rarely accessed • Use Glacier instead Š Copyright 2013. Apps Associates LLC. 21
  • 22. AWS Storage Options Summary Storage option General Database Applications Speed Instance Store Swap temporary files Reports cache, webserver cache Very low latency Very Low; Volatile EBS – PIOPS Data files, redo logs Durability Low latency Moderate; Needs to be backed up regularly EBS Boot volume Binaries, archive logs Binaries Moderate latency Moderate; Needs to be backed up regularly S3 Backups Backups Backups Longer latency Very High durability Glacier Long term backups Long term backups Long term backups Restore times of Very High durability 3-5hrs Š Copyright 2013. Apps Associates LLC. 22
  • 23. A Storage configuration for Oracle database Š Copyright 2013. Apps Associates LLC. 23
  • 24. Database I/O Patterns • Cache data in memory from disk to achieve fast query response • For OLTP/ DSS workloads, memory should be big enough to hold as much as possible SGA Buffer Cache 100% cache hit ratio is ideal for OLTP workloads Š Copyright 2013. Apps Associates LLC. 24
  • 25. Database I/O Patterns • CPU time is mainly consumed by I/O wait Cache miss Cache Hit Š Copyright 2013. Apps Associates LLC. 25
  • 26. Database cache has limits 1. Data Size is increasing... 1. Huge amounts of data 2. Not possible to cache all data SGA 2. User Volume is increasing... Buffer Cache 3. Many I/O operations Source: oracle corporation Š Copyright 2013. Apps Associates LLC. 26
  • 27. Impact of I/O on CPU Response times I/O bottleneck Low Throughput and Slow Response Low CPU usage 700 16.00 14.00 600 12.00 TPS 500 RES 10.00 400 8.00 300 6.00 200 4.00 100 2.00 0 Response Time(Normal100Thread=>1.00) TPS(Normal-100Thread=>100) 800 0.00 Thread 100 200 300 400 500 600 700 800 Source: oracle corporation Š Copyright 2013. Apps Associates LLC. 27
  • 28. Storage Best Practices for Oracle • Oracle Automatic Storage Management feature is recommended option to optimize storage performance on AWS • SAME (Stripe And Mirror Everything) feature of Oracle ASM will help distributing entire data across multiple ebs volumes • ASM along with PIOPS EBS volumes can provide robust storage performance on AWS • Oracle Secure Backup for Cloud Module will enable backups directly from Oracle Database/ASM to S3 using RMAN • RMAN channels can be optimized for optimal system throughput and Storage performance Š Copyright 2013. Apps Associates LLC. 28
  • 29. Typical Storage Configuration for Oracle Storage Type Comments Binaries EBS Volume Standard Volume; EBS Snapshots Enabled Data Files PIOPS - EBS Volumes Striped across multiple volumes using ASM or any other technology PIOPS of 1000 or above Redo Log files PIOPS – EBS Volumes Use Separate EBS Volumes for each group Preferable to use ASM disk groups Archive log files EBS Volumes Standard volumes for normal database workloads. PIOPS for highly transactional environments Backup Files EBS Volumes / S3 Standard EBS Volumes for local backups Use OSB / other technology to push to S3 Š Copyright 2013. Apps Associates LLC. 29
  • 30. Storage Options for Oracle • Sample Disk Layout for Oracle Database using ASM DEV PROD +PROD_DATA Striping +PROD_FRA Striping 4 EBS Volumes 4 EBS Volumes 1000 PIOPS 4000 PIOPS ASM Instance with 16,000+ IOPS TEST +DEV_DATA S3 Bucket Life Cycle Policies Striping 4 EBS Volumes 500 PIOPS Glacier Š Copyright 2013. Apps Associates LLC. 30
  • 31. Database Backup Best practices PROD +PROD_DATA +PROD_FRA Striping 4 EBS Volumes 1000 PIOPS /backupfs OSB Cloud Module using RMAN EBS Snapshot S3 Bucket Striping 4 EBS Volumes 4000 PIOPS RMAN Local Backup Š Copyright 2013. Apps Associates LLC. 31
  • 32. SSD Storage with Oracle • AWS provides 2 instances types with SSD storage – cr1.8xlarge – 240GB of SSD – hi1.4xlarge – 2048GB of SSD • This SSD storage is ‘ephemeral’ use with caution for data files • However, SSD can be leveraged by using “Oracle Flash Cache” without risk – Available at no additional cost, Database Smart Flash Cache on Oracle Solaris and Oracle Enterprise Linux • Oracle Flash Cache simply extends the buffer cache to leverage SSD • Recommended use case for environments with huge working data sets – ETL processes for data warehouses – Reporting work load Š Copyright 2013. Apps Associates LLC. 32
  • 33. Case Study - RISO Chris Gattoni, IT Director Š Copyright 2013. Apps Associates LLC. 33
  • 34. About RISO, Inc. Who RISO Is Mission RISO means “ideal.” RISO strives to create fundamentally unique new technologies in paper-based communication. Every product we manufacture offers the ideal solution to our customers. At the same time, RISO carries on a tradition of caring for the world at large through our environmental and community support programs. Just as we are committed to delivering the ideal products and service, we strive to be an ideal corporate citizen in every country in which we conduct business. Company Overview RISO, Inc. is a world leader in digital printing solutions, with award winning printing technologies that are at the forefront of the printing equipment industry. RISO printers help improve productivity, increase versatility, and reduce costs.
  • 35. About RISO, Inc. What RISO Does RISO sells high speed inkjet printers and digital duplicators. They're low-cost, durable, & reliable production printers. RISO strives to create fundamentally unique new technologies in paper-based communication through an approach that emphasizes productivity, cost containment, and versatility. Every product we manufacture delivers these benefits in a balance that offers the ideal solution to our customers. Speed up your color communications!
  • 36. Key Business Drivers • Key Challenges – – – – End-of-Life Hardware CAPEX vs OPEX Upcoming Datacenter Migration IT not spending enough time on core functions • AWS Solution – – – – Migrate from existing hardware to AWS EC2 platform Lower TCO No datacenter to maintain , resulting in more flexibility for infrastructure team Scalable and Elastic platform Š Copyright 2013. Apps Associates LLC. 36
  • 37. On-Premise Environment • Infrastructure spread across multiple locations – Connectivity required from multiple locations – Multiple servers, SAN Storage, Network equipment – Printers, Tape Libraries, File Servers • Applications include – – – – – Oracle ERP Oracle Business Intelligence LACROSSE applications on MS SQL Server Domain controllers, PING Identity, Monitoring Servers Ticketing Systems Š Copyright 2013. Apps Associates LLC. 37
  • 38. Target AWS Environment • Virtual Private Cloud with multiple VPN Tunnels for redundancy – Separate VPN Tunnels to each remote location – Access restricted only via VPN Tunnel for better security • EC2 servers with EBS storage – EBS – PIOPS for Database storage • Tape Library replaced with AWS S3 • DR setup for core infrastructure components like Domain Controller etc.. • DR build for Enterprise Applications in separate region Š Copyright 2013. Apps Associates LLC. 38
  • 39. Storage Options on AWS • Leveraged all Storage options to ensure optimal performance in AWS – – – – – – – Ephemeral – Swap space / Temp storage EBS Volumes – OS Boot volumes / Software binaries / Application storage EBS - PIOPS Volumes – Oracle Data files, Redo logs on striped volumes S3(RRS) – for storing Non Prod backups using third party backup appliance S3 – for storing Production backups Glacier – Long term archival of backups Export/Import – to transfer 2TB+ data to Glacier using USB disks Š Copyright 2013. Apps Associates LLC. 39
  • 40. Key Challenges • 32-bit vs 64-bit instance types – – – – – AWS provides limited options to run 32-bit applications Legacy applications were not certified to run on 64-bit instances Upgrade to latest versions was not feasible 32-bit instance types were unable to provide enough throughput Network performance / EBS performance was not sufficient to meet user load • Solution: EBS PIOPS with Scale Out – Implemented multiple EBS PIOPS volumes with EBS Optimization for better I/O – Scaled out Application middle tier to use multiple servers for better throughput – Used Custom built AMI’s to run legacy applications to avoid AWS dependency Š Copyright 2013. Apps Associates LLC. 40
  • 41. Key Takeaways • • • • AWS provides multiple Storage options for enterprise workloads No single option fits all workloads Proper planning and validation of I/O performance is the key for success Phased approach for AWS migration – – – – Start with a POC Migrate Test / Dev environments Build DR in Cloud Migrate Production workloads • Continuous monitoring of key performance metrics is crucial for success Š Copyright 2013. Apps Associates LLC. 41
  • 42. Resources • AWS Architecture Center http://aws.amazon.com/architecture/ • Storage Options in the AWS Cloud http://media.amazonwebservices.com/AWS_Storage_Options.pdf • AWS: Overview of Security Process http://media.amazonwebservices.com/pdf/AWS_Security_Whitepaper.pdf • Roadmap to Moving Your Applications to the Cloud http:// www.appsassociates.com/white-papers/moving-applications-to-cloud • AWS Test Drive Labs – Try your application on cloud http://www.appsassociates.com/awslabs/ Š Copyright 2013. Apps Associates LLC. 42
  • 43. Connect With Us • Web: www.appsassociates.com • Email: Thiru.Sadagopan@appsassociates.com tomlasz@amazon.com cgattoni@riso.com • YouTube: www.youtube.com/user/AppsAssociates • LinkedIn: www.us.linkedin.com/company/apps-associates • Twitter: @AppsAssociates • Facebook: www.facebook.com/AppsAssociatesGlobal Š Copyright 2013. Apps Associates LLC. 43