Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
  • Labs icon Lab
  • A Cloud Guru
Google Cloud Platform icon
Labs

Simple Disaster Recovery with CloudFormation and Lambda

Recovering AWS workloads after a disaster is a crucial skill for organizations using the AWS cloud. This requires creating strategies and testing **Disaster Recovery (DR)** plans and techniques. **CloudFormation** offers a simple solution that can help with DR over the long term and while working toward implementing more advanced strategies. One problem, however, is that **AMI ID numbers** can change over time, and vary from region to region. Adding a simple **Lambda function** to the strategy can automate and fix the issue. #### In this lab you will: *Click [here](https://github.com/ACloudGuru-Resources/content-simple-dr-cf-lambda) to download lab files* 1. Explore **disaster recovery strategies** including: - Backup & Restore - Pilot Light - Warm Standby - Multi-site 2. Use a CloudFormation template to **restore a production AWS environment** 3. Examine a **Lambda function** and a **CloudFormation Cross Stack Reference** that can **automate** looking up current AMI ID numbers for launching resources in the correct VPC. 4. Use a modified **CloudFormation template** with **Lambda** to launch an additional EC2 instance.

Google Cloud Platform icon
Labs

Path Info

Level
Clock icon Advanced
Duration
Clock icon 1h 30m
Published
Clock icon Jul 23, 2020

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Review the Disaster Recovery Plan

    1. Review the basics of Disaster Recovery in AWS including:
      • Disaster recovery strategies
      • Recovery time objective (RTO) and recovery point objective (RPO)
    2. Examine a demo cross-region DR Plan using Backup and Restore with CloudFormation.
  2. Challenge

    Implement and Test the Disaster Recovery Plan

    1. Verify the CF_WordPress_Blog CloudFormation template is in your S3 bucket.
    2. Launch the template in the Production region (us-east-1).
    3. Review the new stack and the resources created.
    4. Review the Outputs tab of the CloudFormation stack.
  3. Challenge

    Add and Test the Lambda AMI Lookup Function

    1. Copy the code for the Lamdba AMI Lookup function (amilookup.zip) to an S3 bucket.
    2. Copy the 1-CF_WordPress_Blog_with_Lookup CloudFormation template to an S3 bucket.
    3. Copy the 2-Add_Single_Instance CloudFormation template to an S3 bucket.
    4. Examine both CloudFormation templates:
      • Note the Cross Stack Reference
    5. Launch the 1-CF_WordPressBlog_with_Lookup template in the Disaster Recovery region:
      • For this lab, also use us-east-1 for DR.
      • Examine the Outputs tab of the new stack.
    6. Launch the 2-Add_Single_Instance template:
      • Use the same region as in the previous step.
    7. Examine the newly created EC2 instance:
      • Note which VPC is in use.

The Cloud Content team comprises subject matter experts hyper focused on services offered by the leading cloud vendors (AWS, GCP, and Azure), as well as cloud-related technologies such as Linux and DevOps. The team is thrilled to share their knowledge to help you build modern tech solutions from the ground up, secure and optimize your environments, and so much more!

What's a lab?

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Provided environment for hands-on practice

We will provide the credentials and environment necessary for you to practice right within your browser.

Guided walkthrough

Follow along with the author’s guided walkthrough and build something new in your provided environment!

Did you know?

On average, you retain 75% more of your learning if you get time for practice.

Start learning by doing today

View Plans