cloud/awscloud: don't specify max spot price
The current spot price could be limiting the available instance pool significantly. ARM instances specifically are experiencing a lot of capacity errors.
This commit is contained in:
parent
5ff0e9ac4e
commit
aeba9d5a68
1 changed files with 0 additions and 1 deletions
|
|
@ -419,7 +419,6 @@ func (a *AWS) createOrReplaceLT(hostInstanceID, imageID, sgID, iamProfile, keyNa
|
|||
NetworkInterfaceCount: &ec2types.NetworkInterfaceCountRequest{
|
||||
Min: aws.Int32(1),
|
||||
},
|
||||
SpotMaxPricePercentageOverLowestPrice: aws.Int32(200),
|
||||
VCpuCount: &ec2types.VCpuCountRangeRequest{
|
||||
Min: aws.Int32(2),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue