Skip to content

Commit b5fd5b8

Browse files
authored
Remove CE from cloud deployments (#2082)
1 parent e3f0cba commit b5fd5b8

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
[[aws]]
33
= Neo4j on AWS
44

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.
66

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.
99

1010

1111
[NOTE]
@@ -25,7 +25,7 @@ For example, the latest minor release of Neo4j 5 is {neo4j-version-minor}.
2525
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.
2626
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:
2727

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].
2929
* link:https://github.com/neo4j-partners/amazon-cloud-formation-neo4j/tree/Neo4j-4.4/marketplace[CloudFormation template for Neo4j 4.4].
3030

3131
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
5757
| 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 (-).
5858

5959
| 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`.
6161

6262
| Graph Data Science License Key
6363
| 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
7272
| A password for the `neo4j` user (minimum of 8 characters)
7373

7474
| 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).
7676

7777
| Instance type
7878
| The class of EC2 Instances to use.
@@ -121,8 +121,8 @@ After the installation finishes successfully, the CloudFormation template provid
121121
| Neo4jURI
122122
| The Bolt URL of the Neo4j Browser.
123123

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.
126126

127127
|===
128128

@@ -134,7 +134,7 @@ If you add more EC2 instances to your ASG, they will be installed with the same
134134

135135

136136
[role=label--enterprise-edition]
137-
== Licensing
137+
== Licensing
138138

139139
// label:Enterprise[]
140140

modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
[[azure]]
33
= Neo4j on Azure
44

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.
66

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.
99

1010

1111
[NOTE]
1212
====
1313
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.
1515
====
1616

1717
== Supported Neo4j versions
@@ -28,11 +28,11 @@ The Neo4j ARM template takes several parameters as inputs, deploys a set of clou
2828

2929
=== Important considerations
3030

31-
* The deployment of cloud resources will incur costs.
31+
* The deployment of cloud resources incurs costs.
3232
** Refer to the link:https://azure.microsoft.com/en-gb/pricing/calculator/[Azure pricing calculator^]for more information.
3333

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.
3636

3737
* An active Azure subscription is required.
3838

@@ -63,16 +63,16 @@ The Neo4j ARM template takes several parameters as inputs, deploys a set of clou
6363
| The class of Azure VM Instances to use.
6464

6565
| 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).
6767

6868
| 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.
7070

7171
| 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.
7373

7474
| 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`.
7676

7777
| Graph Data Science License Key
7878
| 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
115115
| neo4jBrowserURL
116116
| The http URL of the Neo4j Browser.
117117

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.
120120

121121
|===
122122

modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[[gcp]]
33
= Neo4j on GCP
44

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].
66

77
The GCP Marketplace listing uses a Deployment Manager template maintained by Neo4j.
88
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
5151
| 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 (-).
5252

5353
| Graph Database Version
54-
| Select either 4.4 or 5.
54+
| Select either 5 or 4.4.
5555

5656
| Node Count
5757
| 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

Comments
 (0)