AWS script change for additional zones and regions

This commit is contained in:
Pankaj Garg
2019-04-04 22:31:42 +00:00
parent ed78c8d3bb
commit 9cd555cad5
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