🚨 Disaster Recovery System on AWS

🛠️ Tech Stack

AWS EC2 S3 AMI Snapshots CloudFormation

📌 Overview

This project demonstrates a fully automated Disaster Recovery (DR) solution on AWS. In case of infrastructure failure, the system can restore its EC2 instance with pre-baked data and a web server, all triggered from a CloudFormation script.

🚀 Key Steps Performed

  1. Launched a Source EC2 Instance with a simple Apache web server.
  2. Customized its webpage to say Hello from DR Source Instance 🎉.
  3. Created an AMI snapshot of the instance.
  4. Wrote and executed a CloudFormation script to restore the instance in case of failure.

✅ Final Output

When the restored EC2 instance's public IP is opened in a browser:
Hello from DR Source Instance 🎉

📂 Project Files