also update bid percentage to 85% like in python-builds
This commit is contained in:
parent
5128deda83
commit
f9030c707f
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ 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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue