AWS script change for additional zones and regions

This commit is contained in:
Pankaj Garg
2019-04-04 22:31:42 +00:00
committed by Grimes
parent 52a84c9a31
commit 4dd13b6dba
2 changed files with 14 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ ec2)
# shellcheck source=net/scripts/ec2-provider.sh
source "$here"/scripts/ec2-provider.sh
cpuBootstrapLeaderMachineType=m4.4xlarge
cpuBootstrapLeaderMachineType=m4.2xlarge
gpuBootstrapLeaderMachineType=p2.xlarge
bootstrapLeaderMachineType=$cpuBootstrapLeaderMachineType
fullNodeMachineType=$cpuBootstrapLeaderMachineType