diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 9bfc88b40..8cb5304c7 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -13,7 +13,6 @@ * xref:cloud-deployments/index.adoc[] ** xref:cloud-deployments/neo4j-aws.adoc[] -** xref:cloud-deployments/neo4j-gcp.adoc[] ** xref:cloud-deployments/neo4j-azure.adoc[] * xref:docker/index.adoc[] diff --git a/modules/ROOT/pages/cloud-deployments/index.adoc b/modules/ROOT/pages/cloud-deployments/index.adoc index 5ef0533f5..66e3bbe9b 100644 --- a/modules/ROOT/pages/cloud-deployments/index.adoc +++ b/modules/ROOT/pages/cloud-deployments/index.adoc @@ -1,4 +1,4 @@ -:description: Deploying Neo4j on AWS, Azure, and Google Cloud Platform. +:description: Deploying Neo4j on AWS and Azure. [[cloud]] = Cloud deployments @@ -8,22 +8,24 @@ Neo4j's cloud marketplace listings represent a quick and easy way of getting sta | *Cloud partner* | *Documentation link* -| *Partner Page* +| *Marketplace link* | Amazon Web Services -| xref:cloud-deployments/neo4j-aws.adoc[Neo4j on AWS] -| link:https://neo4j.com/partners/amazon/[Neo4j in the AWS Marketplace] - -| Google Cloud -| xref:cloud-deployments/neo4j-gcp.adoc[Neo4j on Google Cloud Platform] -| link:https://neo4j.com/partners/google/[Neo4j in the GCP Marketplace] +| xref:cloud-deployments/neo4j-aws.adoc[Neo4j Enterprise on AWS] +| link:https://aws.amazon.com/marketplace/pp/prodview-akmzjikgawgn4?sr=0-2&ref_=beagle&applicationId=AWSMPContessa[Neo4j in the AWS Marketplace] | Microsoft Azure | xref:cloud-deployments/neo4j-azure.adoc[Neo4j on Microsoft Azure] -| link:https://neo4j.com/partners/microsoft/[Neo4j in the Azure Marketplace] +| link:https://marketplace.microsoft.com/en-us/product/azure-applications/neo4j.neo4j-ee?tab=Overview[Neo4j in the Azure Marketplace] |=== +[NOTE] +==== +Deploying Neo4j from the GCP marketplace is supported only for version 2025.x. +See link:{neo4j-docs-base-uri}/operations-manual/current/cloud-deployments/neo4j-gcp/[Neo4j on GCP] for more information. +==== + .Other cloud deployment options [TIP] ==== diff --git a/modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc b/modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc index 9d88ca25a..49f641562 100644 --- a/modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc +++ b/modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc @@ -1,12 +1,12 @@ :description: Deploy Neo4j on Amazon Web Services (AWS) directly from the AWS Marketplace or by using the Neo4j CloudFormation templates hosted on GitHub. +:page-role: enterprise-edition [[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/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. +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-2&ref_=beagle&applicationId=AWSMPContessa[official listing for Neo4j Enterprise Edition] on the AWS Marketplace. +The AWS Marketplace listing uses a CloudFormation template maintained by Neo4j, which can be customized to meet more complex or bespoke use cases. +See <> for more information about the Neo4j CloudFormation template. [NOTE] ==== @@ -16,72 +16,120 @@ The Neo4j AWS Marketplace listings (and listings on GitHub) use CloudFormation t == Supported Neo4j versions -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. -The CloudFormation template always installs the latest available minor version of each release. -For example, the latest minor release of Neo4j 5 is {neo4j-version-minor}. +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 or 5.26 LTS. +The CloudFormation template always installs the latest available version. +[[neo4j-cloudformation-template]] == Neo4j CloudFormation template 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/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. +The Neo4j CloudFormation template's code is available on link:https://github.com/neo4j-partners/amazon-cloud-formation-neo4j/blob/main/marketplace/neo4j-enterprise/neo4j.template.yaml[GitHub]. +It takes several parameters as inputs, deploys a set of cloud resources, and provides outputs that can be used to connect to a Neo4j DBMS. === Important considerations -* The deployment of cloud resources will incur costs. -** Refer to the link:https://calculator.aws[AWS pricing calculator]for more information. +* The deployment of cloud resources incurs costs. +Refer to the link:https://calculator.aws[AWS pricing calculator] for more information. * The Neo4j CloudFormation template deploys a new VPC. -** AWS accounts are limited to an initial quota of 5 VPCs (you can view your current quota by viewing the *Limits* page of the Amazon EC2 console). +** AWS accounts are limited to an initial quota of 5 VPCs (you can view your current quota on the *Limits* page of the Amazon EC2 console). ** Your VPC quota can be increased if needed by contacting AWS support. * The Neo4j CloudFormation template uses an Auto Scaling group (ASG) to deploy EC2 instances. -** This means that to stop or terminate EC2 instances, you must first remove them from the ASG, otherwise, the ASG will automatically replace them. +This means that to stop or terminate EC2 instances, you must first remove them from the ASG, otherwise, the ASG will automatically replace them. * SSH Keys are not generated as part of the CloudFormation template. -** Use EC2 Instance Connect (via the EC2 console) to connect to deployed EC2 instances if needed. +Use EC2 Instance Connect (via the EC2 console) to connect to deployed EC2 instances if needed. === Input parameters -[cols="<31s,69",frame="topbot",options="header"] +[cols="2,3a,3a,2m",frame="topbot",options="header"] |=== | Parameter Name | Description +| Allowed Values +| Default Value + +| AMI ID +| The AMI that will be used to launch EC2 resources. +| +| ami-07f83a354c934b879 -| Stack Name -| 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 (-). +| Neo4j License Type +| Select `Enterprise` if you already have a Neo4j Enterprise License, otherwise select `Evaluation`. +| `Enterprise` or `Evaluation` +| Evaluation | 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). +| `Yes` or `No` +| False | 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. +| License Key for Graph Data Science (License keys will be sent to and stored by Neo4j. This information will only be used for the purposes of product activation.) +| +| None | Install Bloom -| Optionally install Neo4j Bloom. Accepted values are `Yes` or `No`. +| Install Neo4j Bloom. +| `Yes` or `No` +| False | Bloom License Key -| A valid Bloom 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. +| License Key for Bloom (License keys will be sent to and stored by Neo4j. This information will only be used for the purposes of product activation.) +| +| None | Password -| 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). - -| Instance type -| The class of EC2 Instances to use. +| A password for the `neo4j` user (minimum of 8 characters). +| +| + +| Number of nodes +| 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). +| Between 1 and 10 +| 3 + +| Instance Type +| EC2 instance type. +| - `t3.medium` + - `t3.large` + - `t3.xlarge` + - `t3.2xlarge` + - `r6i.large` + - `r6i.xlarge` + - `r6i.2xlarge` + - `r6i.4xlarge` + - `r6i.8xlarge` + - `r6i.12xlarge` + - `r6i.16xlarge` + - `r6i.24xlarge` + - `r6i.32xlarge` + - `r6a.8xlarge` + - `r7a.medium` + - `r7a.large` + - `r7a.xlarge` + - `r7a.2xlarge` + - `r7a.4xlarge` + - `r7a.8xlarge` + - `r7a.12xlarge` + - `r7a.16xlarge` + - `r7a.24xlarge` + - `r7a.32xlarge` + - `r7a.48xlarge` +| t3.medium | Disk Size -| Size (in GB) of the EBS volume on each EC2 instance. Larger EBS volumes are typically faster than smaller ones, therefore 100GB is the recommended minimum size. +| Size in GB of the EBS volume on each EC2 instance. Larger EBS volumes are typically faster than smaller ones, therefore 100GB is the recommended minimum size. +| Minimum: 100 +| 100 | SSH CIDR -| Specify an address range from which EC2 instances are accessible on port `22`, via SSH. You can use `0.0.0.0/0` to allow access from any IP address. This field must also be correctly populated to allow the use of EC2 instance-connect. +| Specify an address range from which EC2 instances are accessible on port `22`, via SSH. You can use `0.0.0.0/0` to allow access from any IP address. This field must also be correctly populated to allow the use of EC2 instance-connect. Must be a valid CIDR range of the form x.x.x.x/x. +| Minimum length: 9, Maximum length: 18, AllowedPattern: `1(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})/(\\d{1,2})` +| |=== @@ -90,19 +138,18 @@ The Neo4j CloudFormation template takes several parameters as inputs, deploys a The environment created by the CloudFormation template consists of the following AWS resources: * 1 VPC, with a CIDR range (address space) of `10.0.0.0/16`. -** 3 Subnets (if a cluster has been selected), distributed evenly across 3 Availability zones, with the following CIDR ranges: -*** `10.0.1.0/24` -*** `10.0.2.0/24` -*** `10.0.3.0/24` -** A single subnet (if a single instance has been selected) with the following CIDR range: -*** `10.0.1.0/24` -** A security group. -** An internet gateway. -** Routing tables (and associations) for all subnets. -* An auto-scaling group and launch configuration, which creates: -** 1, or between 3 and 10 EC2 instances (Depending on whether a single instance or an autonomous cluster is selected). +* 3 Subnets (if a cluster has been selected), distributed evenly across 3 Availability zones, with the following CIDR ranges: +** `10.0.1.0/24` +** `10.0.2.0/24` +** `10.0.3.0/24` +* A single subnet (if a single instance has been selected) with the CIDR range `10.0.1.0/24`. +* An internal and external security group. +* An internet gateway. +* Routing tables (and associations) for all subnets. +* Neo4j http and bolt listeners and rules in the security group to allow inbound traffic on ports `7474` and `7687`. +* An auto-scaling group and launch configuration, which creates 1, or between 3 and 10 EC2 instances (Depending on whether a single instance or an autonomous cluster is selected). * 1 Network (Layer 4) Load Balancer. -** A target group for the EC2 instances. +* A target group for the EC2 instances. === Template outputs @@ -132,15 +179,15 @@ After the installation finishes successfully, the CloudFormation template provid === Cluster version consistency -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. -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. +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. +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. === Neo4j cluster and Auto Scaling Group The Neo4j AWS CloudFormation template deploys a cluster into an ASG. However, managing a Neo4j cluster with ASG requires careful planning. -Starting from the 5.x series, Neo4j’s clustering relies on stable servers identities. +Neo4j’s clustering relies on stable servers identities. In contrast, ASGs are primarily designed for stateless, interchangeable workloads, which means they can terminate and recreate servers at any time, breaking their identity. To provide stable servers identities, it is recommended to use a persistent disk, e.g., Amazon Elastic Block Store (EBS). @@ -249,11 +296,8 @@ SHOW DATABASES YIELD name, address, currentStatus, requestedStatus, serverID WHE Once the server is stable and caught up, add it back to the AWS NLB target group. -[role=label--enterprise-edition] == Licensing -// label:Enterprise[] - Installing and starting Neo4j from the AWS marketplace constitutes an acceptance of the Neo4j license agreement. When deploying Neo4j, users are required to confirm that they either have an enterprise license or accept the terms of the Neo4j evaluation license. diff --git a/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc b/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc index bf7fa54fc..aa3365a86 100644 --- a/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc +++ b/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc @@ -1,11 +1,12 @@ :description: Deploy Neo4j on Microsoft Azure directly from the Azure Marketplace or by using the Neo4j Azure Resource Manager (ARM) template hosted on GitHub. +:page-role: enterprise-edition [[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] 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, which can be customized to meet more complex or bespoke use cases. +See <> for more information about the Neo4j ARM template. [NOTE] @@ -16,84 +17,113 @@ The Neo4j Azure Marketplace listings (and listings on GitHub) use Azure Resource == Supported Neo4j versions -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. -The ARM template always installs the latest available minor version of each release. -For example, the latest minor release of Neo4j 5 is {neo4j-version-minor}. +The Neo4j link:https://azuremarketplace.microsoft.com/en-us/marketplace/apps/neo4j.neo4j-ee?tab=Overview[Azure marketplace listing] can be configured to deploy Neo4j Enterprise Edition 5.26 LTS. +The ARM template always installs the latest patch release. +[[neo4j-arm-template]] == Neo4j ARM template Azure Resource Manager (ARM) is a declarative Infrastructure as Code (IaC) language that is based on JSON and instructs Azure to deploy a set of cloud resources. +The Neo4j ARM template's code is available on link:https://github.com/neo4j-partners/azure-resource-manager-neo4j/tree/main/marketplace/neo4j-enterprise[GitHub]. The Neo4j ARM 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. === Important considerations * 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. +Refer to the link:https://azure.microsoft.com/en-gb/pricing/calculator/[Azure pricing calculator]for more information. * You need to create a resource group. -** You need to choose an empty resource group or create a new one. +You need to choose an empty resource group or create a new one. * An active Azure subscription is required. -=== Input parameters (Instance Details) +=== Input parameters (Instance details) -[cols="<31s,69",frame="topbot",options="header"] +[cols="<31s,69,<",frame="topbot",options="header"] |=== | Parameter Name | Description +| Default Value | Region | The Azure region in which cloud resources should be deployed. +| East US + +| Admin Username +| The username for the administrator account on the Virtual Machine instances. This user will also be used +| to log into the Neo4j Browser. +| neo4j -| Admin password +| Admin Password | A password for the `neo4j` user. The password must be between 12 and 72 characters long, and contain characters from at least 3 of the following groups: uppercase characters, lowercase characters, numbers, and special characters. |=== === Input parameters (Neo4j Config) -[cols="<31s,69",frame="topbot",options="header"] +[cols="2,3a,3a,2m",frame="topbot",options="header"] |=== | Parameter Name | Description +| Allowed Values +| Default Value | Virtual Machine Size -| The class of Azure VM Instances to use. +| The class of Azure VM instances to use. +| +| Standard_E8s_v5 | 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). +| 1 (for a single instance) or between 3 and 10 (for an autonomous cluster) +| 1 | Disk Size -| Size (in GB) of the secondary volume on each Azure VM instance. +| Size (in GB) of disk on each Azure VM instance. +| +| 32 GB | Graph Database Version -| Select either 5 or 4.4. +| The version of the Neo4j database to install. +| +| 5.26.x | Install Graph Data Science | An option to install Graph Data Science (GDS). Accepted values are `Yes` or `No`. +| +| False | 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. +| +| None | Install Bloom | Optionally install Neo4j Bloom. Accepted values are `Yes` or `No`. +| +| False | Bloom License Key | A valid Bloom 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. +| +| None + +| License Type +| The type of Neo4j license to use. +| Accepted values are `BYOL` or `Evaluation`. +| Evaluation |=== === Deployed cloud resources The environment created by the ARM template consists of the following Azure resources: -* 1 Virtual Network, with a CIDR range (address space) of `10.0.0.0/8`. -** A single subnet with the following CIDR range: -*** `10.0.0.0/16` +* 1 Virtual Network with a CIDR range (address space) of `10.0.0.0/8`. +** A single subnet with a CIDR range `10.0.0.0/16`. ** A network security group. -* A Virtual Machine Scale-Set (VMSS), which creates: -** 1, or between 3 and 10 Virtual Machine instances (Depending on whether a single instance or an autonomous cluster is selected). +* A Virtual Machine Scale-Set (VMSS), which creates 1, or between 3 and 10 Virtual Machine instances, depending on whether a single instance or an autonomous cluster is selected. * 1 Load Balancer. === Template outputs @@ -125,16 +155,12 @@ If the validation fails, it might be because you have chosen VMs that are too la When the ARM template creates a new Neo4j cluster, a Virtual Machine Scale Set (VMSS) is created and tagged with the minor version of the installed Neo4j database. If you add more VM instances to your VMSS, they will be installed using the same minor version, ensuring that all Neo4j cluster servers are installed with the same version, regardless of when the VM instances were created. - -[role=label--enterprise-edition] == Licensing -// label:Enterprise[] - Installing and starting Neo4j from the Azure marketplace constitutes an acceptance of the Neo4j license agreement. When deploying Neo4j, users are required to confirm that they either have an enterprise license. -If you require the Enterprise version of either Graph Data Science or Bloom, you need to provide a key issued by Neo4j as this will be required during the installation. +If you require the enterprise version of either Graph Data Science or Bloom, you need to provide a key issued by Neo4j as this will be required during the installation. To obtain a valid license for either Neo4j, Bloom, or GDS, reach out to your Neo4j account representative or get in touch using the link:https://neo4j.com/contact-us/[contact form]. diff --git a/modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc b/modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc deleted file mode 100644 index a2c823479..000000000 --- a/modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc +++ /dev/null @@ -1,138 +0,0 @@ -:description: Deploy Neo4j on Google Cloud Platform (GCP) directly from the GCP Marketplace or by using the Neo4j Deployment Manager templates hosted on GitHub. -:page-aliases: cloud-deployments/neo4j-gcp/index.adoc, cloud-deployments/neo4j-gcp/single-instance-vm.adoc, cloud-deployments/neo4j-gcp/causal-cluster-vm.adoc, cloud-deployments/neo4j-gcp/automation-gcp.adoc - -[[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 link: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. - - -[NOTE] -==== -Neo4j does not provide pre-built Virtual Machine (VM) images with a pre-installed version of the product. -The Neo4j GCP Marketplace listings (and listings on GitHub) use Deployment Manager templates that deploy and configure Neo4j dynamically with a shell script. -==== - -== Supported Neo4j versions - -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. -The Deployment Manager template always installs the latest available minor version of each release. -For example, the latest minor release of Neo4j 5 is {neo4j-version-minor}. - -== Neo4j Deployment Manager template -Google Cloud Deployment Manager is an infrastructure deployment service that automates the creation and management of Google Cloud resources. - -The Neo4j Deployment Manager 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. - -=== Important considerations - -* The deployment of cloud resources incurs costs. -** Refer to the link:https://cloud.google.com/products/calculator[GCP pricing calculator]for more information. - -* The Neo4j Deployment Manager template deploys a new VPC, containing a single subnet based in the requested region. -** Unlike Azure and AWS where subnets are aligned to specific zones, GCP subnets are regional (and VPCs are global). - -* The Neo4j Deployment Manager template uses an Instance Group to deploy VM instances. -** To stop a VM managed by a group, you must first remove it from that group. - -* Instances can be connected via SSH, using SSH-in-browser (via the GCP console). -** Click the *SSH* button in the GCP console. - -=== Input parameters - -[cols="<31s,69",frame="topbot",options="header"] -|=== - -| Parameter Name -| Description - -| Deployment name -| 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 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). - -| Node Type -| The class of VM to use. - -| Disk Type -| The type of disk volume to use on each VM instance. - -| Disk Size in GB -| Size (in GB) of the disk volume on each VM instance. Persistent disk performance is tied to the size of the persistent disk volume. You are charged by GCP for the actual amount of provisioned disk space. - -| Admin Password -| A password for the `neo4j` user (minimum of 8 characters). - -| Install Graph Data Science -| An option (checkbox) to install Graph Data Science (GDS). - -| Graph Data Science License Key -| A valid GDS license key can be pasted into this field. License keys are sent to and stored by Neo4j. This information is used only for product activation purposes. - -| Install Bloom -| An option (checkbox) to install Neo4j Bloom. - -| Bloom License Key -| A valid Bloom license key can be pasted into this field. License keys are sent to and stored by Neo4j. This information is used only for product activation purposes. - -|=== - -=== Deployed cloud resources - -The environment created by the Deployment Manager template consists of the following GCP resources: - -* 1 subnet with a CIDR range (address space) of `10.128.0.0/20`. -** Internal and external firewall rulesets. -* An Instance Group (and Instance Group template) which creates: -** 1, or between 3 and 10 VM instances (Depending on whether a single instance or an autonomous cluster is selected). -* 1 TCP (Layer 4) Load Balancer. - -=== Template outputs - -After the installation finishes successfully, the Deployment Manager template provides the following outputs: - -[cols="<31s,69",frame="topbot",options="header"] -|=== - -| Output Name -| Description - -| Neo4j Browser address -| The http URL of the Neo4j Browser. - -| Database region -| The region in which the Neo4j cluster has been deployed. - -| Database machine type -| The class of VMs that have been deployed. - -|=== - -[NOTE] -==== -The Neo4j Browser can be easily launched in a new window by clicking the button entitled *Log into the Neo4j Browser*. -==== - - -[role=label--enterprise-edition] -== Licensing - -// label:Enterprise[] - -Installing and starting Neo4j from the GCP marketplace constitutes an acceptance of the Neo4j license agreement. -When deploying Neo4j, you are required to confirm that you either have an Enterprise license or accept the terms of the Neo4j evaluation license. - -If you require the Enterprise version of either Graph Data Science or Bloom, you need to provide a key issued by Neo4j as this is required during the installation. - -To obtain a valid license for either Neo4j, Bloom, or GDS, reach out to your Neo4j account representative or get in touch using the link:https://neo4j.com/contact-us/[contact form]. - -== Delete deployment and destroy resources - -Navigate to the Deployment Manager section of the GCP console, select the deployment you wish to delete, and click the *Delete* button.