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.
Visit the workshop on this URL: disaster-recovery.workshop.aws
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/
See CONTRIBUTING for more information.
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.