Increase default AWS instance size to match GCE and Azure (#6773)

This commit is contained in:
Dan Albert 2019-11-12 12:27:59 -05:00 committed by GitHub
parent c6b108ef4f
commit bb2fa9957a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,14 +23,14 @@ ec2)
# shellcheck source=net/scripts/ec2-provider.sh
source "$here"/scripts/ec2-provider.sh
cpuBootstrapLeaderMachineType=c5.2xlarge
cpuBootstrapLeaderMachineType=m5.4xlarge
# NOTE: At this time only the p3dn.24xlarge EC2 instance type has GPU and
# AVX-512 support. The default, p2.xlarge, does not support
# AVX-512
gpuBootstrapLeaderMachineType=p2.xlarge
clientMachineType=c5.2xlarge
blockstreamerMachineType=c5.2xlarge
blockstreamerMachineType=m5.4xlarge
archiverMachineType=c5.xlarge
selfDestructHours=0
;;