Skip to content

Commit 345a0ae

Browse files
committed
Set default insance to m5.large
1 parent 0fb2db0 commit 345a0ae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

cortex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export CORTEX_REGION="${CORTEX_REGION:-us-west-2}"
106106
export CORTEX_ZONES="${CORTEX_ZONES:-""}"
107107

108108
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}"
110110
export CORTEX_NODES_MIN="${CORTEX_NODES_MIN:-2}"
111111
export CORTEX_NODES_MAX="${CORTEX_NODES_MAX:-5}"
112112
export CORTEX_NAMESPACE="${CORTEX_NAMESPACE:-cortex}"

docs/cluster/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export CORTEX_ZONES=""
3131
export 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
3737
export CORTEX_NODES_MIN=2

docs/cluster/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export AWS_ACCESS_KEY_ID=***
2626
export 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"
3030
export CORTEX_NODES_MIN="1"
3131
export CORTEX_NODES_MAX="3"
3232

0 commit comments

Comments
 (0)