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