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=***
7878$ export AWS_SECRET_ACCESS_KEY=***
7979
8080# Configure AWS instance settings
81- $ export CORTEX_NODE_TYPE=" p2.xlarge "
81+ $ export CORTEX_NODE_TYPE=" m5.large "
8282$ export CORTEX_NODES_MIN=" 1"
8383$ export CORTEX_NODES_MAX=" 3"
8484
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export CORTEX_REGION="${CORTEX_REGION:-us-west-2}"
106106export CORTEX_ZONES=" ${CORTEX_ZONES:- " " } "
107107
108108export 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} "
110110export CORTEX_NODES_MIN=" ${CORTEX_NODES_MIN:- 2} "
111111export CORTEX_NODES_MAX=" ${CORTEX_NODES_MAX:- 5} "
112112export CORTEX_NAMESPACE=" ${CORTEX_NAMESPACE:- cortex} "
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export CORTEX_ZONES=""
3131export CORTEX_CLUSTER=" cortex"
3232
3333# The AWS node type Cortex will use
34- export CORTEX_NODE_TYPE=" t3 .large"
34+ export CORTEX_NODE_TYPE=" m5 .large"
3535
3636# Minimum number of nodes in the cluster
3737export CORTEX_NODES_MIN=2
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export AWS_ACCESS_KEY_ID=***
2626export AWS_SECRET_ACCESS_KEY=***
2727
2828# Configure AWS instance settings (at least 4GB memory)
29- export CORTEX_NODE_TYPE=" p2.xlarge "
29+ export CORTEX_NODE_TYPE=" m5.large "
3030export CORTEX_NODES_MIN=" 1"
3131export CORTEX_NODES_MAX=" 3"
3232
You can’t perform that action at this time.
0 commit comments