Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #256 from planetscale/jtcunning-chore-imports-new-ips
Browse files Browse the repository at this point in the history
chore(imports): Add additional IPs for new clusters in us-east-1/2.
  • Loading branch information
JTCunning authored Sep 5, 2023
2 parents ae3266d + db0790f commit db1467a
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 41 deletions.
19 changes: 11 additions & 8 deletions docs/imports/aws-rds-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,22 @@ In order for PlanetScale to connect to your RDS database, you must allow traffic
```
3.209.149.66
3.215.97.46
34.193.111.15
23.23.187.137
52.6.141.108
52.70.2.89
34.193.111.15
34.200.24.255
35.173.174.19
35.174.68.24
35.174.79.154
44.199.177.24
44.212.228.57
44.216.88.45
50.17.188.76
52.2.251.189
52.72.234.74
35.174.68.24
52.5.253.172
52.6.141.108
52.70.2.89
52.72.234.74
54.156.81.4
34.200.24.255
35.174.79.154
44.199.177.24
```

To allow traffic to your database in AWS, navigate to the “**Connectivity & security**" tab of the database, and click the link under **VPC security groups**.
Expand Down
19 changes: 11 additions & 8 deletions docs/imports/azure-database-for-mysql-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,22 @@ In order for PlanetScale to connect to your Azure database, you must allow traff
```
3.209.149.66
3.215.97.46
34.193.111.15
23.23.187.137
52.6.141.108
52.70.2.89
34.193.111.15
34.200.24.255
35.173.174.19
35.174.68.24
35.174.79.154
44.199.177.24
44.212.228.57
44.216.88.45
50.17.188.76
52.2.251.189
52.72.234.74
35.174.68.24
52.5.253.172
52.6.141.108
52.70.2.89
52.72.234.74
54.156.81.4
34.200.24.255
35.174.79.154
44.199.177.24
```

To allow traffic into your Azure database, navigate to the “**Networking**” section from the sidebar and locate the **Firewall rules** section. There are already a series of inputs allowing you to add entries into the Firewall rules, each of which will permit network traffic from that IP address. Add a new entry for each address required, then click “Save” from the toolbar.
Expand Down
19 changes: 11 additions & 8 deletions docs/imports/digitalocean-database-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,22 @@ In order for PlanetScale to connect to your DigitalOcean database, you must allo
```
3.209.149.66
3.215.97.46
34.193.111.15
23.23.187.137
52.6.141.108
52.70.2.89
34.193.111.15
34.200.24.255
35.173.174.19
35.174.68.24
35.174.79.154
44.199.177.24
44.212.228.57
44.216.88.45
50.17.188.76
52.2.251.189
52.72.234.74
35.174.68.24
52.5.253.172
52.6.141.108
52.70.2.89
52.72.234.74
54.156.81.4
34.200.24.255
35.174.79.154
44.199.177.24
```

In the DigitalOcean dashboard, navigate to the “**Settings”** tab of your database and locate **Trusted sources** in the list of configuration items. Click “**Edit”** and the row should change to allow edits to the setting.
Expand Down
46 changes: 29 additions & 17 deletions docs/imports/import-tool-migration-addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,46 +146,58 @@ This IP reference guide is meant to be used in combination with our

3.215.97.46

23.23.187.137

34.193.111.15

23.23.187.137
34.200.24.255

52.6.141.108
35.173.174.19

52.70.2.89
35.174.68.24

50.17.188.76
35.174.79.154

52.2.251.189
44.199.177.24

52.72.234.74
44.212.228.57

35.174.68.24
44.216.88.45

50.17.188.76

52.2.251.189

52.5.253.172

54.156.81.4
52.6.141.108

34.200.24.255
52.70.2.89

35.174.79.154
52.72.234.74

44.199.177.24
54.156.81.4

---

- **AWS us-east-2 (Ohio)**
- 3.209.149.66
- 3.131.243.164

3.215.97.46
3.131.252.213

34.193.111.15
3.132.168.252

18.117.23.127
3.132.182.173

3.131.243.164
3.15.49.114

3.132.168.252
3.209.149.66

3.215.97.46

18.117.23.127

34.193.111.15

---

Expand Down

0 comments on commit db1467a

Please sign in to comment.