SlideShare a Scribd company logo
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
February 7th, 2018
Backup and Disaster Recovery with AWS
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
LeX Nguyen
Territory Manager, Vietnam
Amazon Web Services
Possess 15 years of leading business development for global
technology companies i.e. IBM, Oracle, Microsoft and AWS with
working experience in USA, Australia, Singapore and Vietnam.
Have been with AWS for 1.4 years as its first local rep to build the
foundation for long-term growth in Vietnam. Earned trust from
customers across industries to select AWS as their cloud provider i.e.
Masan, VietJet Air, VTVGo, VNG Corp, Foody.vn, Tiki.vn, Ticketbox, …
Bachelor Degree of Information Systems, Drexel University, USA
Today’s Speaker
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Ask the AWS Experts
Our Experts are online to answer any questions
you have during the presentation.
Ask your questions via the Questions Window on
the GoToWebinar Control Panel
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
What are we planning for?
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Disaster
Recovery
Concepts
First Steps
• Find/Define applications
• Business Impact Analysis
• Set RPO/RTO
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Disaster
Recovery point
Data loss
Recovery time
Down time
Time
Recovery Point and Recovery Time Objective
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Availability Concepts
High Availability Backup Disaster Recovery
Keep your applications
running 24x7
Make sure your
data is safe
Get your applications and
data back after a major
disaster
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
High Availability - Keeping your applications running 24x7
RDS HA Aurora DynamoDB
Application level replication EC2 auto recovery
Between AZ’s
Between Regions
Application level replication 3rd party
Elasticache S3
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS offers four levels of backup and DR support
across a spectrum of complexity and time
Backup &
Restore Pilot light
Warm standby
in AWS
Hot standby
(with multi-site)
§ Lower priority use
cases
§ Solutions: S3, Storage
Gateway
§ Cost: $
§ Meeting lower RTO &
RPO requirements
§ Core services
§ Scale AWS resources in
response to a DR event
§ Cost: $$
§ Solutions that require
RTO & RPO in
minutes
§ Business critical
services
§ Cost: $$$
§ Auto-failover of your
environment in AWS
§ Cost: $$$$
Low High
RPO/RTO:
Hours
RPO/RTO:
10s of Minutes
RPO/RTO:
Minutes
RPO/RTO:
Real-time
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Backup & Recovery
§ Suitable for:
‒ Services that can sustain longer recovery times
‒ Lower priority use cases
§ Low cost DR option that leverages existing
investments in:
‒ De-duplication
‒ Compression
‒ WAN acceleration
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Backing up to AWS via Storage Gateway
3 options to write on-premises backups to store in AWS
Customer Premises
File
Gateway
GlacierS3-IA
NFS
v3
/ v4.1
Backup
Server
Customer Bucket
Volume
Gateway
iSCSI
Tape
Gateway
VTL
- iSCSI
Volume Gateway
S3
Glacier
Tape Gateway VTL
Customer Environment
EBS Snapshots
S3
S3
Standard
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Tape Gateway
Virtual tape storage in Amazon S3 and Amazon Glacier with VTL management
Virtual tape storage in S3 and Glacier accessed via tape gateway
Data compressed in-transit and at-rest
Up to 1 PB total tape storage per gateway, unlimited archive capacity
Supports leading backup applications
**3-5 hour tape retrieval from Amazon Glacier
Archived Tapes
stored in
Amazon Glacier
MEDIA
CHANGER
TAPE
DRIVE
Customer Premises
Virtual Tapes
stored in
Amazon S3
Backup
Server
HTTPSiSCSI
Tape
Gateway
Tape
Gateway VM
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
What is an EBS/RDS snapshot?
EBS
volume
Availability Zone
AWS Region
Amazon
S3
EBS snapshot
Availability Zone
Replica
© 2017, 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
• Restore to same AZ, different AZ, different
region, different accountEBS
snapshot
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Pilot light
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• Massive upfront investment in hardware & high ongoing costs
• Data growth increases hardware and operational costs
• Hard to actually test without business disruption
• Management and infrastructure overhead for globally distributed businesses
• Vulnerable to cyber threats/hacking
Traditional Disaster Recovery
DR in the cloud
• No upfront hardware investment needed
• Only pay for rightsized compute/storage when actually needed
• Lower IT management overhead
• (MUCH!) More automation
• Easy and repeatable testing
• Systems up in minutes (not hours/days!)
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Subordinate
database
server
Pilot light–prep
www.example.com
Data mirroring
replication
Not running
Pilot light system
Reverse
proxy/
caching
server
Data
volume
Application
server
Corporate data center
Reverse
proxy/
caching
server
Application
server
Master
Database
server
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Database
server
Pilot light–recovery
www.example.com
Start in minutes
Add additional
capacity,
if needed
Reverse
proxy/
caching
server
Data
volume
Application
server
Corporate data center
Reverse
proxy/
caching
server
Application
server
Master
Database
server
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Warm standby
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Warm standby–prep
Mirroring /replication
Application
data source
cut over
Elastic
load
balancerActive
Not active for
production traffic
Route 53
www.example.com
Scaled down
standbyCorporate data center
Data
volume
Application
server
Subordinate
database
server
Reverse
proxy/
caching
server
AWS region
Reverse
proxy/
caching
server
Application
server
Master
Database
server
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Warm standby–recover
Elastic
load
balancer
Active
Route 53
www.example.com
Scaled-up
production
Corporate data center
Data
volume
Application
server
Database
server
Reverse
proxy/
caching
server
AWS region
Reverse
proxy/
caching
server
Application
Server
Master
Database
server
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Hot site
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Hot site–prep
Mirroring /replication
Application
data source
cut over
Elastic
load
balancerActive
Route 53
www.example.com
Corporate data center
Data
volume
Application
server
Subordinate
database
server
Reverse
proxy/
caching
server
AWS region
Reverse
proxy/
caching
server
Application
server
Master
Database
server
Active
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Hot site–recovery
Elastic
load
balancer
Route 53
www.example.com
Corporate data center
Data
volume
Application
server
Database
server
Reverse
proxy/
caching
server
AWS region
Reverse
proxy/
caching
server
Application
server
Master
Database
server
Active
Scaled up
for production
use
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Storage Partner Solutions
Technology Solutions vetted by the AWS Storage Competency Program
aws.amazon.com/backup-recovery/partner-solutions/ Note: Represents a sample of storage partners
Note: Dell-EMC, IBM and Veritas have solutions and are working towards competency requirements
Backup and RecoveryPrimary Storage Archive BCDR
Solutions that leverage file, block, object,
and streamed data formats as an
extension to on-premises storage
Solutions that leverage Amazon S3 for
durable data backup
Solutions that leverage Amazon Glacier
for durable and cost-effective long-term
data backup
Solutions that utilize AWS to enable
recovery strategies focused on RTO
and RPO requirements
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
10 minutes open Q&A
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Follow Us on Social Media
@AmazonWebServices
@AWSCloud @AWSCloudSEAsia
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Feedback
A feedback form will pop up when you exit the Webinar Console.
Please help us to complete in order for us to improve our program.
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Thank You
You will receive today’s webinar recording and presentation deck,
look out for it in your inbox.

More Related Content

Similar to Best Practices cho việc lưu trữ, backup, và khôi phục dữ liệu trên AWS

Design, Build, and Modernize Your Web Applications with AWS
 Design, Build, and Modernize Your Web Applications with AWS Design, Build, and Modernize Your Web Applications with AWS
Design, Build, and Modernize Your Web Applications with AWS
Donnie Prakoso
 
Cost Optimisation Solutions on AWS
Cost Optimisation Solutions on AWS Cost Optimisation Solutions on AWS
Cost Optimisation Solutions on AWS
Amazon Web Services
 
Learn how to build serverless applications using the AWS Serverless Platform-...
Learn how to build serverless applications using the AWS Serverless Platform-...Learn how to build serverless applications using the AWS Serverless Platform-...
Learn how to build serverless applications using the AWS Serverless Platform-...
Amazon Web Services
 
Oracle Enterprise Solutions on AWS - ENT326 - re:Invent 2017
Oracle Enterprise Solutions on AWS - ENT326 - re:Invent 2017Oracle Enterprise Solutions on AWS - ENT326 - re:Invent 2017
Oracle Enterprise Solutions on AWS - ENT326 - re:Invent 2017
Amazon Web Services
 
Reducing the Total Cost of IT Infrastructure with AWS Cloud Economics
Reducing the Total Cost of IT Infrastructure with AWS Cloud EconomicsReducing the Total Cost of IT Infrastructure with AWS Cloud Economics
Reducing the Total Cost of IT Infrastructure with AWS Cloud Economics
Amazon Web Services
 
Back Up and Manage On-Premises and Cloud-Native Workloads with Rubrik on AWS ...
Back Up and Manage On-Premises and Cloud-Native Workloads with Rubrik on AWS ...Back Up and Manage On-Premises and Cloud-Native Workloads with Rubrik on AWS ...
Back Up and Manage On-Premises and Cloud-Native Workloads with Rubrik on AWS ...
Amazon Web Services
 
Running Mission Critical Workloads on AWS
Running Mission Critical Workloads on AWSRunning Mission Critical Workloads on AWS
Running Mission Critical Workloads on AWS
Amazon Web Services
 
AWS Commercial Management and Cost Optimisation - Dec 2017
AWS Commercial Management and Cost Optimisation - Dec 2017AWS Commercial Management and Cost Optimisation - Dec 2017
AWS Commercial Management and Cost Optimisation - Dec 2017
Amazon Web Services
 
ARC205_Born in the Cloud
ARC205_Born in the CloudARC205_Born in the Cloud
ARC205_Born in the Cloud
Amazon Web Services
 
Deep Dive: Building Hybrid Cloud Storage Architectures with AWS Storage Gatew...
Deep Dive: Building Hybrid Cloud Storage Architectures with AWS Storage Gatew...Deep Dive: Building Hybrid Cloud Storage Architectures with AWS Storage Gatew...
Deep Dive: Building Hybrid Cloud Storage Architectures with AWS Storage Gatew...
Amazon Web Services
 
File System Backup
File System BackupFile System Backup
File System Backup
Amazon Web Services
 
AWS Cost Optimisation Solutions
AWS Cost Optimisation SolutionsAWS Cost Optimisation Solutions
AWS Cost Optimisation Solutions
Amazon Web Services
 
Disaster Recovery Options with AWS (with Live Demos) - AWS Online Tech Talks
Disaster Recovery Options with AWS (with Live Demos) - AWS Online Tech TalksDisaster Recovery Options with AWS (with Live Demos) - AWS Online Tech Talks
Disaster Recovery Options with AWS (with Live Demos) - AWS Online Tech Talks
Amazon Web Services
 
深入淺出 AWS 混合式雲端架構
深入淺出 AWS 混合式雲端架構 深入淺出 AWS 混合式雲端架構
深入淺出 AWS 混合式雲端架構
Amazon Web Services
 
Scaling Up to Your First 10 Million Users
Scaling Up to Your First 10 Million UsersScaling Up to Your First 10 Million Users
Scaling Up to Your First 10 Million Users
Amazon Web Services
 
Strategies for Seamless Backup and Disaster Recovery with AWS
Strategies for Seamless Backup and Disaster Recovery with AWSStrategies for Seamless Backup and Disaster Recovery with AWS
Strategies for Seamless Backup and Disaster Recovery with AWS
Amazon Web Services
 
Databases - EBC on the road Brazil Edition [Portuguese]
Databases - EBC on the road Brazil Edition [Portuguese]Databases - EBC on the road Brazil Edition [Portuguese]
Databases - EBC on the road Brazil Edition [Portuguese]
Amazon Web Services
 
Migrating Microsoft Workloads to AWS
Migrating Microsoft Workloads to AWSMigrating Microsoft Workloads to AWS
Migrating Microsoft Workloads to AWS
Amazon Web Services
 
Deploying SAP Solutions on AWS
Deploying SAP Solutions on AWSDeploying SAP Solutions on AWS
Deploying SAP Solutions on AWS
Amazon Web Services
 
Maximize the Return on Your Storage Investment with AWS Marketplace - MSC305 ...
Maximize the Return on Your Storage Investment with AWS Marketplace - MSC305 ...Maximize the Return on Your Storage Investment with AWS Marketplace - MSC305 ...
Maximize the Return on Your Storage Investment with AWS Marketplace - MSC305 ...
Amazon Web Services
 

Similar to Best Practices cho việc lưu trữ, backup, và khôi phục dữ liệu trên AWS (20)

Design, Build, and Modernize Your Web Applications with AWS
 Design, Build, and Modernize Your Web Applications with AWS Design, Build, and Modernize Your Web Applications with AWS
Design, Build, and Modernize Your Web Applications with AWS
 
Cost Optimisation Solutions on AWS
Cost Optimisation Solutions on AWS Cost Optimisation Solutions on AWS
Cost Optimisation Solutions on AWS
 
Learn how to build serverless applications using the AWS Serverless Platform-...
Learn how to build serverless applications using the AWS Serverless Platform-...Learn how to build serverless applications using the AWS Serverless Platform-...
Learn how to build serverless applications using the AWS Serverless Platform-...
 
Oracle Enterprise Solutions on AWS - ENT326 - re:Invent 2017
Oracle Enterprise Solutions on AWS - ENT326 - re:Invent 2017Oracle Enterprise Solutions on AWS - ENT326 - re:Invent 2017
Oracle Enterprise Solutions on AWS - ENT326 - re:Invent 2017
 
Reducing the Total Cost of IT Infrastructure with AWS Cloud Economics
Reducing the Total Cost of IT Infrastructure with AWS Cloud EconomicsReducing the Total Cost of IT Infrastructure with AWS Cloud Economics
Reducing the Total Cost of IT Infrastructure with AWS Cloud Economics
 
Back Up and Manage On-Premises and Cloud-Native Workloads with Rubrik on AWS ...
Back Up and Manage On-Premises and Cloud-Native Workloads with Rubrik on AWS ...Back Up and Manage On-Premises and Cloud-Native Workloads with Rubrik on AWS ...
Back Up and Manage On-Premises and Cloud-Native Workloads with Rubrik on AWS ...
 
Running Mission Critical Workloads on AWS
Running Mission Critical Workloads on AWSRunning Mission Critical Workloads on AWS
Running Mission Critical Workloads on AWS
 
AWS Commercial Management and Cost Optimisation - Dec 2017
AWS Commercial Management and Cost Optimisation - Dec 2017AWS Commercial Management and Cost Optimisation - Dec 2017
AWS Commercial Management and Cost Optimisation - Dec 2017
 
ARC205_Born in the Cloud
ARC205_Born in the CloudARC205_Born in the Cloud
ARC205_Born in the Cloud
 
Deep Dive: Building Hybrid Cloud Storage Architectures with AWS Storage Gatew...
Deep Dive: Building Hybrid Cloud Storage Architectures with AWS Storage Gatew...Deep Dive: Building Hybrid Cloud Storage Architectures with AWS Storage Gatew...
Deep Dive: Building Hybrid Cloud Storage Architectures with AWS Storage Gatew...
 
File System Backup
File System BackupFile System Backup
File System Backup
 
AWS Cost Optimisation Solutions
AWS Cost Optimisation SolutionsAWS Cost Optimisation Solutions
AWS Cost Optimisation Solutions
 
Disaster Recovery Options with AWS (with Live Demos) - AWS Online Tech Talks
Disaster Recovery Options with AWS (with Live Demos) - AWS Online Tech TalksDisaster Recovery Options with AWS (with Live Demos) - AWS Online Tech Talks
Disaster Recovery Options with AWS (with Live Demos) - AWS Online Tech Talks
 
深入淺出 AWS 混合式雲端架構
深入淺出 AWS 混合式雲端架構 深入淺出 AWS 混合式雲端架構
深入淺出 AWS 混合式雲端架構
 
Scaling Up to Your First 10 Million Users
Scaling Up to Your First 10 Million UsersScaling Up to Your First 10 Million Users
Scaling Up to Your First 10 Million Users
 
Strategies for Seamless Backup and Disaster Recovery with AWS
Strategies for Seamless Backup and Disaster Recovery with AWSStrategies for Seamless Backup and Disaster Recovery with AWS
Strategies for Seamless Backup and Disaster Recovery with AWS
 
Databases - EBC on the road Brazil Edition [Portuguese]
Databases - EBC on the road Brazil Edition [Portuguese]Databases - EBC on the road Brazil Edition [Portuguese]
Databases - EBC on the road Brazil Edition [Portuguese]
 
Migrating Microsoft Workloads to AWS
Migrating Microsoft Workloads to AWSMigrating Microsoft Workloads to AWS
Migrating Microsoft Workloads to AWS
 
Deploying SAP Solutions on AWS
Deploying SAP Solutions on AWSDeploying SAP Solutions on AWS
Deploying SAP Solutions on AWS
 
Maximize the Return on Your Storage Investment with AWS Marketplace - MSC305 ...
Maximize the Return on Your Storage Investment with AWS Marketplace - MSC305 ...Maximize the Return on Your Storage Investment with AWS Marketplace - MSC305 ...
Maximize the Return on Your Storage Investment with AWS Marketplace - MSC305 ...
 

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 Fargate
Amazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
Amazon 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
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
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 Workloads
Amazon Web Services
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
Amazon 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 sfatare
Amazon 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 NodeJS
Amazon 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 web
Amazon 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 sfatare
Amazon 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 AWS
Amazon 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 Deck
Amazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
Amazon Web Services
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
Amazon 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 Service
Amazon 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
 

Best Practices cho việc lưu trữ, backup, và khôi phục dữ liệu trên AWS

  • 1. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. February 7th, 2018 Backup and Disaster Recovery with AWS
  • 2. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. LeX Nguyen Territory Manager, Vietnam Amazon Web Services Possess 15 years of leading business development for global technology companies i.e. IBM, Oracle, Microsoft and AWS with working experience in USA, Australia, Singapore and Vietnam. Have been with AWS for 1.4 years as its first local rep to build the foundation for long-term growth in Vietnam. Earned trust from customers across industries to select AWS as their cloud provider i.e. Masan, VietJet Air, VTVGo, VNG Corp, Foody.vn, Tiki.vn, Ticketbox, … Bachelor Degree of Information Systems, Drexel University, USA Today’s Speaker
  • 3. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Ask the AWS Experts Our Experts are online to answer any questions you have during the presentation. Ask your questions via the Questions Window on the GoToWebinar Control Panel
  • 4. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What are we planning for?
  • 5. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Disaster Recovery Concepts First Steps • Find/Define applications • Business Impact Analysis • Set RPO/RTO
  • 6. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Disaster Recovery point Data loss Recovery time Down time Time Recovery Point and Recovery Time Objective
  • 7. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Availability Concepts High Availability Backup Disaster Recovery Keep your applications running 24x7 Make sure your data is safe Get your applications and data back after a major disaster
  • 8. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. High Availability - Keeping your applications running 24x7 RDS HA Aurora DynamoDB Application level replication EC2 auto recovery Between AZ’s Between Regions Application level replication 3rd party Elasticache S3
  • 9. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS offers four levels of backup and DR support across a spectrum of complexity and time Backup & Restore Pilot light Warm standby in AWS Hot standby (with multi-site) § Lower priority use cases § Solutions: S3, Storage Gateway § Cost: $ § Meeting lower RTO & RPO requirements § Core services § Scale AWS resources in response to a DR event § Cost: $$ § Solutions that require RTO & RPO in minutes § Business critical services § Cost: $$$ § Auto-failover of your environment in AWS § Cost: $$$$ Low High RPO/RTO: Hours RPO/RTO: 10s of Minutes RPO/RTO: Minutes RPO/RTO: Real-time
  • 10. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Backup & Recovery § Suitable for: ‒ Services that can sustain longer recovery times ‒ Lower priority use cases § Low cost DR option that leverages existing investments in: ‒ De-duplication ‒ Compression ‒ WAN acceleration
  • 11. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Backing up to AWS via Storage Gateway 3 options to write on-premises backups to store in AWS Customer Premises File Gateway GlacierS3-IA NFS v3 / v4.1 Backup Server Customer Bucket Volume Gateway iSCSI Tape Gateway VTL - iSCSI Volume Gateway S3 Glacier Tape Gateway VTL Customer Environment EBS Snapshots S3 S3 Standard
  • 12. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Tape Gateway Virtual tape storage in Amazon S3 and Amazon Glacier with VTL management Virtual tape storage in S3 and Glacier accessed via tape gateway Data compressed in-transit and at-rest Up to 1 PB total tape storage per gateway, unlimited archive capacity Supports leading backup applications **3-5 hour tape retrieval from Amazon Glacier Archived Tapes stored in Amazon Glacier MEDIA CHANGER TAPE DRIVE Customer Premises Virtual Tapes stored in Amazon S3 Backup Server HTTPSiSCSI Tape Gateway Tape Gateway VM
  • 13. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What is an EBS/RDS snapshot? EBS volume Availability Zone AWS Region Amazon S3 EBS snapshot Availability Zone Replica
  • 14. © 2017, 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 • Restore to same AZ, different AZ, different region, different accountEBS snapshot
  • 15. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Pilot light
  • 16. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • Massive upfront investment in hardware & high ongoing costs • Data growth increases hardware and operational costs • Hard to actually test without business disruption • Management and infrastructure overhead for globally distributed businesses • Vulnerable to cyber threats/hacking Traditional Disaster Recovery DR in the cloud • No upfront hardware investment needed • Only pay for rightsized compute/storage when actually needed • Lower IT management overhead • (MUCH!) More automation • Easy and repeatable testing • Systems up in minutes (not hours/days!)
  • 17. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Subordinate database server Pilot light–prep www.example.com Data mirroring replication Not running Pilot light system Reverse proxy/ caching server Data volume Application server Corporate data center Reverse proxy/ caching server Application server Master Database server
  • 18. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Database server Pilot light–recovery www.example.com Start in minutes Add additional capacity, if needed Reverse proxy/ caching server Data volume Application server Corporate data center Reverse proxy/ caching server Application server Master Database server
  • 19. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Warm standby
  • 20. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Warm standby–prep Mirroring /replication Application data source cut over Elastic load balancerActive Not active for production traffic Route 53 www.example.com Scaled down standbyCorporate data center Data volume Application server Subordinate database server Reverse proxy/ caching server AWS region Reverse proxy/ caching server Application server Master Database server
  • 21. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Warm standby–recover Elastic load balancer Active Route 53 www.example.com Scaled-up production Corporate data center Data volume Application server Database server Reverse proxy/ caching server AWS region Reverse proxy/ caching server Application Server Master Database server
  • 22. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Hot site
  • 23. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Hot site–prep Mirroring /replication Application data source cut over Elastic load balancerActive Route 53 www.example.com Corporate data center Data volume Application server Subordinate database server Reverse proxy/ caching server AWS region Reverse proxy/ caching server Application server Master Database server Active
  • 24. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Hot site–recovery Elastic load balancer Route 53 www.example.com Corporate data center Data volume Application server Database server Reverse proxy/ caching server AWS region Reverse proxy/ caching server Application server Master Database server Active Scaled up for production use
  • 25. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Storage Partner Solutions Technology Solutions vetted by the AWS Storage Competency Program aws.amazon.com/backup-recovery/partner-solutions/ Note: Represents a sample of storage partners Note: Dell-EMC, IBM and Veritas have solutions and are working towards competency requirements Backup and RecoveryPrimary Storage Archive BCDR Solutions that leverage file, block, object, and streamed data formats as an extension to on-premises storage Solutions that leverage Amazon S3 for durable data backup Solutions that leverage Amazon Glacier for durable and cost-effective long-term data backup Solutions that utilize AWS to enable recovery strategies focused on RTO and RPO requirements
  • 26. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. 10 minutes open Q&A
  • 27. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Follow Us on Social Media @AmazonWebServices @AWSCloud @AWSCloudSEAsia
  • 28. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Feedback A feedback form will pop up when you exit the Webinar Console. Please help us to complete in order for us to improve our program.
  • 29. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Thank You You will receive today’s webinar recording and presentation deck, look out for it in your inbox.