summaryrefslogtreecommitdiff
path: root/cloudsettings.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-10-20 12:02:23 +0100
committerNick White <git@njw.name>2020-10-20 12:02:23 +0100
commit923ed3d56e46bac4894f71d2c7e3d9a70c9be0e8 (patch)
treeea72784d312d6af7d2038b0ef7f16d66f95841e5 /cloudsettings.go
parent217a766647da7fa56289c0146705fec6f8cfea05 (diff)
Update spot image to use
Diffstat (limited to 'cloudsettings.go')
-rw-r--r--cloudsettings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudsettings.go b/cloudsettings.go
index a509991..90a7ae0 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-001c9c4a1ee39aeb2"
+ spotImage = "ami-0be1c6159d249d9ce"
spotType = "m5.large"
spotSg = "sg-0be8a3ab89e7136b9"
)