Failover

intermediate
cloud
Enhanced Content

Definition

Automatically switching to a backup system when the primary system fails. Like a backup generator kicking in instantly when the power goes out.

Real-World Example

When the main database server crashed, failover automatically redirected all traffic to the backup server without users noticing.

Cloud Provider Equivalencies

Failover is a capability implemented across layers (DNS, load balancers, databases, and DR). Each cloud offers health checks and routing (DNS/LB), managed database HA (automatic standby promotion), and DR tools for regional recovery.

AWS
Amazon Route 53 (Failover routing policy), Elastic Load Balancing, Amazon RDS Multi-AZ, AWS Elastic Disaster Recovery
AZ
Azure Traffic Manager (priority routing), Azure Load Balancer, Azure SQL Database geo-replication/Auto-failover groups, Azure Site Recovery
GCP
Cloud DNS (routing policies), Cloud Load Balancing, Cloud SQL High Availability, Backup and DR Service
OCI
OCI DNS Traffic Management (steering policies), OCI Load Balancer, OCI Database (Data Guard), OCI Full Stack Disaster Recovery

Explore More Cloud Computing Terms