top of page

Disaster Recovery Strategies

  • Writer: Anand Nerurkar
    Anand Nerurkar
  • Jan 6
  • 1 min read

Updated: Jan 23

Work with Business to understand business criticality , resources involved and evalaute impact.


Business Impact assesment


Based on this , which strategy to be applied is decided.


ree

is it Regional(Multi Regional ) or zonal (multi AZ) outage??


ree

DR Strategies

==

ree
  1. Active PAssive

    1. Backup & Restore- Cold strategy- This strategy involves backing up your systems and restoring them from backup in case of disaster

      cheap one, RPO & RTO of hrs, low priorty use cases,cost $

      ree
    2. Pilot Light - A pilot light disaster recovery (DR) strategy keeps a minimal, essential part of an environment running in the cloud. This ensures that critical components are operational and data is continuously replicated. In the event of a disaster, the environment can quickly be scaled up to full production capacity.

      RPO/RTO of 10s 0f minutes,cost is $$

      ree
    3. Warm Standby This strategy involves running a full backup system in standby mode, with live data replicated from the production environment.

      RTO/RPO of minutes, cost $$$

      ree
  2. Multi Site Active Active

    his strategy involves creating parallel infrastructure and data stores that are continuously kept in sync with production. It's the most reliable DR solution, but it's also the most complex and costly..$$$$$

    Mission critical use cases, RTO/RPO real time ,zero downtime, near zero data loss, very costly

    ree

ree

When choosing a disaster recovery strategy, you can consider metrics called RTO (Recovery Time Objective) and RPO (Recovery Point Objective): 

  • RTO: A measure of how quickly your application can recover after an outage, minimum acceptable data loss

  • RPO: A measure of the maximum amount of data loss that your application can tolerate. minimum acceptable period of data loss.


ree


 
 
 

Recent Posts

See All
why springbatch job??

Spring Batch Job Spring Batch is designed exactly for batch workloads  like Pro*C migrations. ✅ Advantages: Chunk-oriented processing...

 
 
 
Pro*c Job to Spring Batch Job

Example1: 📌 Background Pro*C job  → Written in C with embedded SQL, often used for batch ETL-like jobs in Oracle. Spring Batch job  →...

 
 
 

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
  • Facebook
  • Twitter
  • LinkedIn

©2024 by AeeroTech. Proudly created with Wix.com

bottom of page