From 1a0c53e23f87ef2219344147a65744e40475cfea Mon Sep 17 00:00:00 2001 From: Nick White Date: Sat, 20 Nov 2021 19:54:37 +0000 Subject: update spot image again --- cloudsettings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudsettings.go') diff --git a/cloudsettings.go b/cloudsettings.go index 599149f..ed0b47d 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-0a95b11de2174ca59" + spotImage = "ami-0ee06baa01314ca39" spotType = "m5.large" spotSg = "sg-0be8a3ab89e7136b9" ) -- cgit v1.2.1-24-ge1ad