Active-Active

intermediate
cloud
Enhanced Content

Definition

Architecture where multiple systems run simultaneously and share the workload. Like having two engines powering one plane at the same time.

Real-World Example

Global websites use active-active configurations across multiple regions so if one data center fails, the others handle all traffic seamlessly.

Cloud Provider Equivalencies

Active-active is an architecture pattern rather than a single product. Across clouds, it’s typically built with global or regional load balancing plus health checks and routing (DNS/anycast) to send traffic to multiple live deployments at the same time.

AWS
Elastic Load Balancing (ALB/NLB) + Route 53 + Multi-AZ / Multi-Region (service pattern)
AZ
Azure Front Door + Traffic Manager + Azure Load Balancer + Availability Zones/Regions (service pattern)
GCP
Cloud Load Balancing (Global) + Cloud DNS (or Traffic Director) + Multi-Region (service pattern)
OCI
OCI Load Balancer + DNS Traffic Management + Multiple Regions/ADs (service pattern)

Explore More Cloud Computing Terms