Merge pull request #127 from rstudio/update-instance-types

Update instance types
This commit is contained in:
Joshua C. Forest 2022-07-26 14:55:59 +00:00 committed by GitHub
commit be7bbc48e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ rBuildsEcsLaunchTemplate:
BlockDeviceMappings:
- DeviceName: /dev/xvdcz
Ebs:
VolumeType: gp2
VolumeType: gp3
VolumeSize: 64
rBuildsBatchComputeEnvironment:
@ -101,20 +101,19 @@ rBuildsBatchComputeEnvironment:
SecurityGroupIds: ${self:custom.securityGroupIds}
Subnets: ${self:custom.subnets}
Type: SPOT
BidPercentage: 60
BidPercentage: 85
InstanceRole:
"Fn::GetAtt": [ rBuildsIamInstanceProfile, Arn ]
InstanceTypes:
- m4.large
- m4.xlarge
- m4.2xlarge
- m4.4xlarge
- m4.10xlarge
- m4.16xlarge
- r4.large
- r4.xlarge
- r4.2xlarge
- r4.4xlarge
- m6i
- m5
- m5a
- r6i
- r5
- r5a
- c6i
- c5
- c5a
Ec2KeyPair: ${self:custom.ec2KeyPair}
Tags: ${self:provider.stackTags}
MinvCpus: 0