From c717b6266a3e01801e295c9f73b59f33edfe9fbc Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 24 Jan 2025 16:09:04 +0000 Subject: [PATCH 1/2] Remove CE from cloud deployments --- .../pages/cloud-deployments/neo4j-aws.adoc | 18 ++++++------- .../pages/cloud-deployments/neo4j-azure.adoc | 26 +++++++++---------- .../pages/cloud-deployments/neo4j-gcp.adoc | 2 +- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc b/modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc index 52364a616..42a710e00 100644 --- a/modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc +++ b/modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc @@ -2,10 +2,10 @@ [[aws]] = Neo4j on AWS -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. +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. -The AWS Marketplace listing uses a CloudFormation template maintained by Neo4j. -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. +The AWS Marketplace listing uses a CloudFormation template maintained by Neo4j. +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. [NOTE] @@ -25,7 +25,7 @@ For example, the latest minor release of Neo4j 5 is {neo4j-version-minor}. 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. 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: -* link:https://github.com/neo4j-partners/amazon-cloud-formation-neo4j/tree/main/marketplace[CloudFormation template for Neo4j 5]. +* link:https://github.com/neo4j-partners/amazon-cloud-formation-neo4j/tree/main/marketplace[CloudFormation template for Neo4j 5]. * link:https://github.com/neo4j-partners/amazon-cloud-formation-neo4j/tree/Neo4j-4.4/marketplace[CloudFormation template for Neo4j 4.4]. 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 | 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 (-). | Install Graph Data Science -| An option to install Graph Data Science (GDS). Accepted values are `Yes` or `No`. +| An option to install Graph Data Science (GDS). Accepted values are `Yes` or `No`. | Graph Data Science License Key | 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 | A password for the `neo4j` user (minimum of 8 characters) | Number of Servers -| 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). +| 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). | Instance type | The class of EC2 Instances to use. @@ -121,8 +121,8 @@ After the installation finishes successfully, the CloudFormation template provid | Neo4jURI | The Bolt URL of the Neo4j Browser. -| Neo4jUsername -| The username `neo4j` and a reminder to use the password that was specified earlier when filling out the CloudFormation template. +| Neo4jUsername +| The username `neo4j` and a reminder to use the password that was specified earlier when filling out the CloudFormation template. |=== @@ -134,7 +134,7 @@ If you add more EC2 instances to your ASG, they will be installed with the same [role=label--enterprise-edition] -== Licensing +== Licensing // label:Enterprise[] diff --git a/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc b/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc index 66efda28c..207620bc6 100644 --- a/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc +++ b/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc @@ -2,16 +2,16 @@ [[azure]] = Neo4j on Azure -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. +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. -The Azure Marketplace listing uses an Azure Resource Manager (ARM) template maintained by Neo4j. -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. +The Azure Marketplace listing uses an Azure Resource Manager (ARM) template maintained by Neo4j. +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. [NOTE] ==== Neo4j does not provide Azure Marketplace Virtual Machine Images with a pre-installed version of the product. -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. +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. ==== == Supported Neo4j versions @@ -28,11 +28,11 @@ The Neo4j ARM template takes several parameters as inputs, deploys a set of clou === Important considerations -* The deployment of cloud resources will incur costs. +* The deployment of cloud resources incurs costs. ** Refer to the link:https://azure.microsoft.com/en-gb/pricing/calculator/[Azure pricing calculator^]for more information. -* A resource group will need to be created. -** You will need to choose an empty resource group or create a new one. +* You need to create a resource group. +** You need to choose an empty resource group or create a new one. * An active Azure subscription is required. @@ -63,16 +63,16 @@ The Neo4j ARM template takes several parameters as inputs, deploys a set of clou | The class of Azure VM Instances to use. | Node Count -| 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). +| 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). | Disk Size -| Size (in GB) of the secondary volume on each Azure VM instance. +| Size (in GB) of the secondary volume on each Azure VM instance. | Graph Database Version -| Select "5" for the latest minor version of Neo4j 5, or select "4.4" for the latest minor version of Neo4j 4.4. +| Select either 4.4 or 5. | Install Graph Data Science -| An option to install Graph Data Science (GDS). Accepted values are `Yes` or `No`. +| An option to install Graph Data Science (GDS). Accepted values are `Yes` or `No`. | Graph Data Science License Key | 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 | neo4jBrowserURL | The http URL of the Neo4j Browser. -| username -| The username `neo4j` which will be required to log into the Neo4j Browser +| username +| The username `neo4j` which is required to log into the Neo4j Browser. |=== diff --git a/modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc b/modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc index 2b1a2d540..d9f6e8748 100644 --- a/modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc +++ b/modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc @@ -2,7 +2,7 @@ [[gcp]] = Neo4j on GCP -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^]. +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]. The GCP Marketplace listing uses a Deployment Manager template maintained by Neo4j. 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. From 5b9351b05d39e6148133f60ee5ce1ce264e89e2f Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 24 Jan 2025 16:27:47 +0000 Subject: [PATCH 2/2] put version 5 first --- modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc | 2 +- modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc b/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc index 207620bc6..ca12f541e 100644 --- a/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc +++ b/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc @@ -69,7 +69,7 @@ The Neo4j ARM template takes several parameters as inputs, deploys a set of clou | Size (in GB) of the secondary volume on each Azure VM instance. | Graph Database Version -| Select either 4.4 or 5. +| Select either 5 or 4.4. | Install Graph Data Science | An option to install Graph Data Science (GDS). Accepted values are `Yes` or `No`. diff --git a/modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc b/modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc index d9f6e8748..cc3ac79b7 100644 --- a/modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc +++ b/modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc @@ -51,7 +51,7 @@ The Neo4j Deployment Manager template takes several parameters as inputs, deploy | 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 (-). | Graph Database Version -| Select either 4.4 or 5. +| Select either 5 or 4.4. | Node Count | 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).