diff --git a/cluster/aws/config-default.sh b/cluster/aws/config-default.sh index 930d5d6da18..c5cd509a456 100644 --- a/cluster/aws/config-default.sh +++ b/cluster/aws/config-default.sh @@ -18,7 +18,7 @@ ZONE=us-west-2 MASTER_SIZE=t2.micro MINION_SIZE=t2.micro -NUM_MINIONS=4 +NUM_MINIONS=${NUM_MINIONS:-4} # This is the ubuntu 14.04 image for us-west-2 + ebs # See here: http://cloud-images.ubuntu.com/locator/ec2/ for other images