Canvas CloudAI
Canvas Cloud AI

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 resilience pattern rather than a single product. DNS and load balancers can shift traffic to healthy endpoints, while managed databases and multi-zone/region designs provide automatic standby promotion or rerouting.

AWS
Amazon Route 53 (Failover routing) + Elastic Load Balancing + Multi-AZ (RDS/Aurora)
AZ
Azure Traffic Manager (priority routing) + Azure Load Balancer/Application Gateway + zone-redundant services
GCP
Cloud Load Balancing (failover) + Cloud DNS (routing policies) + regional managed services
OCI
OCI DNS Traffic Management (steering policies) + OCI Load Balancer + Data Guard (for databases)

Explore More Cloud Computing Terms