From 7c51facb77537783e3af50f0e0334d37655d779f Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 14 Nov 2025 15:56:31 +0000 Subject: [PATCH] AWS editorial updates (#2718) --- modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc b/modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc index f7f27636b..49f641562 100644 --- a/modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc +++ b/modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc @@ -65,29 +65,29 @@ Use EC2 Instance Connect (via the EC2 console) to connect to deployed EC2 instan | Install Graph Data Science | An option to install Graph Data Science (GDS). | `Yes` or `No` -| No +| False | Graph Data Science License Key | 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' +| None | Install Bloom | Install Neo4j Bloom. | `Yes` or `No` -| No +| False | Bloom License Key | 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' +| None | Password | A password for the `neo4j` user (minimum of 8 characters). | | -| Number of Servers +| 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 @@ -142,8 +142,7 @@ The environment created by the CloudFormation template consists of the following ** `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 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.