Lab complete!
Now that you have completed this lab, make sure to update your Well-Architected review if you have implemented these changes in your workload.
Click here to access the Well-Architected Tool
In this module, you will extend the Hot Standby disaster recovery strategy, centrally coordinate failover, and readiness for our application. To learn more about how Amazon Route 53 Application Recovery Controller (Route 53 ARC) can help you build highly resilient applications, you can review this blog.
Application Recovery Controller cells are instantiations of a service that are isolated from each other. To maximize resiliency, you should partition your application into isolated cells, so that when one cell fails, that failure can’t affect the other cells. Route 53 ARC’s features enable you to continually monitor your application’s ability to recover from failures, and to control application recovery across multiple AWS Regions, AZs, and on premises. Route 53 ARC’s capabilities make application recovery simpler and more reliable by eliminating manual steps required by traditional tools and processes.
Our application is currently deployed in our primary region N. Virginia (us-east-1) and we will use N. California (us-west-1) as our secondary region.
Our test application is Unishop. It is a Spring Boot Java application deployed on a single Amazon Elastic Compute Cloud (EC2) instance using a public subnet. Our datastore is an Amazon Aurora MySQL database which has user data. Our test application is also deployed using Amazon API Gateway and AWS Lambda. Our datastore is Amazon DynamoDB which has shopping cart data. The frontend is written using bootstrap and hosted in Amazon Simple Storage Service (S3).
This is the same application you would have used in Module 4 of this lab. You may use the same architecture that you deployed in Module 4, as we will now extend the solution to simulate cells in our primary region N. Virginia (us-east-1) and our secondary region, N. California (us-west-1).
We will simulate our cell endpoints with an Application Load Balancer(ALB). The ALBs will route requests to an Nginx reverse proxy running on each of our EC2 instances, which will forward the requests to our S3 buckets in region. We will be using Amazon Route 53 Application Recovery Controller to manage the configuration of an Amazon Route 53 private hosted zone.
Our test application is using two datastores, Amazon Aurora and DynamoDB to showcase the Disaster Recovery features of each. For your workloads, you would choose the right datastore for your use case.
This module takes advantage of Amazon Route 53 Application Recovery Controller to monitor readiness and control application recovery across our primary and secondary regions. Take a look at the Route 53 ARC components to familiarize yourself with them before starting this lab.
We are also taking advantage of Amazon Aurora Global Database to replicate our Amazon Aurora MySQL data to our secondary region and Amazon DynamoDB Global Tables to replicate our DynamoDB data to our secondary region.
CloudFormation will be used to configure the infrastructure and deploy the application. Provisioning your infrastructure with infrastructure as code (IaC) methodologies is a best practice. CloudFormation is an easy way to speed up cloud provisioning with infrastructure as code.
Prior experience with the AWS Console and Linux command line are helpful but not required.
Now that you have completed this lab, make sure to update your Well-Architected review if you have implemented these changes in your workload.
Click here to access the Well-Architected Tool