SlideShare uma empresa Scribd logo
1 de 48
Baixar para ler offline
Using the AWS Cloud for Disaster Recovery 
Gerard Ngo –Account Manager 
AWS Worldwide Public Sector
What is AWS? Basics of Disaster RecoveryWhy AWS for Disaster Recovery? AWS services that can be employedCommon DR architectures 
Agenda
What is AWS?
Application Services 
Compute 
Storage 
Databases 
Networking 
AWS Global Infrastructure 
Deployment & Administration 
AWS Platform
AWS Global Infrastructure 
10 Regions 
consisting of 
26 Availability Zones 
and 
52 Edge Locations (CDN) 
Customer Decides Where Applications and Data Reside
AWS Region View 
-Independent/Separate Geographic Areas 
-Isolated from other Regions (security boundary) 
-= ~50 mile radius “clustered” data center architecture 
-Comprised of multiple Availability Zones 
-Availability Zone = 1 or more “data center” 
-Availability Zones connected through redundant low- latency links 
-Customer chooses a Region and Data stays within Region. 
-Enables High-Availability Architecture 
Availability Zone A 
Availability Zone B 
Availability Zone C 
Sample US Region
AWS Availability Zone (AZ) View 
-Multiple Isolated locations within a Region 
-Availability Zone = 1 or more “data center” 
-Independent Failure Zone 
-Physically separated 
-On separate Low Risk Flood Plains 
-Discrete UPS 
-Onsite backup generation facilities 
-Fed from different segments of utility provider 
-Redundantly connected to multiple tier-1 ISP’s 
-No “Disaster Recovery Datacenter” 
-Built for Continuous Availability 
-Customer decides Availability Zone for Compute 
Availability Zone A 
Availability Zone B 
Availability Zone C 
Sample US Region 
~ Data Center
Trusted by Enterprises Around the World
Public Sector Customers Worldwide 
3800 public sector customers across the globe!
Certifications 
SOC 2 
ISO 27001 
PCI DSS for EC2, S3, EBS, VPC, RDS, ELB, IAM 
FISMA Moderate Compliant Controls 
HIPAA & ITAR Compliant Architecture 
Physical Security 
Datacenters in nondescript facilities 
Physical access strictly controlled 
Must pass two-factor authentication at least twice for floor access 
Physical access logged and audited 
HW, SW, Network 
Systematic change management 
Phased updates deployment 
Safe storage decommission 
Automated monitoring and self-audit 
Advanced network protection 
Built to enterprise security standards 
http://aws.amazon.com/security
Basics of Disaster Recovery
DR is part of a wider set of policies and controls… 
DR & business continuity 
It’s not an all or nothing thing 
Choose what needs to failover and what does not 
Some things more important than others 
Some things will still be working 
High availability 
Backup 
Disaster recovery 
Keep your applications running 24x7 
Make sure your data is protected and can be recovered if it is lost 
Get your applications and data back after a major disaster
Each set of IT assets will have different requirements… 
DR & business continuity 
Recovery Time Objective (RTO) 
How quickly you need this asset to be recovered? 
e.g. 1min? 15min? 1hr? 4hrs? 1day? 
Recovery Point Objective (RPO) 
How ‘fresh’ the recovery must be for the asset? 
e.g. zero data loss, 15mins out of date?
Assets will sit on a spectrum of technical complexity… 
DR & business continuity 
Rebuild when required from offsite backup 
Run hot-hot configuration with auto-failover
Why AWS for Disaster Recovery?
The fundamental economic model… 
Traditional, second datacenter 
Primary Site 
Routers 
Firewalls 
Network 
Application Licenses 
Operating Systems 
Hypervisor 
Servers 
SAN fabric 
Primary Storage 
Backup 
Archive 
Secondary Site 
Routers 
Firewalls 
Network 
Application Licenses 
Operating Systems 
Hypervisor 
Servers 
SAN fabric 
Primary Storage 
Backup 
Archive
The fundamental economic model… 
Utility, on-demand datacenter 
Primary Site 
Routers 
Firewalls 
Network 
Application Licenses 
Operating Systems 
Hypervisor 
Servers 
SAN fabric 
Primary Storage 
Backup 
Archive 
AWS 
Routers 
Firewalls 
Network 
Application Licenses 
Operating Systems 
Hypervisor 
Servers 
SAN fabric 
Snapshot Storage 
Backup 
Archive 
Secondary site costs
With utility services you might be able to: 
Business & technical drivers 
Reduce costs 
Slash DR budgets by up to 50% 
Reduce on-premise 
Eliminate 30%+ of on-premise physical equipment 
Consolidate sites 
Eliminate the need to run a secondary site 
Remove aging technologies 
Eliminate tape for backup and archive
Challenges around Cost 
Conventional DR Sites 
High Cost 
Low ROI 
Implemented only for most critical systems 
Usually scaled down to 50% of production 
Systems in a remote region challenging
Cost Effective –On Demand Infrastructure 
Disaster Recovery on AWS 
Unprecedented capabilities to implement DR sites 
Easily set up DR sites on different geographic regions 
Cut down DR site cost by up to 70% 
Substantial savings on software licenses
AWS services that can be employed
Amazon 
Simple 
Storage 
Service (S3) 
AWS Import/Export 
AWS Storage 
Gateway Service 
AWS Direct 
Connect 
Amazon Virtual 
Private Cloud 
(VPC) 
Amazon 
Route 53 
Amazon Elastic 
Compute Cloud 
(EC2) 
Amazon Relational 
Database Service (RDS) 
Amazon 
Elastic Block 
Storage (EBS) 
Object storage & 
transfer services 
Networking services Foundation services
S3 and Elastic Block Store 
AWS storage is ideal for DR 
Simple Storage Service 
Highly scalable object storage 
1 byte to 5TB in size 
99.999999999% durability 
Elastic Block Store 
High performance block storage device 
Volumes of 1GB to 1TB in size 
Mount as drives to instances with snapshot/cloning functionalities
Glacier 
Durable 
Designed for 99.999999999% 
durability of archives 
Cost effective 
Write-once, read-never. Cost effective for long 
term storage. Pay for accessing data 
3 to 5 hour Retrieval time
Direct Connect 
Dedicated connection between your IT infrastructure and the AWS datacenters 
Extend your network infrastructure and VLANs into AWS 
VPN Connection 
A Hardware VPN connection connects amazon environment to your datacenter 
Internet Protocol security (IPsec) VPN connection 
Commonly used hardware supported 
Virtual Private Cloud 
Private, isolated section of the AWS Cloud 
Launch resources in a virtual network that you define 
complete control over your virtual networking environment 
Internet 
Internet 
Connecting to AWS
Common DR architectures
4 main patterns 
Common DR architectures 
Backup & Restore 
Pilot light 
Warm standby in AWS 
Multi-site solution in AWS & on-premise
Let’s start with Backup & Restore 
Common DR architectures 
Backup & Restore 
Pilot light 
Warm standby in AWS 
Multi-site solution in AWS & on-premise
Advantages to starting a journey with this pattern 
Backup & Restore pattern 
Simple to get started 
Easy starting point for exploring the AWS cloud 
Low technical barrier to entry 
Focus on incorporating cloud into your DR strategy, not on complex technical issues related to hot-hot systems 
Cost effective 
Very high levels of data durability at low price 
Cost of storing snapshots in S3 
Archiving possibilities beyond tape using Glacier
The preparation process… 
Backup & Restore pattern 
Take backups of current systems 
Store backups in S3 
Move to long term archive in Glacier
The process… 
Backup & Restore pattern 
Take backups of current systems 
Store backups in S3 
Detail how you will restoring from backup or recover from archive 
Move to long term archive in Glacier
Push backups to AWS
Recover servers during DR
Let’s look at the Pilot Light pattern… 
Common DR architectures 
Backup & Restore 
Pilot light 
Warm standby in AWS 
Multi-site solution in AWS & on-premise
Moving along the DR spectrum… 
Pilot light architecture 
Build resources around replicated dataset 
Keep ‘pilot light’ on by replicating core databases 
Build AWS resources around dataset and leave in stopped state 
Scale resources in AWS in response to a DR event 
Start up pool of resources in AWS when events dictate 
Match current production capacity through auto-scaling policies
Pilot light
Pilot light
Let’s look at the Warm standby pattern… 
Common DR architectures 
Backup & Restore 
Pilot light 
Warm standby in AWS 
Multi-site solution in AWS & on-premise
Moving along the DR spectrum… 
Warm standby architecture 
Build resources around replicated environment 
Operate a warm standby by replicating app servers and core databases 
Build AWS resources around dataset and run in limited capacity
Moving along the DR spectrum… 
Warm standby architecture 
Build resources around replicated environment 
Operate a warm standby by replicating app servers and core databases 
Build AWS resources around dataset and run in limited capacity 
Scale resources in AWS in response to a DR event 
Scale up pool of resources in AWS when events dictate 
Match current production capacity through auto-scaling policies
Warm standby -prep
Warm standby -recovery
Let’s look at the Multi-site pattern… 
Common DR architectures 
Backup & Restore 
Pilot light 
Warm standby in AWS 
Multi-site solution in AWS & on-premise
Moving along the DR spectrum… 
Multi-site architecture 
Deploy resources necessary to operate full production 
Operate a full stack by replicating app servers and core databases 
Fail over to AWS in response to a DR event 
Sufficient resources in AWS to handle full peak load
Multi-site -prep
Multi-site -recovery
Where to learn more
Resources 
Disaster Recovery on AWS: aws.amazon.com/disaster-recovery 
Architecture Center: aws.amazon.com/architecture 
Using AWS for Disaster Recovery 
http://media.amazonwebservices.com/AWS_Disaster_Recovery.pdf 
Backup and Recovery Approaches Using AWS 
http://media.amazonwebservices.com/AWS_Backup_Recovery.pdf

Mais conteúdo relacionado

Mais procurados

Data Center Migration to the AWS Cloud
Data Center Migration to the AWS CloudData Center Migration to the AWS Cloud
Data Center Migration to the AWS Cloud
Tom Laszewski
 
AWS 엣지 서비스를 통한 글로벌 서비스 관리 전략 - AWS Summit Seoul 2017
 AWS 엣지 서비스를 통한 글로벌 서비스 관리 전략 - AWS Summit Seoul 2017 AWS 엣지 서비스를 통한 글로벌 서비스 관리 전략 - AWS Summit Seoul 2017
AWS 엣지 서비스를 통한 글로벌 서비스 관리 전략 - AWS Summit Seoul 2017
Amazon Web Services Korea
 

Mais procurados (20)

How to Build a Successful AWS Consulting Practice
How to Build a Successful AWS Consulting PracticeHow to Build a Successful AWS Consulting Practice
How to Build a Successful AWS Consulting Practice
 
Aws
AwsAws
Aws
 
Disaster Recovery of on-premises IT infrastructure with AWS
Disaster Recovery of on-premises IT infrastructure with AWSDisaster Recovery of on-premises IT infrastructure with AWS
Disaster Recovery of on-premises IT infrastructure with AWS
 
AWS Security Best Practices
AWS Security Best PracticesAWS Security Best Practices
AWS Security Best Practices
 
What is Cloud Computing with Amazon Web Services?
What is Cloud Computing with Amazon Web Services?What is Cloud Computing with Amazon Web Services?
What is Cloud Computing with Amazon Web Services?
 
Introduction to AWS Security
Introduction to AWS SecurityIntroduction to AWS Security
Introduction to AWS Security
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
 
Journey Through The Cloud - Disaster Recovery
Journey Through The Cloud - Disaster RecoveryJourney Through The Cloud - Disaster Recovery
Journey Through The Cloud - Disaster Recovery
 
Plan Advanced AWS Networking Architectures - SRV323 - Chicago AWS Summit
Plan Advanced AWS Networking Architectures - SRV323 - Chicago AWS SummitPlan Advanced AWS Networking Architectures - SRV323 - Chicago AWS Summit
Plan Advanced AWS Networking Architectures - SRV323 - Chicago AWS Summit
 
Data Center Migration to the AWS Cloud
Data Center Migration to the AWS CloudData Center Migration to the AWS Cloud
Data Center Migration to the AWS Cloud
 
Storage with Amazon S3 and Amazon Glacier
Storage with Amazon S3 and Amazon GlacierStorage with Amazon S3 and Amazon Glacier
Storage with Amazon S3 and Amazon Glacier
 
AWS 비용 효율화를 고려한 Reserved Instance + Savings Plan 옵션 - 박윤 어카운트 매니저 :: AWS Game...
AWS 비용 효율화를 고려한 Reserved Instance + Savings Plan 옵션 - 박윤 어카운트 매니저 :: AWS Game...AWS 비용 효율화를 고려한 Reserved Instance + Savings Plan 옵션 - 박윤 어카운트 매니저 :: AWS Game...
AWS 비용 효율화를 고려한 Reserved Instance + Savings Plan 옵션 - 박윤 어카운트 매니저 :: AWS Game...
 
Monitoring and Alerting
Monitoring and AlertingMonitoring and Alerting
Monitoring and Alerting
 
reInvent reCap 2022
reInvent reCap 2022reInvent reCap 2022
reInvent reCap 2022
 
Introduction to AWS and Cloud Computing - Module 1 Part 1 - AWSome Day 2017
Introduction to AWS and Cloud Computing - Module 1 Part 1 - AWSome Day 2017Introduction to AWS and Cloud Computing - Module 1 Part 1 - AWSome Day 2017
Introduction to AWS and Cloud Computing - Module 1 Part 1 - AWSome Day 2017
 
Data Migration Using AWS Snowball, Snowball Edge & Snowmobile
Data Migration Using AWS Snowball, Snowball Edge & SnowmobileData Migration Using AWS Snowball, Snowball Edge & Snowmobile
Data Migration Using AWS Snowball, Snowball Edge & Snowmobile
 
AWS 엣지 서비스를 통한 글로벌 서비스 관리 전략 - AWS Summit Seoul 2017
 AWS 엣지 서비스를 통한 글로벌 서비스 관리 전략 - AWS Summit Seoul 2017 AWS 엣지 서비스를 통한 글로벌 서비스 관리 전략 - AWS Summit Seoul 2017
AWS 엣지 서비스를 통한 글로벌 서비스 관리 전략 - AWS Summit Seoul 2017
 
Cost Optimisation on AWS
Cost Optimisation on AWSCost Optimisation on AWS
Cost Optimisation on AWS
 
AWS Security Hub
AWS Security HubAWS Security Hub
AWS Security Hub
 
Application Portfolio Migration
Application Portfolio MigrationApplication Portfolio Migration
Application Portfolio Migration
 

Destaque

Disaster recovery on demand on the cloud
Disaster recovery on demand on the cloudDisaster recovery on demand on the cloud
Disaster recovery on demand on the cloud
Nati Shalom
 
Introduction To Organizing And Effective Long Term Recovery Process In Disast...
Introduction To Organizing And Effective Long Term Recovery Process In Disast...Introduction To Organizing And Effective Long Term Recovery Process In Disast...
Introduction To Organizing And Effective Long Term Recovery Process In Disast...
National VOAD
 
Long term recovery powerpoint presentation
Long term recovery powerpoint presentationLong term recovery powerpoint presentation
Long term recovery powerpoint presentation
Leesha55
 
AWS Customer Presentation - SemantiNet
AWS Customer Presentation - SemantiNet  AWS Customer Presentation - SemantiNet
AWS Customer Presentation - SemantiNet
Amazon Web Services
 
AWS Customer Presentation - Porticor
AWS Customer Presentation - Porticor AWS Customer Presentation - Porticor
AWS Customer Presentation - Porticor
Amazon Web Services
 
AWS Customer Presentation - qlik Tech
AWS Customer Presentation - qlik TechAWS Customer Presentation - qlik Tech
AWS Customer Presentation - qlik Tech
Amazon Web Services
 
AWS Customer Presentation - NASA JPL Pervasive Cloud Now and Future
AWS Customer Presentation - NASA JPL Pervasive Cloud Now and FutureAWS Customer Presentation - NASA JPL Pervasive Cloud Now and Future
AWS Customer Presentation - NASA JPL Pervasive Cloud Now and Future
Amazon Web Services
 
AWS Customer Presentation: Washington Post - AWS NYC Summit 2012
AWS Customer Presentation: Washington Post - AWS NYC Summit 2012AWS Customer Presentation: Washington Post - AWS NYC Summit 2012
AWS Customer Presentation: Washington Post - AWS NYC Summit 2012
Amazon Web Services
 

Destaque (20)

AWS Webcast - Discover Disaster Recovery Solutions in the Cloud
AWS Webcast - Discover Disaster Recovery Solutions in the CloudAWS Webcast - Discover Disaster Recovery Solutions in the Cloud
AWS Webcast - Discover Disaster Recovery Solutions in the Cloud
 
Disaster recovery on demand on the cloud
Disaster recovery on demand on the cloudDisaster recovery on demand on the cloud
Disaster recovery on demand on the cloud
 
Introduction To Organizing And Effective Long Term Recovery Process In Disast...
Introduction To Organizing And Effective Long Term Recovery Process In Disast...Introduction To Organizing And Effective Long Term Recovery Process In Disast...
Introduction To Organizing And Effective Long Term Recovery Process In Disast...
 
Long term recovery powerpoint presentation
Long term recovery powerpoint presentationLong term recovery powerpoint presentation
Long term recovery powerpoint presentation
 
(PFC402) Bigger, Faster: Performance Tips for High Speed and High Volume Appl...
(PFC402) Bigger, Faster: Performance Tips for High Speed and High Volume Appl...(PFC402) Bigger, Faster: Performance Tips for High Speed and High Volume Appl...
(PFC402) Bigger, Faster: Performance Tips for High Speed and High Volume Appl...
 
AWS Public Sector Symposium 2014 Canberra | Black Belt Tips on AWS
AWS Public Sector Symposium 2014 Canberra | Black Belt Tips on AWS AWS Public Sector Symposium 2014 Canberra | Black Belt Tips on AWS
AWS Public Sector Symposium 2014 Canberra | Black Belt Tips on AWS
 
AWS Customer Presentation - SemantiNet
AWS Customer Presentation - SemantiNet  AWS Customer Presentation - SemantiNet
AWS Customer Presentation - SemantiNet
 
Big Data on AWS - AWS Washington D.C. Symposium 2014
Big Data on AWS - AWS Washington D.C. Symposium 2014Big Data on AWS - AWS Washington D.C. Symposium 2014
Big Data on AWS - AWS Washington D.C. Symposium 2014
 
AWSome Day Bangkok Opening Keynote
AWSome Day Bangkok Opening KeynoteAWSome Day Bangkok Opening Keynote
AWSome Day Bangkok Opening Keynote
 
AWS Customer Presentation - Porticor
AWS Customer Presentation - Porticor AWS Customer Presentation - Porticor
AWS Customer Presentation - Porticor
 
(APP203) How Sumo Logic and Anki Build Highly Resilient Services on AWS to Ma...
(APP203) How Sumo Logic and Anki Build Highly Resilient Services on AWS to Ma...(APP203) How Sumo Logic and Anki Build Highly Resilient Services on AWS to Ma...
(APP203) How Sumo Logic and Anki Build Highly Resilient Services on AWS to Ma...
 
Keynote - Werner Vogels
Keynote - Werner Vogels Keynote - Werner Vogels
Keynote - Werner Vogels
 
Understanding AWS security
Understanding AWS securityUnderstanding AWS security
Understanding AWS security
 
Continuous Integration and Deployment Best Practices on AWS
 Continuous Integration and Deployment Best Practices on AWS  Continuous Integration and Deployment Best Practices on AWS
Continuous Integration and Deployment Best Practices on AWS
 
AWS Public Sector Symposium 2014 Canberra | Getting Started with AWS for Gove...
AWS Public Sector Symposium 2014 Canberra | Getting Started with AWS for Gove...AWS Public Sector Symposium 2014 Canberra | Getting Started with AWS for Gove...
AWS Public Sector Symposium 2014 Canberra | Getting Started with AWS for Gove...
 
High Availability Websites: part two
High Availability Websites: part twoHigh Availability Websites: part two
High Availability Websites: part two
 
AWS Customer Presentation - qlik Tech
AWS Customer Presentation - qlik TechAWS Customer Presentation - qlik Tech
AWS Customer Presentation - qlik Tech
 
AWS Summit Stockholm 2014 – T3 – disaster recovery on AWS
AWS Summit Stockholm 2014 – T3 – disaster recovery on AWSAWS Summit Stockholm 2014 – T3 – disaster recovery on AWS
AWS Summit Stockholm 2014 – T3 – disaster recovery on AWS
 
AWS Customer Presentation - NASA JPL Pervasive Cloud Now and Future
AWS Customer Presentation - NASA JPL Pervasive Cloud Now and FutureAWS Customer Presentation - NASA JPL Pervasive Cloud Now and Future
AWS Customer Presentation - NASA JPL Pervasive Cloud Now and Future
 
AWS Customer Presentation: Washington Post - AWS NYC Summit 2012
AWS Customer Presentation: Washington Post - AWS NYC Summit 2012AWS Customer Presentation: Washington Post - AWS NYC Summit 2012
AWS Customer Presentation: Washington Post - AWS NYC Summit 2012
 

Semelhante a AWS Webcast - Disaster Recovery

Disaster recovery webinar - oct.7
Disaster recovery   webinar - oct.7Disaster recovery   webinar - oct.7
Disaster recovery webinar - oct.7
Amazon Web Services
 
Lunch and Learn - Store and Move your Data To & From the AWS Cloud, Markku Le...
Lunch and Learn - Store and Move your Data To & From the AWS Cloud, Markku Le...Lunch and Learn - Store and Move your Data To & From the AWS Cloud, Markku Le...
Lunch and Learn - Store and Move your Data To & From the AWS Cloud, Markku Le...
Amazon Web Services
 
AWS Summit Barcelona - Backup & Disaster Recovery
AWS Summit Barcelona - Backup & Disaster RecoveryAWS Summit Barcelona - Backup & Disaster Recovery
AWS Summit Barcelona - Backup & Disaster Recovery
Amazon Web Services
 

Semelhante a AWS Webcast - Disaster Recovery (20)

Disaster recovery webinar - oct.7
Disaster recovery   webinar - oct.7Disaster recovery   webinar - oct.7
Disaster recovery webinar - oct.7
 
AWS Webcast - Business Continuity in the AWS Cloud
AWS Webcast - Business Continuity in the AWS CloudAWS Webcast - Business Continuity in the AWS Cloud
AWS Webcast - Business Continuity in the AWS Cloud
 
Journey Through the Cloud: Disaster Recovery
Journey Through the Cloud: Disaster RecoveryJourney Through the Cloud: Disaster Recovery
Journey Through the Cloud: Disaster Recovery
 
Disaster Recovery and Business Continuity - Toronto FSI Symposium - October 2016
Disaster Recovery and Business Continuity - Toronto FSI Symposium - October 2016Disaster Recovery and Business Continuity - Toronto FSI Symposium - October 2016
Disaster Recovery and Business Continuity - Toronto FSI Symposium - October 2016
 
Protecting your Microsoft Workloads with High Availability and Reliability
Protecting your Microsoft Workloads with High Availability and ReliabilityProtecting your Microsoft Workloads with High Availability and Reliability
Protecting your Microsoft Workloads with High Availability and Reliability
 
5 Takeaways from AWS re:Invent 2019
5 Takeaways from AWS re:Invent 20195 Takeaways from AWS re:Invent 2019
5 Takeaways from AWS re:Invent 2019
 
Backup & Restore Seamlessly with Industry-Leading Integration
Backup & Restore Seamlessly with Industry-Leading IntegrationBackup & Restore Seamlessly with Industry-Leading Integration
Backup & Restore Seamlessly with Industry-Leading Integration
 
How Globe Telecom does Primary Backups via StorReduce to the AWS Cloud
 How Globe Telecom does Primary Backups via StorReduce to the AWS Cloud How Globe Telecom does Primary Backups via StorReduce to the AWS Cloud
How Globe Telecom does Primary Backups via StorReduce to the AWS Cloud
 
Lunch and Learn - Store and Move your Data To & From the AWS Cloud, Markku Le...
Lunch and Learn - Store and Move your Data To & From the AWS Cloud, Markku Le...Lunch and Learn - Store and Move your Data To & From the AWS Cloud, Markku Le...
Lunch and Learn - Store and Move your Data To & From the AWS Cloud, Markku Le...
 
Backup on the cloud 10.1.13
Backup on the cloud 10.1.13Backup on the cloud 10.1.13
Backup on the cloud 10.1.13
 
Best Practices for Protecting Cloud Workloads - November 2016 Webinar Series
Best Practices for Protecting Cloud Workloads - November 2016 Webinar SeriesBest Practices for Protecting Cloud Workloads - November 2016 Webinar Series
Best Practices for Protecting Cloud Workloads - November 2016 Webinar Series
 
Best Practices for Backup and Recovery: Windows Workload on AWS
Best Practices for Backup and Recovery: Windows Workload on AWS Best Practices for Backup and Recovery: Windows Workload on AWS
Best Practices for Backup and Recovery: Windows Workload on AWS
 
AWS Sydney Summit 2013 - Technical Lessons on How to do DR in the Cloud
AWS Sydney Summit 2013 - Technical Lessons on How to do DR in the CloudAWS Sydney Summit 2013 - Technical Lessons on How to do DR in the Cloud
AWS Sydney Summit 2013 - Technical Lessons on How to do DR in the Cloud
 
AWS Summit Barcelona - Backup & Disaster Recovery
AWS Summit Barcelona - Backup & Disaster RecoveryAWS Summit Barcelona - Backup & Disaster Recovery
AWS Summit Barcelona - Backup & Disaster Recovery
 
Backup on the cloud Webinar
Backup on the cloud WebinarBackup on the cloud Webinar
Backup on the cloud Webinar
 
Disaster recovery sites on AWS: minimal costs maximum efficiency
Disaster recovery sites on AWS: minimal costs maximum efficiencyDisaster recovery sites on AWS: minimal costs maximum efficiency
Disaster recovery sites on AWS: minimal costs maximum efficiency
 
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
 
India Webinar
India WebinarIndia Webinar
India Webinar
 
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 Session.pptx
AWS Session.pptxAWS Session.pptx
AWS Session.pptx
 

Mais de 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
 
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
 

Mais de 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
 

Último

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Último (20)

"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 

AWS Webcast - Disaster Recovery

  • 1. Using the AWS Cloud for Disaster Recovery Gerard Ngo –Account Manager AWS Worldwide Public Sector
  • 2. What is AWS? Basics of Disaster RecoveryWhy AWS for Disaster Recovery? AWS services that can be employedCommon DR architectures Agenda
  • 4. Application Services Compute Storage Databases Networking AWS Global Infrastructure Deployment & Administration AWS Platform
  • 5. AWS Global Infrastructure 10 Regions consisting of 26 Availability Zones and 52 Edge Locations (CDN) Customer Decides Where Applications and Data Reside
  • 6. AWS Region View -Independent/Separate Geographic Areas -Isolated from other Regions (security boundary) -= ~50 mile radius “clustered” data center architecture -Comprised of multiple Availability Zones -Availability Zone = 1 or more “data center” -Availability Zones connected through redundant low- latency links -Customer chooses a Region and Data stays within Region. -Enables High-Availability Architecture Availability Zone A Availability Zone B Availability Zone C Sample US Region
  • 7. AWS Availability Zone (AZ) View -Multiple Isolated locations within a Region -Availability Zone = 1 or more “data center” -Independent Failure Zone -Physically separated -On separate Low Risk Flood Plains -Discrete UPS -Onsite backup generation facilities -Fed from different segments of utility provider -Redundantly connected to multiple tier-1 ISP’s -No “Disaster Recovery Datacenter” -Built for Continuous Availability -Customer decides Availability Zone for Compute Availability Zone A Availability Zone B Availability Zone C Sample US Region ~ Data Center
  • 8. Trusted by Enterprises Around the World
  • 9. Public Sector Customers Worldwide 3800 public sector customers across the globe!
  • 10. Certifications SOC 2 ISO 27001 PCI DSS for EC2, S3, EBS, VPC, RDS, ELB, IAM FISMA Moderate Compliant Controls HIPAA & ITAR Compliant Architecture Physical Security Datacenters in nondescript facilities Physical access strictly controlled Must pass two-factor authentication at least twice for floor access Physical access logged and audited HW, SW, Network Systematic change management Phased updates deployment Safe storage decommission Automated monitoring and self-audit Advanced network protection Built to enterprise security standards http://aws.amazon.com/security
  • 11. Basics of Disaster Recovery
  • 12. DR is part of a wider set of policies and controls… DR & business continuity It’s not an all or nothing thing Choose what needs to failover and what does not Some things more important than others Some things will still be working High availability Backup Disaster recovery Keep your applications running 24x7 Make sure your data is protected and can be recovered if it is lost Get your applications and data back after a major disaster
  • 13. Each set of IT assets will have different requirements… DR & business continuity Recovery Time Objective (RTO) How quickly you need this asset to be recovered? e.g. 1min? 15min? 1hr? 4hrs? 1day? Recovery Point Objective (RPO) How ‘fresh’ the recovery must be for the asset? e.g. zero data loss, 15mins out of date?
  • 14. Assets will sit on a spectrum of technical complexity… DR & business continuity Rebuild when required from offsite backup Run hot-hot configuration with auto-failover
  • 15. Why AWS for Disaster Recovery?
  • 16. The fundamental economic model… Traditional, second datacenter Primary Site Routers Firewalls Network Application Licenses Operating Systems Hypervisor Servers SAN fabric Primary Storage Backup Archive Secondary Site Routers Firewalls Network Application Licenses Operating Systems Hypervisor Servers SAN fabric Primary Storage Backup Archive
  • 17. The fundamental economic model… Utility, on-demand datacenter Primary Site Routers Firewalls Network Application Licenses Operating Systems Hypervisor Servers SAN fabric Primary Storage Backup Archive AWS Routers Firewalls Network Application Licenses Operating Systems Hypervisor Servers SAN fabric Snapshot Storage Backup Archive Secondary site costs
  • 18. With utility services you might be able to: Business & technical drivers Reduce costs Slash DR budgets by up to 50% Reduce on-premise Eliminate 30%+ of on-premise physical equipment Consolidate sites Eliminate the need to run a secondary site Remove aging technologies Eliminate tape for backup and archive
  • 19. Challenges around Cost Conventional DR Sites High Cost Low ROI Implemented only for most critical systems Usually scaled down to 50% of production Systems in a remote region challenging
  • 20. Cost Effective –On Demand Infrastructure Disaster Recovery on AWS Unprecedented capabilities to implement DR sites Easily set up DR sites on different geographic regions Cut down DR site cost by up to 70% Substantial savings on software licenses
  • 21. AWS services that can be employed
  • 22. Amazon Simple Storage Service (S3) AWS Import/Export AWS Storage Gateway Service AWS Direct Connect Amazon Virtual Private Cloud (VPC) Amazon Route 53 Amazon Elastic Compute Cloud (EC2) Amazon Relational Database Service (RDS) Amazon Elastic Block Storage (EBS) Object storage & transfer services Networking services Foundation services
  • 23. S3 and Elastic Block Store AWS storage is ideal for DR Simple Storage Service Highly scalable object storage 1 byte to 5TB in size 99.999999999% durability Elastic Block Store High performance block storage device Volumes of 1GB to 1TB in size Mount as drives to instances with snapshot/cloning functionalities
  • 24. Glacier Durable Designed for 99.999999999% durability of archives Cost effective Write-once, read-never. Cost effective for long term storage. Pay for accessing data 3 to 5 hour Retrieval time
  • 25. Direct Connect Dedicated connection between your IT infrastructure and the AWS datacenters Extend your network infrastructure and VLANs into AWS VPN Connection A Hardware VPN connection connects amazon environment to your datacenter Internet Protocol security (IPsec) VPN connection Commonly used hardware supported Virtual Private Cloud Private, isolated section of the AWS Cloud Launch resources in a virtual network that you define complete control over your virtual networking environment Internet Internet Connecting to AWS
  • 27. 4 main patterns Common DR architectures Backup & Restore Pilot light Warm standby in AWS Multi-site solution in AWS & on-premise
  • 28. Let’s start with Backup & Restore Common DR architectures Backup & Restore Pilot light Warm standby in AWS Multi-site solution in AWS & on-premise
  • 29. Advantages to starting a journey with this pattern Backup & Restore pattern Simple to get started Easy starting point for exploring the AWS cloud Low technical barrier to entry Focus on incorporating cloud into your DR strategy, not on complex technical issues related to hot-hot systems Cost effective Very high levels of data durability at low price Cost of storing snapshots in S3 Archiving possibilities beyond tape using Glacier
  • 30. The preparation process… Backup & Restore pattern Take backups of current systems Store backups in S3 Move to long term archive in Glacier
  • 31. The process… Backup & Restore pattern Take backups of current systems Store backups in S3 Detail how you will restoring from backup or recover from archive Move to long term archive in Glacier
  • 34. Let’s look at the Pilot Light pattern… Common DR architectures Backup & Restore Pilot light Warm standby in AWS Multi-site solution in AWS & on-premise
  • 35. Moving along the DR spectrum… Pilot light architecture Build resources around replicated dataset Keep ‘pilot light’ on by replicating core databases Build AWS resources around dataset and leave in stopped state Scale resources in AWS in response to a DR event Start up pool of resources in AWS when events dictate Match current production capacity through auto-scaling policies
  • 38. Let’s look at the Warm standby pattern… Common DR architectures Backup & Restore Pilot light Warm standby in AWS Multi-site solution in AWS & on-premise
  • 39. Moving along the DR spectrum… Warm standby architecture Build resources around replicated environment Operate a warm standby by replicating app servers and core databases Build AWS resources around dataset and run in limited capacity
  • 40. Moving along the DR spectrum… Warm standby architecture Build resources around replicated environment Operate a warm standby by replicating app servers and core databases Build AWS resources around dataset and run in limited capacity Scale resources in AWS in response to a DR event Scale up pool of resources in AWS when events dictate Match current production capacity through auto-scaling policies
  • 43. Let’s look at the Multi-site pattern… Common DR architectures Backup & Restore Pilot light Warm standby in AWS Multi-site solution in AWS & on-premise
  • 44. Moving along the DR spectrum… Multi-site architecture Deploy resources necessary to operate full production Operate a full stack by replicating app servers and core databases Fail over to AWS in response to a DR event Sufficient resources in AWS to handle full peak load
  • 48. Resources Disaster Recovery on AWS: aws.amazon.com/disaster-recovery Architecture Center: aws.amazon.com/architecture Using AWS for Disaster Recovery http://media.amazonwebservices.com/AWS_Disaster_Recovery.pdf Backup and Recovery Approaches Using AWS http://media.amazonwebservices.com/AWS_Backup_Recovery.pdf