Skip to content
Merged
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
115 changes: 57 additions & 58 deletions installation/database-setup/security-and-ip-filtering.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,65 +8,64 @@ PowerSync always [enforces TLS](/usage/lifecycle-maintenance/postgres-maintenanc

## PowerSync Cloud: IP Filtering

For additional peace of mind, access to the database may be limited to the following IP addresses if you are using **PowerSync Cloud**:

### US Region

```
50.19.5.255
34.193.39.149
18.234.18.91
18.233.128.219
34.202.251.156
```

### EU Region

```
79.125.70.43
18.200.209.88
18.234.18.91
18.233.128.219
34.202.251.156
```

### JP Region

```
54.248.194.85
57.180.73.135
18.234.18.91
18.233.128.219
34.202.251.156
```

### AU Region

```
52.63.101.65
13.211.184.238
18.234.18.91
18.233.128.219
34.202.251.156
```

### BR Region

```
54.207.21.139
54.232.53.97
18.234.18.91
18.233.128.219
34.202.251.156
```

### IPv6 - All regions

```
2602:817::/44
```

For enhanced security, you can restrict database access to PowerSync Cloud's IP addresses. Below are the IP ranges for each region:

<Tabs>
<Tab title="US">
```
50.19.5.255
34.193.39.149
18.234.18.91
18.233.128.219
34.202.251.156
```
</Tab>
<Tab title="EU">
```
79.125.70.43
18.200.209.88
18.234.18.91
18.233.128.219
34.202.251.156
```
</Tab>
<Tab title="JP (Japan)">
```
54.248.194.85
57.180.73.135
18.234.18.91
18.233.128.219
34.202.251.156
```
</Tab>
<Tab title="AU (Australia)">
```
52.63.101.65
13.211.184.238
18.234.18.91
18.233.128.219
34.202.251.156
```
</Tab>
<Tab title="BR (Brazil)">
```
54.207.21.139
54.232.53.97
18.234.18.91
18.233.128.219
34.202.251.156
```
</Tab>
<Tab title="IPv6 (All regions)">
```
2602:817::/44
```
</Tab>
</Tabs>

<Warning>
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.
</Warning>

## VPC Peering

Expand Down
Loading