Merge pull request #145 from rstudio/spot-instance-termination
Mitigate EC2 Spot instance interruptions
This commit is contained in:
commit
76da757506
1 changed files with 1 additions and 8 deletions
|
|
@ -102,22 +102,15 @@ rBuildsBatchComputeEnvironment:
|
|||
SecurityGroupIds: ${self:custom.securityGroupIds}
|
||||
Subnets: ${self:custom.subnets}
|
||||
Type: SPOT
|
||||
BidPercentage: 85
|
||||
BidPercentage: 100
|
||||
InstanceRole:
|
||||
"Fn::GetAtt": [ rBuildsIamInstanceProfile, Arn ]
|
||||
InstanceTypes:
|
||||
- m6i.xlarge
|
||||
- m6i.2xlarge
|
||||
- m5.xlarge
|
||||
- m5.2xlarge
|
||||
- m5a.xlarge
|
||||
- m5a.2xlarge
|
||||
- r5.xlarge
|
||||
- r5.2xlarge
|
||||
- r5a.xlarge
|
||||
- r5a.2xlarge
|
||||
- c6i.xlarge
|
||||
- c6i.2xlarge
|
||||
- c5.xlarge
|
||||
- c5.2xlarge
|
||||
- c5a.xlarge
|
||||
|
|
|
|||
Loading…
Reference in a new issue