Skip to content
Merged
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
13 changes: 6 additions & 7 deletions modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down