summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-09-01 19:36:28 +0100
committerNick White <git@njw.name>2020-09-01 19:36:28 +0100
commitb1cfc533086816f4ba487043add0f5952b69ba0e (patch)
tree3e03b212ba0a307b170dd0ce339e2e7c01388e32
parent14d2fcf4bd293b45d50bf34c568040fe9e7082f7 (diff)
Update spot instance ami to use
-rw-r--r--cloudsettings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudsettings.go b/cloudsettings.go
index bb4b302..aee307f 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-0089553ea8d96695a"
+ spotImage = "ami-0e00bfcc9a3884d2d"
spotType = "m5.large"
spotSg = "sg-0be8a3ab89e7136b9"
)