Skip to content

Commit 2fe7d32

Browse files
Edits
1 parent 27dd43e commit 2fe7d32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/guides/websites/hosting/introduction-to-high-availability

docs/guides/websites/hosting/introduction-to-high-availability/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Scaling is the practice of increasing or reducing compute and storage capacity t
327327

328328
- **Light/warm standby**: An alternate system is provisioned alongside the primary one prior to any disaster recovery scenario occurring, and data from the primary system is continually backed up to it. This system can take over operation relatively quickly during disaster recovery. This system may only be able to handle a reduced load initially, and may require [scaling](#scaling) its resources to meet full traffic demand. The [Disaster Recovery Architecture](#disaster-recovery-architecture) section features an example of this approach.
329329

330-
- **Multi-site Active-Active**: An alternate system continually operates alongside a primary system and shares traffic load at all times. If one system suffers an outage, the other seamlessly takes over.
330+
- **Multi-site Active-Active**: An alternate system continually operates alongside a primary system and shares traffic load at all times, with continuous data replication between the two. If one system suffers an outage, the other seamlessly takes over.
331331

332332
In each of these approaches, [Akamai GTM](https://techdocs.akamai.com/gtm/docs/welcome-to-global-traffic-management) can be used to handle rerouting traffic away from the region that has suffered an outage.
333333

0 commit comments

Comments
 (0)