Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions configuration/source-db/private-endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,4 @@ PowerSync Cloud currently runs in the AWS regions below. Your Endpoint Service c
3. BR: `sa-east-1`
4. JP: `ap-northeast-1`
5. AU: `ap-southeast-2`
6. IN: `ap-south-1`
9 changes: 9 additions & 0 deletions configuration/source-db/security-and-ip-filtering.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ For enhanced security, you can restrict database access to PowerSync Cloud's IP
34.202.251.156
```
</Tab>
<Tab title="IN (India)">
```
65.1.14.74
13.205.180.226
Comment thread
Rentacookie marked this conversation as resolved.
18.234.18.91
18.233.128.219
34.202.251.156
```
</Tab>
<Tab title="IPv6 (All regions)">
```
2602:817::/44
Expand Down
4 changes: 2 additions & 2 deletions snippets/create-cloud-instance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ If you need to create a new instance, follow the steps below.
<img src="/images/usage/tools/dashboard-add-instance.png" />
</Frame>
2. Give your instance a name, such as "Production".
3. [Optional] You can change the default cloud region from US to EU, JP (Japan), AU (Australia) or BR (Brazil) if desired.
3. [Optional] You can change the default cloud region. Available regions are US, EU, JP (Japan), AU (Australia), BR (Brazil), and IN (India).
* Note: Additional cloud regions will be considered on request, especially for customers on our Enterprise plan. Please [contact us](/resources/contact-us) if you need a different region.
5. Click **Create Instance**.
5. Click **Create Instance**.
2 changes: 1 addition & 1 deletion tools/powersync-dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The dashboard is available here: https://dashboard.powersync.com/
![](/images/usage/tools/dashboard-org-level.png)
</Frame>

When you click "Create a New Project", you can opt to create a _Development_ and _Production_ **instance** automatically for that project (recommended). An instance runs a copy of the [PowerSync Service](/architecture/powersync-service) and connects to your [backend source database](/configuration/source-db/connection). You can also update region for each instance from US to EU, JP (Japan), AU (Australia) or BR (Brazil).
When you click "Create a New Project", you can opt to create a _Development_ and _Production_ **instance** automatically for that project (recommended). An instance runs a copy of the [PowerSync Service](/architecture/powersync-service) and connects to your [backend source database](/configuration/source-db/connection). You can also update the region for each instance. Available regions are US, EU, JP (Japan), AU (Australia), BR (Brazil), and IN (India).

<Frame caption="Create new project dialog">
![](/images/usage/tools/dashboard-create-project.png)
Expand Down
Loading