Docs/Cloud: Add "Asia Pacific, Singapore" to regions (#13692)

* Add "Asia Pacific, Singapore" to regions

* Add missing region to "Create Standard Project" section

* Add regions table comparision

* Adjustments

* resolved image issue, proofread, and another tweak

Co-authored-by: Eron Powell <erondpowell@gmail.com>
Co-authored-by: Eron Donevan Powell <62306630+erondpowell@users.noreply.github.com>
This commit is contained in:
José Varela
2022-06-07 17:13:53 +01:00
committed by GitHub
parent ce54bafa4b
commit 7164194357
2 changed files with 134 additions and 12 deletions

View File

@@ -59,21 +59,142 @@ Looking to sponsor development of an Extension or Cloud Exclusive? [Contact Us](
## Data Portability
Directus Core is totally detached from the database. Data can be cleanly imported and exported on Projects with the API
via the schema endpoints. Enterprise clients: the Directus Team will work with you to help you through this process.
via the schema endpoints.
:::tip Enterprise Clients
The Directus Team will help you work through this process on all [Enterprise Projects](https://directus.io/contact/)
:::
## Datacenter Regions
The location you choose to host your Project can have measurable impact. To optimize your Project and meet any local
data compliance laws such as GDPR, Standard and Enterprise, you can choose the region your Project is hosted in. There
are 19 Datacenter Regions available to Enterprise Projects and two available to Standard Projects.
The location you choose to host your Project in can have a measurable impact. To help optimize your Project and meet any
local data compliance laws such as GDPR, Standard and Enterprise offer multiple Datacenter regions to host from. There
are 19 regions available for Enterprise Projects, 3 for Standard Projects, and 1 for Community Projects:
![Datacenter Regions](https://cdn.directus.io/docs/v9/cloud/glossary/glossary-20220322A/datacenter-region-20220331A.webp)
:::tip
Community Projects are hosted in the `United States, East` Region.
:::
<table>
<tr>
<th>Region</th>
<th>Enterprise</th>
<th>Standard</th>
<th>Community</th>
</tr>
<tr>
<td>United States, East</td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
</tr>
<tr>
<td>Europe, Frankfurt</td>
<td>✅</td>
<td>✅</td>
<td></td>
</tr>
<tr>
<td>Asia Pacific, Singapore</td>
<td>✅</td>
<td>✅</td>
<td></td>
</tr>
<tr>
<td>United States, West</td>
<td>✅</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Africa, Cape Town</td>
<td>✅</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Asia Pacific, Hong Kong</td>
<td>✅</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Asia Pacific, Jakarta</td>
<td>✅</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Asia Pacific, Mumbai</td>
<td>✅</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Asia Pacific, Osaka</td>
<td>✅</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Asia Pacific, Seoul</td>
<td>✅</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Asia Pacific, Sydney</td>
<td>✅</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Asia Pacific, Tokyo</td>
<td>✅</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Canada, Central</td>
<td>✅</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Europe, Ireland</td>
<td>✅</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Europe, London</td>
<td>✅</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Europe, Paris</td>
<td>✅</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Europe, Stockholm</td>
<td>✅</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Middle East, Bahrain</td>
<td>✅</td>
<td></td>
<td></td>
</tr>
<tr>
<td>South America, São Paulo</td>
<td>✅</td>
<td></td>
<td></td>
</tr>
</table>
## Encryption and Security

View File

@@ -84,7 +84,8 @@ Standard Projects come with the following configuration options:
- **Project Name** — Custom. _This can be changed at any time with no impact on the Project_.
- **Project URL** — Custom URL: `your-custom-url.directus.app`. _This cannot be changed_.
- [Datacenter Region](/cloud/glossary/#datacenter-regions) — `United States, East` or `Europe, Frankfurt`.
- [Datacenter Region](/cloud/glossary/#datacenter-regions) — `United States, East`, `Europe, Frankfurt` or
`Asia Pacific, Singapore`.
- [Node Type](/cloud/glossary/#node-types) — General Purpose or Performance Tier Nodes.
- [Load Balancing](/cloud/glossary/#load-balancing) — 1-6 Active Nodes.
- [Auto-Scaling](/cloud/glossary/#auto-scaling) — 0-5 Standby Nodes.