Merge pull request #127 from rstudio/update-instance-types
Update instance types
This commit is contained in:
commit
be7bbc48e7
1 changed files with 11 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue