Storage and Disaster Recovery



Similar documents
Cloud Computing Disaster Recovery (DR)

AVLOR SERVER CLOUD RECOVERY

Migration Scenario: Migrating Backend Processing Pipeline to the AWS Cloud

Traditional Disaster Recovery versus Cloud based DR

Running Oracle Applications on AWS

The Shift Cloud Computing Brings to Disaster Recovery

Amazon Elastic Beanstalk

Backup and Recovery of SAP Systems on Windows / SQL Server

With Eversync s cloud data tiering, the customer can tier data protection as follows:

TECHNOLOGY WHITE PAPER Jun 2012

Virtual Infrastructure Security

Design for Failure High Availability Architectures using AWS

Increased Security, Greater Agility, Lower Costs for AWS DELPHIX FOR AMAZON WEB SERVICES WHITE PAPER

TECHNOLOGY WHITE PAPER Jan 2016

Disaster Recovery for Oracle Database

High-Availability in the Cloud Architectural Best Practices

Fault-Tolerant Computer System Design ECE 695/CS 590. Putting it All Together

ArcGIS for Server in the Amazon Cloud. Michele Lundeen Esri

CLOUD COMPUTING FOR THE ENTERPRISE AND GLOBAL COMPANIES Steve Midgley Head of AWS EMEA

Protecting your SQL database with Hybrid Cloud Backup and Recovery. Session Code CL02

Amazon Cloud Storage Options

Leveraging Public Clouds to Ensure Data Availability

Web Application Deployment in the Cloud Using Amazon Web Services From Infancy to Maturity

High Availability Infrastructure for Cloud Computing

Disaster Recovery as a Cloud Service: Economic Benefits and Deployment Challenges

Building Fault-Tolerant Applications on AWS October 2011

Designing Apps for Amazon Web Services

DISASTER RECOVERY WITH AWS

Managing Your Microsoft Windows Server Fleet with AWS Directory Service. May 2015

Amazon Web Services. Lawrence Berkeley LabTech Conference 9/10/15. Jamie Baker Federal Scientific Account Manager AWS WWPS

How AWS Pricing Works

Disaster Recovery 101. Sudarshan Ranganath & Matthew Phillips Ellucian

Simple Storage Service (S3)

A Study on Cloud Computing Disaster Recovery

AWS Storage: Minimizing Costs While Retaining Functionality

Backup Software? Article on things to consider when looking for a backup solution. 11/09/2015 Backup Appliance or

ArcGIS for Server: In the Cloud

Leveraging Public Cloud for Affordable VMware Disaster Recovery & Business Continuity

Zerto Virtual Manager Administration Guide

Introduction. Setup of Exchange in a VM. VMware Infrastructure

Deploying for Success on the Cloud: EBS on Amazon VPC. Phani Kottapalli Pavan Vallabhaneni AST Corporation August 17, 2012

SQL Server Storage Best Practice Discussion Dell EqualLogic

Leveraging the Cloud. September 22, Digital Government Institute Cloud-Enabled Government Conference Washington, DC

CompTIA Cloud+ 9318; 5 Days, Instructor-led

Every Silver Lining Has a Vault in the Cloud

DEFINING THE RIGH DATA PROTECTION STRATEGY

CompTIA Cloud+ Course Content. Length: 5 Days. Who Should Attend:

How To Run An Apa On An Amazon.Com

TABLE OF CONTENTS THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY FOR SHAREPOINT DATA. Introduction. Examining Third-Party Replication Models

Amazon Compute - EC2 and Related Services

How AWS Pricing Works May 2015

How To Choose Between A Relational Database Service From Aws.Com

How To Use Arcgis For Free On A Gdb (For A Gis Server) For A Small Business

Core Solutions of Microsoft Lync Server 2013

Web Application Hosting in the AWS Cloud Best Practices

EPIC EHR: BUILDING HIGH AVAILABILITY INFRASTRUCTURES

Extending your Enterprise IT with Amazon Virtual Private Cloud. Oyvind Roti Principal Solutions Architect, AWS

Microsoft Windows Server Failover Clustering (WSFC) and SQL Server AlwaysOn Availability Groups on the AWS Cloud: Quick Start Reference Deployment

Deployment Options for Microsoft Hyper-V Server

DISTRIBUTED SYSTEMS [COMP9243] Lecture 9a: Cloud Computing WHAT IS CLOUD COMPUTING? 2

Postgres Plus Cloud Database!

Sanovi DRM for Oracle Database

Storage Solutions in the AWS Cloud. Miles Ward Enterprise Solutions Architect

Amazon EC2 Product Details Page 1 of 5

How To Backup To Cloud

Scalable Application. Mikalai Alimenkou

Oracle Database 11g on Amazon EC2 Implementation Guide

Backup, Restore, High Availability, and Disaster Recovery for Microsoft SharePoint Technologies

Amazon Web Services Yu Xiao

Database as a Service (DaaS) Version 1.02

CA API Management SaaS

How To Choose A Business Continuity Solution

Drobo How-To Guide. Cloud Storage Using Amazon Storage Gateway with Drobo iscsi SAN

An introduction to disaster recovery. And how DrAAS from I.R.I.S. Ondit can help!

Data Protection as Part of Your Cloud Journey

CA arcserve r16.5 Hybrid data protection

SteelFusion with AWS Hybrid Cloud Storage

Saving SharePoint. Presented By: Sean McDonough Product Manager, SharePoint Products Idera

Implementing and Managing Windows Server 2008 Clustering

Module: Business Continuity

Implementing a Holistic BC/DR Strategy with VMware

OTM in the Cloud. Ryan Haney

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options

DISASTER RECOVERY BUSINESS CONTINUITY DISASTER AVOIDANCE STRATEGIES

The Benefits of Virtualization for Your DR Plan

Cloud Models and Platforms

Using ArcGIS for Server in the Amazon Cloud

Best Practices for Using MySQL in the Cloud

Redefining Oracle Database Management

THE REALITIES OF NOSQL BACKUPS

CREATING SQL SERVER DISASTER RECOVERY SOLUTIONS WITH SIOS DATAKEEPER

Introducing: Infrascale VMware Backup

Transcription:

Storage and Disaster Recovery Matt Tavis Principal Solutions Architect

The Business Continuity Continuum High Data Backup Disaster Recovery High, Storage Backup and Disaster Recovery form a continuum of continuity of operations (COOP) solutions to avert data loss and application downtime In the face of internal or external events, how do you: Keep your application running 24x7? HA Make sure your data is safe? Backup Storage Get an application back up after a major disaster? DR

Disaster Recovery DR is one end of the continuum Recover from any event within a defined period of time (RTO) and data loss (RPO) Goal: Application restarted and data recovered within an acceptable period of time Application may run at lower function or lower capacity Traditional IT model: DR is off-site Low end DR: Off-Site Backups High end DR: full Hot-Site DR

How Does AWS Change Traditional DR? AWS is useful for traditional low-end DR to high-end HA, but AWS encourages a rethinking of traditional DR / HA practices Everything in the cloud is off-site and (potentially) multi-site Using multiple sites (multiple AZs) comes largely for free Using multiple geographically-distributed sites (multiple Regions) is significantly cheaper and easier Tends to move the default design point away from cold Disaster Recovery toward hot High, which blends application scaling and COOP design points Makes it easier to stack multiple mechanisms e.g., Basic HA within one Region, DR site in second Region

AWS Regions and Zones Regions are completely separate clouds Multiple connected Zones in each Region with private intra-az connectivity AWS services use AZs to provide their high reliability SLAs; you should too US East Region EU West Region Japan Zone A Zone B Zone A Zone B Zone A Zone B Zone C GovCloud US West Region Singapore Zone A Zone B Zone A Zone B Zone A Zone B

AWS Backup Storage Capabilities Amazon Simple Storage Service (S3) Highly-durable blob storage Highly useful for archival and backup Elastic Block Store (EBS) and EBS Snapshots Persistent Data volumes for EC2 instances Redundant within a single Zone Snapshot backups provide long-term durability, and volume sharing / cloning capability within a Region Copyright 2011 Amazon Web Services

Data Migration to AWS Amazon Import/Export Migration of large amounts of data to AWS Virtual Sneakernet send hard drives to AWS Continual Data Backup Backup products many products and partners here Replication (mirroring, db replication, log shipping, etc.) Managed File Transfer products Scripted rsync, tsunami, etc. Amazon VM Import Support for migrating virtual machines & disks to AWS Windows-only today with more OSes over time

Architectural Patterns Overview Variety of approaches exist Tradeoff between RTO/RPO vs. cost and complexity Example Architectural Patterns: Approach RTO RPO Backup and Restore Hours to Days Day(s) Pilot Light for Quick Recovery Hours Minutes to Hours Fully Functioning Low Capacity Standby Minutes to Hours Minutes to Hours Multi-Site Hot Standby Zero to Minutes Immediate to Minutes

Backup and Restore Pros and Prep Advantages Simple to get started Extremely cost effective (mostly backup storage) Preparation Phase Take backups of current systems Store backups in S3 Describe procedure to restore from backup on AWS Know which AMI to use, build your own as needed Know how to restore system from backups Know how to switch to new system Know how to configure the deployment

Backup and Restore Recovery Approach In Case of Disaster Bring up required infrastructure in AWS EC2 instances with prepared AMIs, Load Balancing, etc. Restore system from S3 backups Switch over to the new system Adjust DNS records to point to AWS Objectives RTO: as long as it takes to bring up infrastructure and restore system from backups RPO: time since last backup

Backup and Restore High-level Architecture Code/Logs Code/Logs Data Dumps Data Files Front-end Server Application Server Database Server Storage Data Backup Bucket Existing Data center

Pilot Light for Quick Recovery Pros and Prep Advantages Reduced RTO and RPO Very cost effective (very few 24/7 resources) Preparation Phase Enable replication of all critical data to AWS Standby DB, replica, mirror, etc. Reduced infrastructure that runs 24/7 in AWS Prepare all required resources for automatic start AMIs, Network Settings, Load Balancing, etc. Only runs when used for DR Reserved Instances

Pilot Light for Quick Recovery Recovery Approach In Case of Disaster Automatically bring up resources around the replicated core data set Scale the system as needed to handle current production traffic Switch over to the new system Adjust DNS records to point to AWS Objectives RTO: as long as it takes to detect need for DR and automatically scale up replacement system RPO: depends on replication type

Pilot Light for Quick Recovery High-level Architecture Pre-canned AMIs Real-time Replication DB Role-based AMIs DB Replication Data Backups Front-end Server Application Server Database Server Storage Data Backup Bucket Existing Data center

Fully Functioning Low-Capacity Standby Pros and Prep Advantages Can take some production traffic at any time Cost savings (IT footprint smaller than full DR) Preparation Similar to Pilot Light All necessary components running 24/7, but not scaled for production traffic Best practice continuous testing Trickle a statistical subset of production traffic to DR site

Fully Functioning Low-Capacity Standby Recovery Approach In Case of Disaster Immediately fail over most critical production load Adjust DNS records to point to AWS (Auto) Scale the system further to handle all production load Objectives RTO: for critical load: as long as it takes to fail over; for all other load, as long as it takes to scale further RPO: depends on replication type

Fully Functioning Low-Capacity Standby High-level Architecture Zero Weight DNS Route Auto scaling Group Auto scaling Group Real-time Replication DB Warm FE Tier Warm App Tier DB Replication Data Backups Front-end Server Application Server Database Server Storage Existing Data center Data Backup Bucket

Multi-Site Hot Standby Pros and Prep Advantages At any moment can take all production load Preparation Similar to Low-Capacity Standby But fully scaling in/out with production load

Multi-Site Hot Standby Recovery Approach In Case of Disaster Immediately fail over all production load Adjust DNS records to point to AWS Objectives RTO: as long as it takes fail over RPO: depends on replication type

Multi-Site Hot Standby High-level Architecture Active DNS Route Auto scaling Group Auto scaling Group Real-time Replication DB Hot FE Tier Hot App Tier DB Synchronization Data Backups Front-end Server Application Server Database Server Storage Existing Data center Data Backup Bucket

Best Practices for Being Prepared Start simple and work your way up Backups in AWS as a first step Incrementally improve RTO/RPO as a continuous effort Check for any software licensing issues Exercise your DR Solution Game Day Ensure backups, snapshots, AMIs, etc. are working Monitor your monitoring system

DR Solution Providers http://aws.amazon.com/solutions/solution-providers/ http://aws.amazon.com/solutions/case-studies/

Conclusion Advantages of DR with AWS Various building blocks available Fine control over cost vs. RTO/RPO tradeoffs Ability to scale up rapidly when needed Pay for what you use, and only when you use it (when an event happens) Ability to easily and effectively test your DR plan of multiple locations world wide Variety of Solution Providers

Thank You!