fix: bump Spot bid prices (eu-west-1 minimums higher than expected)

This commit is contained in:
2026-05-22 20:05:10 +01:00
parent 5f676dfb6b
commit 69d04b9ea7
8 changed files with 96 additions and 6 deletions
+5 -5
View File
@@ -100,11 +100,11 @@ type spotConfig struct {
}
var labelToSpot = map[string]spotConfig{
"go": {InstanceType: "t3.small", MaxPrice: "0.008"},
"node": {InstanceType: "t3.small", MaxPrice: "0.008"},
"docker": {InstanceType: "t3.medium", MaxPrice: "0.016"},
"deploy": {InstanceType: "t3.micro", MaxPrice: "0.004"},
"godot": {InstanceType: "t3.medium", MaxPrice: "0.016"},
"go": {InstanceType: "t3.small", MaxPrice: "0.02"},
"node": {InstanceType: "t3.small", MaxPrice: "0.02"},
"docker": {InstanceType: "t3.medium", MaxPrice: "0.04"},
"deploy": {InstanceType: "t3.micro", MaxPrice: "0.01"},
"godot": {InstanceType: "t3.medium", MaxPrice: "0.04"},
}
// --- Config from env ---