Docs
Skip to content

Network

Regions_

Learn about Appwrite regions, where core services like databases, auth, functions, sites, and storage are hosted. Understand data sovereignty, fault isolation, and scalability for compliant, high-performance deployments

2 min read

Raw

Appwrite regions are geographic locations where all your application's core infrastructure is deployed. Each region operates as an independent, highly available cluster, managing the storage, processing, and serving of your data and Appwrite services.

Regions map
Regions map

List

Appwrite is currently available in the following list of regions:

Region CodeEndpointStatus
FrankfurtFRAhttps://fra.cloud.appwrite.io/v1Available
New YorkNYChttps://nyc.cloud.appwrite.io/v1Available
SydneySYDhttps://syd.cloud.appwrite.io/v1Available
San FranciscoSFOhttps://sfo.cloud.appwrite.io/v1Available
SingaporeSGPhttps://sgp.cloud.appwrite.io/v1Available
TorontoTORhttps://tor.cloud.appwrite.io/v1Available
BangaloreBLRcoming soonTBD
AmsterdamAMScoming soonTBD
LondonLONcoming soonTBD

Regions are designed to be entirely independent unless explicitly connected, which provides control over data replication and compliance. We're constantly working to add new regions to our network to provide developers with more options for deploying their applications.

Choosing a region

Selecting a region impacts both your application’s performance and its compliance with local regulations. Regions are isolated, so your data and services remain contained within the selected location. When choosing a region, consider proximity to your primary user base to reduce latency and improve response times. Additionally, ensure the region aligns with legal requirements for data residency and sovereignty specific to your application's domain.

Design

Regions are isolated environments designed for predictable performance and data security. Key aspects include:

  • Data storage: All data remains within the region and adheres to local data residency laws.
  • Fault isolation: Each region is self-contained, so failures in one region do not impact others.
  • Scalability: Resources within a region scale dynamically to meet application demands.
  • Networking: Regions connect via secure, low-latency private networks.
  • High availability: Redundant power, networking, and hardware configurations in data centers.
  • Cache efficiency: Fewer, data-dense regions boost hit probability, ensuring popular content is readily available.

Regions provide the foundation for running scalable, reliable applications with full control over data locality and compliance.

Was this page helpful?

Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.