docs: add ha multi region docs

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7096
Co-authored-by: Sean Park-Ross <94021366+seanparkross@users.noreply.github.com>
GitOrigin-RevId: bcb5e70dac234920c27dcf34e13f84fa2bc992d7
This commit is contained in:
Rob Dominguez 2022-12-02 08:25:19 -06:00 committed by hasura-bot
parent 5c8bd8abd9
commit 0cc4693def

View File

@ -0,0 +1,26 @@
---
description: High-availability configuration on Hasura Cloud
keywords:
- hasura
- high-availability
- cloud configuration
sidebar_label: High-availability configuration
sidebar_position: 45
sidebar_class_name: cloud-and-enterprise-icon
---
# High-Availability Configuration
<div className="badge badge--primary heading-badge">Available on: Cloud Standard, Cloud Enterprise</div>
## Overview
Hasura Cloud supports high-availability (HA) configurations for Cloud Standard and Cloud Enterprise projects.
We configure each Cloud Standard and Cloud Enterprise project across different Availability Zones (AZs). In the event of
an incident, our global gateway will ensure traffic is not routed to the affected compute instances while the systems
are auto-recovering.
This redundancy and ability to identify problematic instances provides you with protection against data center power
outages, natural disasters, and other incidents while ensuring your project is performant, handles scaling, and, most
importantly, is available.