From 22d2c1ad5a832c388e40b662f74934c33e440fa1 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 4 May 2020 17:37:44 +0100 Subject: Update spot image id --- cloudsettings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudsettings.go') diff --git a/cloudsettings.go b/cloudsettings.go index b1993e3..36c1ced 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-0bc6ef6900f6da5d3" + spotImage = "ami-05aec2524d0793ce2" spotType = "m5.large" spotSg = "sg-0be8a3ab89e7136b9" ) -- cgit v1.2.1-24-ge1ad