From 4d7c5f01e7af02af5671506da813989736b0f4b2 Mon Sep 17 00:00:00 2001 From: David Mytton Date: Mon, 2 Sep 2024 12:04:24 +0100 Subject: [PATCH] chore: Add AWS ca-central-1 and Render regions (#34) --- src/content/docs/regions.mdx | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/src/content/docs/regions.mdx b/src/content/docs/regions.mdx index 6d2835cc..224dcd4d 100644 --- a/src/content/docs/regions.mdx +++ b/src/content/docs/regions.mdx @@ -23,38 +23,49 @@ The API is currently deployed to the following regions: | Ohio, USA | us-east-2 | | Northern California, USA | us-west-1 | | Oregon, USA | us-west-2 | +| Singapore | ap-southeast-1 | +| Sydney, Australia | ap-southeast-2 | +| Canada (Central) | ca-central-1 | | Dublin, Ireland | eu-west-1 | | Frankfurt, Germany | eu-central-1 | | São Paulo, Brazil | sa-east-1 | -| Singapore | ap-southeast-1 | -| Sydney, Australia | ap-southeast-2 | ### Fly.io | Location | Region Code | | ------------------------- | ----------- | -| Ashburn, USA | iad | -| Secaucus, NJ (US) | ewr | -| San Jose, California (US) | sjc | -| Montreal, Canada | yul | -| Toronto, Canada | yyz | | Amsterdam, Netherlands | ams | +| Ashburn, USA | iad | | Frankfurt, Germany | fra | -| London, UK | lhr | | Hong Kong | hkg | +| London, UK | lhr | +| Montreal, Canada | yul | +| Secaucus, NJ (US) | ewr | +| San Jose, California (US) | sjc | | Singapore | sin | +| Toronto, Canada | yyz | + +### Render + +| Location | +| ------------------ | +| Oregon, USA | +| Ohio, USA | +| Virginia, USA | +| Frankfurt, Germany | +| Singapore | ### Vercel | Location | Region Code | | --------------------- | ----------- | -| Washington, D.C., USA | iad1 | | Cleveland, USA | cle1 | -| San Francisco, USA | pdx1 | -| Portland, USA | sfo1 | | Dublin, Ireland | dub1 | | Frankfurt, Germany | fra1 | | São Paulo, Brazil | gru1 | +| Washington, D.C., USA | iad1 | +| Portland, USA | pdx1 | +| San Francisco, USA | sfo1 | | Singapore | sin1 | | Sydney, Australia | syd1 |