summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-12-06 15:11:35 +0000
committerNick White <git@njw.name>2021-12-06 15:11:35 +0000
commit365394db9f1ac32b796eea741f8ccb8a6d092916 (patch)
treea9b6a7d98aa32ff80e53aafc09619bdfc45998f1
parent04f22644422e7f8ee5326569ae2d0f212903cabd (diff)
Update cloud settings to bookpipeline-v18.3
-rw-r--r--cloudsettings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudsettings.go b/cloudsettings.go
index ed0b47d..340b1d5 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-0ee06baa01314ca39"
+ spotImage = "ami-056d35eb39736d34c"
spotType = "m5.large"
spotSg = "sg-0be8a3ab89e7136b9"
)