From 923ed3d56e46bac4894f71d2c7e3d9a70c9be0e8 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 20 Oct 2020 12:02:23 +0100 Subject: Update spot image to use --- cloudsettings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudsettings.go') diff --git a/cloudsettings.go b/cloudsettings.go index a509991..90a7ae0 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-001c9c4a1ee39aeb2" + spotImage = "ami-0be1c6159d249d9ce" spotType = "m5.large" spotSg = "sg-0be8a3ab89e7136b9" ) -- cgit v1.2.1-24-ge1ad