Skip to content

Commit 59ad8d9

Browse files
authored
Merge branch 'docs' into new-signup-url
2 parents 9170f67 + 09733ed commit 59ad8d9

File tree

2 files changed

+58
-49
lines changed

2 files changed

+58
-49
lines changed

installation/database-setup/security-and-ip-filtering.mdx

Lines changed: 57 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -8,55 +8,64 @@ PowerSync always [enforces TLS](/usage/lifecycle-maintenance/postgres-maintenanc
88

99
## PowerSync Cloud: IP Filtering
1010

11-
For additional peace of mind, access to the database may be limited to the following IP addresses if you are using **PowerSync Cloud**:
12-
13-
### US Region
14-
15-
```
16-
50.19.5.255
17-
34.193.39.149
18-
18.234.18.91
19-
18.233.128.219
20-
34.202.251.156
21-
```
22-
23-
### EU Region
24-
25-
```
26-
79.125.70.43
27-
18.200.209.88
28-
18.234.18.91
29-
18.233.128.219
30-
34.202.251.156
31-
```
32-
33-
### JP Region
34-
35-
```
36-
54.248.194.85
37-
57.180.73.135
38-
18.234.18.91
39-
18.233.128.219
40-
34.202.251.156
41-
```
42-
43-
### AU Region
44-
45-
```
46-
52.63.101.65
47-
13.211.184.238
48-
18.234.18.91
49-
18.233.128.219
50-
34.202.251.156
51-
```
52-
53-
### IPv6 - All regions
54-
55-
```
56-
2602:817::/44
57-
```
58-
11+
For enhanced security, you can restrict database access to PowerSync Cloud's IP addresses. Below are the IP ranges for each region:
12+
13+
<Tabs>
14+
<Tab title="US">
15+
```
16+
50.19.5.255
17+
34.193.39.149
18+
18.234.18.91
19+
18.233.128.219
20+
34.202.251.156
21+
```
22+
</Tab>
23+
<Tab title="EU">
24+
```
25+
79.125.70.43
26+
18.200.209.88
27+
18.234.18.91
28+
18.233.128.219
29+
34.202.251.156
30+
```
31+
</Tab>
32+
<Tab title="JP (Japan)">
33+
```
34+
54.248.194.85
35+
57.180.73.135
36+
18.234.18.91
37+
18.233.128.219
38+
34.202.251.156
39+
```
40+
</Tab>
41+
<Tab title="AU (Australia)">
42+
```
43+
52.63.101.65
44+
13.211.184.238
45+
18.234.18.91
46+
18.233.128.219
47+
34.202.251.156
48+
```
49+
</Tab>
50+
<Tab title="BR (Brazil)">
51+
```
52+
54.207.21.139
53+
54.232.53.97
54+
18.234.18.91
55+
18.233.128.219
56+
34.202.251.156
57+
```
58+
</Tab>
59+
<Tab title="IPv6 (All regions)">
60+
```
61+
2602:817::/44
62+
```
63+
</Tab>
64+
</Tabs>
65+
66+
<Warning>
5967
Do not rely on IP filtering as a primary form of security. Always use strong database passwords, and use client certificates if additional security is required.
68+
</Warning>
6069

6170
## VPC Peering
6271

snippets/create-cloud-instance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
</Frame>
66

77
2. Give your instance a name, such as "Testing".
8-
3. Under the "**General**" tab, you can change the default cloud region from US to EU, JP (Japan), or AU (Australia) if desired.
8+
3. Under the "**General**" tab, you can change the default cloud region from US to EU, JP (Japan), AU (Australia) or BR (Brazil) if desired.
99
* Note: More cloud regions are available, [contact us](/resources/contact-us) if you need a different region.
1010
4. Under the **"DB Connections"** tab, click on the **+** icon and select your database technology.

0 commit comments

Comments
 (0)