summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-06-21 14:52:59 +0100
committerNick White <git@njw.name>2021-06-21 14:52:59 +0100
commitf98e14b407a9d9d1535f0e2c759ca0ed5c122865 (patch)
tree21af10dc4670279637bb356246c8a99c9caf4c73
parent1ba408a79a585ec1a4ac06bdab19267376bfb676 (diff)
update spot image used
-rw-r--r--cloudsettings.go2
1 files changed, 1 insertions, 1 deletions
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"
)