aws-samples / disaster-recovery-workshop

In this workshop, you will learn techniques to implement your Disaster Recovery strategies based on AWS multi-region approach. Questions? Contact @lpiedade

Home Page:https://disaster-recovery.workshop.aws/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disaster Recovery on AWS

Languages: PT

The focus of this content is the reliability patterns and how to apply them to your solutions using AWS services. This material is based on the Reliability Pillar of the AWS Well-Architected Framework. It provides a set of mechanisms to help customers to apply best practices in the design, delivery, and maintenance of Amazon Web Services (AWS) environments. By adopting the architectural approaches in this content you will build solutions that have resilient components and proven recovery processes.

This content is intended for those in technology roles, such as Chief Technology Officers (CTOs), solutions architects, developers, and operations team members. After reading this, you will understand AWS best practices and strategies to use when designing cloud architectures for reliability.

DR strategies

Getting Started

Visit the workshop on this URL: disaster-recovery.workshop.aws

Developer Guide

This workshop is built with markdown as a static HTML site using hugo.

brew install hugo

Clone this repository and submodules:

git clone https://github.com/aws-samples/disaster-recovery-workshop.git
cd disaster-recovery-workshop/workshop
git submodule init
git submodule update

You'll find the content of the workshop in the workshop/ directory.

You can start up a local development server by running:

# parameter -D (--buildDrafts) shows content marked as draft
hugo server -D

Open in your browser: http://localhost:1313/

Want to contribute?

See CONTRIBUTING for more information.

License Summary

The documentation is made available under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE file.

The sample code within this documentation is made available under the MIT-0 license. See the LICENSE-SAMPLECODE file.

About

In this workshop, you will learn techniques to implement your Disaster Recovery strategies based on AWS multi-region approach. Questions? Contact @lpiedade

https://disaster-recovery.workshop.aws/

License:Other


Languages

Language:CSS 75.0%Language:HTML 21.4%Language:JavaScript 3.6%