Skip to content

Commit cf4bcf0

Browse files
authored
Remove CE from cloud deployments and prepare for 2025.01 (#2081)
1 parent 65d6f33 commit cf4bcf0

File tree

3 files changed

+18
-21
lines changed

3 files changed

+18
-21
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
The AWS Marketplace listing uses a CloudFormation template maintained by Neo4j.
88
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.
@@ -16,9 +16,8 @@ The Neo4j AWS Marketplace listings (and listings on GitHub) use CloudFormation t
1616

1717
== Supported Neo4j versions
1818

19-
The Neo4j link:https://aws.amazon.com/marketplace/seller-profile?id=23ec694a-d2af-4641-b4d3-b7201ab2f5f9[AWS marketplace listing^] can be configured to deploy either Neo4j Enterprise Edition 2025.x, 5, or 4.4, or Neo4j Community Edition 2025.x or 5.
20-
The CloudFormation template always installs the latest available minor version of each release.
21-
For example, the latest minor release of Neo4j is {neo4j-version-minor}.
19+
The Neo4j link:https://aws.amazon.com/marketplace/seller-profile?id=23ec694a-d2af-4641-b4d3-b7201ab2f5f9[AWS marketplace listing^] can be configured to deploy either Neo4j Enterprise Edition 5 or 4.4.
20+
The CloudFormation template always installs the latest available version.
2221

2322
== Neo4j CloudFormation template
2423

@@ -129,8 +128,8 @@ After the installation finishes successfully, the CloudFormation template provid
129128

130129
== Cluster version consistency
131130

132-
When the CloudFormation template creates a new Neo4j cluster, an Auto Scaling group (ASG) is created and tagged with the minor version of the installed Neo4j database.
133-
If you add more EC2 instances to your ASG, they will be installed with the same minor version, ensuring that all Neo4j cluster servers are installed with the same version, regardless of when the EC2 instances were created.
131+
When the CloudFormation template creates a new Neo4j cluster, an Auto Scaling group (ASG) is created and tagged with the monthly version of the installed Neo4j database.
132+
If you add more EC2 instances to your ASG, they will be installed with the same monthly version, ensuring that all Neo4j cluster servers are installed with the same version, regardless of when the EC2 instances were created.
134133

135134

136135
[role=label--enterprise-edition]

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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
The Azure Marketplace listing uses an Azure Resource Manager (ARM) template maintained by Neo4j.
88
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.
@@ -11,14 +11,13 @@ The template's code is available on link:https://github.com/neo4j-partners/azure
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
1818

19-
The Neo4j link:https://azuremarketplace.microsoft.com/en-us/marketplace/apps/neo4j.neo4j-ee?tab=Overview[Azure marketplace listing^] can be configured to deploy either Neo4j Enterprise Edition 2025.x, 5, or 4.4, or Neo4j Community Edition 2025.x or 5.
20-
The ARM template always installs the latest available minor version of each release.
21-
For example, the latest minor release of Neo4j is {neo4j-version-minor}.
19+
The Neo4j link:https://azuremarketplace.microsoft.com/en-us/marketplace/apps/neo4j.neo4j-ee?tab=Overview[Azure marketplace listing^] can be configured to deploy either Neo4j Enterprise Edition 5 or 4.4.
20+
The ARM template always installs the latest available version.
2221

2322
== Neo4j ARM template
2423

@@ -28,11 +27,11 @@ The Neo4j ARM template takes several parameters as inputs, deploys a set of clou
2827

2928
=== Important considerations
3029

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

34-
* A resource group will need to be created.
35-
** You will need to choose an empty resource group or create a new one.
33+
* You need to create a resource group.
34+
** You need to choose an empty resource group or create a new one.
3635

3736
* An active Azure subscription is required.
3837

@@ -69,7 +68,7 @@ The Neo4j ARM template takes several parameters as inputs, deploys a set of clou
6968
| Size (in GB) of the secondary volume on each Azure VM instance.
7069

7170
| Graph Database Version
72-
| Select either 4.4, 5, or 2025.x.
71+
| Select either 5 or 4.4.
7372

7473
| Install Graph Data Science
7574
| An option to install Graph Data Science (GDS). Accepted values are `Yes` or `No`.
@@ -116,7 +115,7 @@ If the validation fails, it might be because you have chosen VMs that are too la
116115
| The http URL of the Neo4j Browser.
117116

118117
| username
119-
| The username `neo4j` which will be required to log into the Neo4j Browser
118+
| The username `neo4j` which is required to log into the Neo4j Browser.
120119

121120
|===
122121

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

Lines changed: 4 additions & 5 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.
@@ -16,9 +16,8 @@ The Neo4j GCP Marketplace listings (and listings on GitHub) use Deployment Manag
1616

1717
== Supported Neo4j versions
1818

19-
The Neo4j link:https://console.cloud.google.com/marketplace/product/neo4j/neo4j-enterprise-edition[GCP marketplace listing^] can be configured to deploy either Neo4j Enterprise Edition 2025.x, 5, or 4.4, or Neo4j Community Edition 2025 or 5.
20-
The Deployment Manager template always installs the latest available minor version of each release.
21-
For example, the latest minor release of Neo4j is {neo4j-version-minor}.
19+
The Neo4j link:https://console.cloud.google.com/marketplace/product/neo4j/neo4j-enterprise-edition[GCP marketplace listing^] can be configured to deploy either Neo4j Enterprise Edition 5, or 4.4, or Neo4j Community Edition 5.
20+
The Deployment Manager template always installs the latest available version.
2221

2322
== Neo4j Deployment Manager template
2423
Google Cloud Deployment Manager is an infrastructure deployment service that automates the creation and management of Google Cloud resources.
@@ -51,7 +50,7 @@ The Neo4j Deployment Manager template takes several parameters as inputs, deploy
5150
| 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 (-).
5251

5352
| Graph Database Version
54-
| Select either 4.4, 5, or 2025.x.
53+
| Select either 5 or 4.4.
5554

5655
| Node Count
5756
| 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)