You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/cloud-deployments/neo4j-aws.adoc
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,29 +65,29 @@ Use EC2 Instance Connect (via the EC2 console) to connect to deployed EC2 instan
65
65
| Install Graph Data Science
66
66
| An option to install Graph Data Science (GDS).
67
67
| `Yes` or `No`
68
-
| No
68
+
| False
69
69
70
70
| Graph Data Science License Key
71
71
| 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.)
72
72
|
73
-
| 'None'
73
+
| None
74
74
75
75
| Install Bloom
76
76
| Install Neo4j Bloom.
77
77
| `Yes` or `No`
78
-
| No
78
+
| False
79
79
80
80
| Bloom License Key
81
81
| 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.)
82
82
|
83
-
| 'None'
83
+
| None
84
84
85
85
| Password
86
86
| A password for the `neo4j` user (minimum of 8 characters).
87
87
|
88
88
|
89
89
90
-
| Number of Servers
90
+
| Number of nodes
91
91
| 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).
92
92
| Between 1 and 10
93
93
| 3
@@ -142,8 +142,7 @@ The environment created by the CloudFormation template consists of the following
142
142
** `10.0.1.0/24`
143
143
** `10.0.2.0/24`
144
144
** `10.0.3.0/24`
145
-
* A single subnet (if a single instance has been selected) with the following CIDR range:
146
-
** `10.0.1.0/24`
145
+
* A single subnet (if a single instance has been selected) with the CIDR range `10.0.1.0/24`.
147
146
* An internal and external security group.
148
147
* An internet gateway.
149
148
* Routing tables (and associations) for all subnets.
0 commit comments