summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-09-07 14:21:18 +0100
committerNick White <git@njw.name>2020-09-07 14:21:18 +0100
commitd1f2d7b47dd4349d91062f3a1cf6c418d476c4ca (patch)
tree0eccf572757a68e56dc66a3c699019096dbaaf85
parentb1cfc533086816f4ba487043add0f5952b69ba0e (diff)
Update spot instance ami once again
-rw-r--r--cloudsettings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudsettings.go b/cloudsettings.go
index aee307f..a509991 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-0e00bfcc9a3884d2d"
+ spotImage = "ami-001c9c4a1ee39aeb2"
spotType = "m5.large"
spotSg = "sg-0be8a3ab89e7136b9"
)