From 99175ac316657e3339c6adf66637a96c78a34603 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 22 Jun 2021 14:20:27 +0100 Subject: cloud: update spot image to latest version that wont attempt to build rescribe tool --- cloudsettings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudsettings.go b/cloudsettings.go index 365016f..ed23d5d 100644 --- a/cloudsettings.go +++ b/cloudsettings.go @@ -19,7 +19,7 @@ package bookpipeline // TODO: create profile and security group with mkpipeline const ( spotProfile = "arn:aws:iam::557852942063:instance-profile/pipeliner" - spotImage = "ami-06ccaf3c8dc2ee243" + spotImage = "ami-0381d644372cace2a" spotType = "m5.large" spotSg = "sg-0be8a3ab89e7136b9" ) -- cgit v1.2.1-24-ge1ad