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
65 changes: 35 additions & 30 deletions modules/ROOT/pages/security/ip-addresses.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,42 +11,42 @@ These IP addresses are the same regardless of the region a database is deployed.

* *Instance addresses:* Your Aura instances with specific cloud providers and regions.

== Common global addresses
== Common global addresses

These are applicable to all Aura tiers.

[cols="1,1,1"]
|===
|Access point name |URL |IPv4 Address
|Access point name |URL |IPv4 Address

|Aura Console
|console.neo4j.io
|35.241.228.234 +
(for future use 34.110.249.124)

|Aura Workspace
|workspace-preview.neo4j.io
|workspace-preview.neo4j.io
|34.160.183.136

|Aura API
|api.neo4j.io
|34.36.216.162

|Aura Support portal
|support.neo4j.com
|support.neo4j.com
|link:https://help.salesforce.com/s/articleView?id=000384438&type=1[See full list]

|Aura Bloom
|bloom.neo4j.io
|Aura Bloom
|bloom.neo4j.io
|34.110.209.142 +
35.244.155.41

|Aura Browser
|browser.neo4j.io
|browser.neo4j.io
|34.102.158.61

|Aura Data Importer
|data-importer.neo4j.io
|data-importer.neo4j.io
|107.178.242.111

|Aura Ops Manager
Expand All @@ -58,14 +58,14 @@ These are applicable to all Aura tiers.
|34.140.105.178

|Aura Control Plane +
(egress)
(egress)
|Used when running `neo4j-admin database upload` (import)
|34.22.239.54 +
35.195.239.88 +
34.77.31.248 +
35.205.73.135
|===

== Instance addresses

The public IP address of your instance depends on both the cloud provider region and the Aura tier.
Expand Down Expand Up @@ -107,7 +107,7 @@ label:Aura-DB-Free[]
|80,443,7474,7687
|===

=== GCP
=== GCP

label:Aura-DB-Professional[]
label:AuraDS-Enterprise[]
Expand Down Expand Up @@ -160,7 +160,7 @@ For AuraDS Enterprise also add port 8491.
34.82.120.138
|80,443,7474,7687

|`northamerica-northeast1`
|`northamerica-northeast1`
|35.203.43.56
|80,443,7474,7687

Expand All @@ -169,23 +169,24 @@ For AuraDS Enterprise also add port 8491.
|80,443,7474,7687

|`asia-east1`
|35.201.159.192
|35.201.159.192
|80,443,7474,7687

|`asia-southeast1`
|34.142.144.246
|34.142.144.246
|80,443,7474,7687

|`asia-south1`
|35.200.158.141
|`asia-south1`
|35.200.158.141 +
34.47.152.14
|80,443,7474,7687

|`australia-southeast1`
|34.87.204.150
|80,443,7474,7687
|===

=== AWS
=== AWS

label:Aura-DB-Professional[]
label:AuraDS-Enterprise[]
Expand Down Expand Up @@ -219,12 +220,12 @@ For AuraDS Enterprise also add port 8491.
|`eu-central-1`
|3.72.152.128 +
3.73.246.103 +
52.28.151.226
52.28.151.226
|80,443,7474,7687

|`ap-south-1`
|13.203.9.107 +
13.202.38.79 +
13.202.38.79 +
13.200.133.251
|80,443,7474,7687

Expand All @@ -241,7 +242,7 @@ For AuraDS Enterprise also add port 8491.

|`us-east-1`
|34.198.164.10 +
54.85.127.23 +
54.85.127.23 +
54.205.24.25 +
34.235.84.108 +
54.205.140.194 +
Expand All @@ -262,7 +263,7 @@ For AuraDS Enterprise also add port 8491.
34.238.12.219 +
|80,443,7474,7687

|`sa-east-1`
|`sa-east-1`
|54.232.153.180 +
18.230.132.57 +
54.207.37.117 +
Expand All @@ -275,7 +276,7 @@ For AuraDS Enterprise also add port 8491.
|80,443,7474,7687
|===

=== Azure
=== Azure

label:Aura-DB-Professional[]
label:AuraDS-Enterprise[]
Expand All @@ -291,21 +292,21 @@ For AuraDS Enterprise also add port 8491.
|===
|Region |IPv4 Address |Ports (TCP) footnote:[Note that port 80 and 7474 are optional. These are only used to redirect to HTTPS and are *not* used for data communication. They are are redirected to 443 for convenience but communication remains encrypted. Port 7687 *is not* redirected and relies on encryption via TLS (through `neo4j+s`).]

|`francecentral`
|`francecentral`
|51.103.49.175 +
4.233.58.237
|80,443,7474,7687

|`eastus`
|`eastus`
|20.124.3.249 +
20.163.143.142
20.163.143.142
|80,443,7474,7687
|`westus3`

|`westus3`
|20.168.56.165
|80,443,7474,7687
|`brazilsouth`

|`brazilsouth`
|20.226.24.114
|80,443,7474,7687

Expand All @@ -318,7 +319,11 @@ For AuraDS Enterprise also add port 8491.
|80,443,7474,7687

|`uksouth`
|52.151.91.171
|52.151.91.171
|80,443,7474,7687

|`westeurope`
|128.251.205.62
|80,443,7474,7687

|===
Expand Down
Loading