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:
Sanne Raymaekers 2024-10-28 13:17:36 +01:00
parent 5ff0e9ac4e
commit aeba9d5a68

View file

@ -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),
},