You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
[[aws]]
3
3
= Neo4j on AWS
4
4
5
-
Neo4j can be easily deployed on EC2 instances in Amazon Web Services (AWS) by using the link:https://aws.amazon.com/marketplace/pp/prodview-akmzjikgawgn4?sr=0-1&ref_=beagle&applicationId=AWSMPContessa[official listing for Neo4j Enterprise] or https://aws.amazon.com/marketplace/pp/prodview-lxxbmpqvwo5eq[Neo4j Community Edition] on the AWS Marketplace.
5
+
Neo4j can be easily deployed on EC2 instances in Amazon Web Services (AWS) by using the link:https://aws.amazon.com/marketplace/seller-profile?id=23ec694a-d2af-4641-b4d3-b7201ab2f5f9[official listings for Neo4j] on the AWS Marketplace.
6
6
7
-
The AWS Marketplace listing uses a CloudFormation template maintained by Neo4j.
8
-
The template's code is available on link:https://github.com/neo4j-partners/amazon-cloud-formation-neo4j/tree/main/marketplace[GitHub^] and can be customized to meet more complex or bespoke use cases.
7
+
The AWS Marketplace listing uses a CloudFormation template maintained by Neo4j.
8
+
The template's code is available on link:https://github.com/neo4j-partners/amazon-cloud-formation-neo4j/tree/main/marketplace[GitHub^] and can be customized to meet more complex or bespoke use cases.
9
9
10
10
11
11
[NOTE]
@@ -25,7 +25,7 @@ For example, the latest minor release of Neo4j 5 is {neo4j-version-minor}.
25
25
AWS CloudFormation is a declarative Infrastructure as Code (IaC) language that is based on YAML and instructs AWS to deploy a set of cloud resources.
26
26
The Neo4j CloudFormation template repository contains code for Neo4j 5 on the `main` branch and code for Neo4j 4.4 on the `Neo4j-4.4` branch:
27
27
28
-
* link:https://github.com/neo4j-partners/amazon-cloud-formation-neo4j/tree/main/marketplace[CloudFormation template for Neo4j 5].
28
+
* link:https://github.com/neo4j-partners/amazon-cloud-formation-neo4j/tree/main/marketplace[CloudFormation template for Neo4j 5].
29
29
* link:https://github.com/neo4j-partners/amazon-cloud-formation-neo4j/tree/Neo4j-4.4/marketplace[CloudFormation template for Neo4j 4.4].
30
30
31
31
The Neo4j CloudFormation template takes several parameters as inputs, deploys a set of cloud resources, and provides outputs that can be used to connect to a Neo4j DBMS.
@@ -57,7 +57,7 @@ The Neo4j CloudFormation template takes several parameters as inputs, deploys a
57
57
| A name for the CloudFormation stack to be deployed, e.g., `my-neo4j-cluster`. Stack name can include letters (A-Z and a-z), numbers (0-9), and dashes (-).
58
58
59
59
| Install Graph Data Science
60
-
| An option to install Graph Data Science (GDS). Accepted values are `Yes` or `No`.
60
+
| An option to install Graph Data Science (GDS). Accepted values are `Yes` or `No`.
61
61
62
62
| Graph Data Science License Key
63
63
| A valid GDS license key can be pasted into this field. License keys will be sent to and stored by Neo4j. This information is used only for product activation purposes.
@@ -72,7 +72,7 @@ The Neo4j CloudFormation template takes several parameters as inputs, deploys a
72
72
| A password for the `neo4j` user (minimum of 8 characters)
73
73
74
74
| Number of Servers
75
-
| Specify the number of desired EC2 instances to be used to form a Neo4j cluster (a minimum of 3 instances is required to form a cluster).
75
+
| Specify the number of desired EC2 instances to be used to form a Neo4j cluster (a minimum of 3 instances is required to form a cluster).
76
76
77
77
| Instance type
78
78
| The class of EC2 Instances to use.
@@ -121,8 +121,8 @@ After the installation finishes successfully, the CloudFormation template provid
121
121
| Neo4jURI
122
122
| The Bolt URL of the Neo4j Browser.
123
123
124
-
| Neo4jUsername
125
-
| The username `neo4j` and a reminder to use the password that was specified earlier when filling out the CloudFormation template.
124
+
| Neo4jUsername
125
+
| The username `neo4j` and a reminder to use the password that was specified earlier when filling out the CloudFormation template.
126
126
127
127
|===
128
128
@@ -134,7 +134,7 @@ If you add more EC2 instances to your ASG, they will be installed with the same
Copy file name to clipboardExpand all lines: modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
[[azure]]
3
3
= Neo4j on Azure
4
4
5
-
Neo4j can be easily deployed on Virtual Machine instances in Microsoft Azure by using the link:https://azuremarketplace.microsoft.com/en-us/marketplace/apps/neo4j.neo4j-ee?tab=Overview[official listing for Neo4j Enterprise] or https://azuremarketplace.microsoft.com/en-us/marketplace/apps/neo4j.neo4j-community[Neo4j Community Edition] on the Azure Marketplace.
5
+
Neo4j can be easily deployed on Virtual Machine instances in Microsoft Azure by using the link:https://azuremarketplace.microsoft.com/en-us/marketplace/apps/neo4j.neo4j-ee?tab=Overview[official listing for Neo4j Enterprise] on the Azure Marketplace.
6
6
7
-
The Azure Marketplace listing uses an Azure Resource Manager (ARM) template maintained by Neo4j.
8
-
The template's code is available on link:https://github.com/neo4j-partners/azure-resource-manager-neo4j/tree/main/marketplace[GitHub^] and can be customized to meet more complex or bespoke use cases.
7
+
The Azure Marketplace listing uses an Azure Resource Manager (ARM) template maintained by Neo4j.
8
+
The template's code is available on link:https://github.com/neo4j-partners/azure-resource-manager-neo4j/tree/main/marketplace[GitHub^] and can be customized to meet more complex or bespoke use cases.
9
9
10
10
11
11
[NOTE]
12
12
====
13
13
Neo4j does not provide Azure Marketplace Virtual Machine Images with a pre-installed version of the product.
14
-
The Neo4j Azure Marketplace listings (and listings on GitHub) use Azure Resource Manager (ARM) templates that deploy and configure Neo4j dynamically with a shell script.
14
+
The Neo4j Azure Marketplace listings (and listings on GitHub) use Azure Resource Manager (ARM) templates that deploy and configure Neo4j dynamically with a shell script.
15
15
====
16
16
17
17
== Supported Neo4j versions
@@ -28,11 +28,11 @@ The Neo4j ARM template takes several parameters as inputs, deploys a set of clou
28
28
29
29
=== Important considerations
30
30
31
-
* The deployment of cloud resources will incur costs.
31
+
* The deployment of cloud resources incurs costs.
32
32
** Refer to the link:https://azure.microsoft.com/en-gb/pricing/calculator/[Azure pricing calculator^]for more information.
33
33
34
-
* A resource group will need to be created.
35
-
** You will need to choose an empty resource group or create a new one.
34
+
* You need to create a resource group.
35
+
** You need to choose an empty resource group or create a new one.
36
36
37
37
* An active Azure subscription is required.
38
38
@@ -63,16 +63,16 @@ The Neo4j ARM template takes several parameters as inputs, deploys a set of clou
63
63
| The class of Azure VM Instances to use.
64
64
65
65
| Node Count
66
-
| The number of desired Virtual Machine instances to be used to form a Neo4j cluster (a minimum of 3 instances is required to form a cluster).
66
+
| The number of desired Virtual Machine instances to be used to form a Neo4j cluster (a minimum of 3 instances is required to form a cluster).
67
67
68
68
| Disk Size
69
-
| Size (in GB) of the secondary volume on each Azure VM instance.
69
+
| Size (in GB) of the secondary volume on each Azure VM instance.
70
70
71
71
| Graph Database Version
72
-
| Select "5" for the latest minor version of Neo4j 5, or select "4.4" for the latest minor version of Neo4j 4.4.
72
+
| Select either 5 or 4.4.
73
73
74
74
| Install Graph Data Science
75
-
| An option to install Graph Data Science (GDS). Accepted values are `Yes` or `No`.
75
+
| An option to install Graph Data Science (GDS). Accepted values are `Yes` or `No`.
76
76
77
77
| Graph Data Science License Key
78
78
| A valid GDS license key can be pasted into this field. License keys will be sent to and stored by Neo4j. This information is used only for product activation purposes.
@@ -115,8 +115,8 @@ If the validation fails, it might be because you have chosen VMs that are too la
115
115
| neo4jBrowserURL
116
116
| The http URL of the Neo4j Browser.
117
117
118
-
| username
119
-
| The username `neo4j` which will be required to log into the Neo4j Browser
118
+
| username
119
+
| The username `neo4j` which is required to log into the Neo4j Browser.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
[[gcp]]
3
3
= Neo4j on GCP
4
4
5
-
Neo4j Edition can be easily deployed on Virtual Machines in Google Cloud Platform (GCP) by using the link:https://console.cloud.google.com/marketplace/product/neo4j/neo4j-enterprise-edition[official listing for Neo4j Enterprise Edition] or https://console.cloud.google.com/marketplace/product/neo4j/neo4j-community-edition?project=cohesive-point-368015[Neo4j Community Edition] on the GCP Marketplace^].
5
+
Neo4j Edition can be easily deployed on Virtual Machines in Google Cloud Platform (GCP) by using the link:https://console.cloud.google.com/marketplace/product/neo4j/neo4j-enterprise-edition[official listing for Neo4j Enterprise Edition] or https://console.cloud.google.com/marketplace/product/neo4j/neo4j-community-edition?project=cohesive-point-368015[Neo4j Community Edition] on the GCP Marketplace].
6
6
7
7
The GCP Marketplace listing uses a Deployment Manager template maintained by Neo4j.
8
8
The template's code is available on link:https://github.com/neo4j-partners/google-deployment-manager-neo4j[GitHub^] and can be customized to meet more complex or bespoke use cases.
@@ -51,7 +51,7 @@ The Neo4j Deployment Manager template takes several parameters as inputs, deploy
51
51
| A name for the deployment, e.g., `neo4j-enterprise-edition`. The deployment name can include letters (A-Z and a-z), numbers (0-9), and dashes (-).
52
52
53
53
| Graph Database Version
54
-
| Select either 4.4 or 5.
54
+
| Select either 5 or 4.4.
55
55
56
56
| Node Count
57
57
| Specify the number of desired VMs to be used to form a Neo4j cluster (a minimum of 3 instances is required to form a cluster).
0 commit comments