File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ $ export AWS_ACCESS_KEY_ID=***
78
78
$ export AWS_SECRET_ACCESS_KEY=***
79
79
80
80
# Configure AWS instance settings
81
- $ export CORTEX_NODE_TYPE=" p2.xlarge "
81
+ $ export CORTEX_NODE_TYPE=" m5.large "
82
82
$ export CORTEX_NODES_MIN=" 1"
83
83
$ export CORTEX_NODES_MAX=" 3"
84
84
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export CORTEX_REGION="${CORTEX_REGION:-us-west-2}"
106
106
export CORTEX_ZONES=" ${CORTEX_ZONES:- " " } "
107
107
108
108
export CORTEX_CLUSTER=" ${CORTEX_CLUSTER:- cortex} "
109
- export CORTEX_NODE_TYPE=" ${CORTEX_NODE_TYPE:- t3 .large} "
109
+ export CORTEX_NODE_TYPE=" ${CORTEX_NODE_TYPE:- m5 .large} "
110
110
export CORTEX_NODES_MIN=" ${CORTEX_NODES_MIN:- 2} "
111
111
export CORTEX_NODES_MAX=" ${CORTEX_NODES_MAX:- 5} "
112
112
export CORTEX_NAMESPACE=" ${CORTEX_NAMESPACE:- cortex} "
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export CORTEX_ZONES=""
31
31
export CORTEX_CLUSTER=" cortex"
32
32
33
33
# The AWS node type Cortex will use
34
- export CORTEX_NODE_TYPE=" t3 .large"
34
+ export CORTEX_NODE_TYPE=" m5 .large"
35
35
36
36
# Minimum number of nodes in the cluster
37
37
export CORTEX_NODES_MIN=2
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export AWS_ACCESS_KEY_ID=***
26
26
export AWS_SECRET_ACCESS_KEY=***
27
27
28
28
# Configure AWS instance settings (at least 4GB memory)
29
- export CORTEX_NODE_TYPE=" p2.xlarge "
29
+ export CORTEX_NODE_TYPE=" m5.large "
30
30
export CORTEX_NODES_MIN=" 1"
31
31
export CORTEX_NODES_MAX=" 3"
32
32
You can’t perform that action at this time.
0 commit comments