Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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.

|===

Expand All @@ -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[]

Expand Down
26 changes: 13 additions & 13 deletions modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down Expand Up @@ -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 5 or 4.4.

| 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.
Expand Down Expand Up @@ -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.

|===

Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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).
Expand Down
Loading