advancedTop 100 Interview Questions

Why might a company choose active-passive disaster recovery over active-active across regions?

Active-active offers better RTO (failover is just traffic rerouting) but requires solving multi-region data consistency and roughly doubles steady-state cost; active-passive is simpler and cheaper day-to-day, trading off a slower failover (promoting/spinning up the standby) — the right choice depends on the business's actual RTO tolerance versus budget.

This is a Pro chapter

Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.

Why might a company choose active-passive disaster recovery over active-active across regions?

Next Step

Continue to What's the danger of co-locating backups with the primary data they protect?← Back to all Docker questions