summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-11-20 19:54:37 +0000
committerNick White <git@njw.name>2021-11-20 20:04:01 +0000
commit1a0c53e23f87ef2219344147a65744e40475cfea (patch)
tree567f43dd4a395b9417d767bdf845d5c0e770d9c0
parent13a7dcbbf100544d515a9aa5ccfb54b6c4174930 (diff)
update spot image again
-rw-r--r--cloudsettings.go2
1 files changed, 1 insertions, 1 deletions
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"
)