From f98e14b407a9d9d1535f0e2c759ca0ed5c122865 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 21 Jun 2021 14:52:59 +0100 Subject: update spot image used --- cloudsettings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudsettings.go b/cloudsettings.go index 90a7ae0..365016f 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-0be1c6159d249d9ce" + spotImage = "ami-06ccaf3c8dc2ee243" spotType = "m5.large" spotSg = "sg-0be8a3ab89e7136b9" ) -- cgit v1.2.1-24-ge1ad