diff options
author | Nick White <git@njw.name> | 2021-06-22 14:20:27 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-06-22 14:20:27 +0100 |
commit | 99175ac316657e3339c6adf66637a96c78a34603 (patch) | |
tree | c2af2e5100afaec7dded9eebf1d62f62cb96f742 | |
parent | 8e5ad7b2ccb59d29adf520e17767f77eea23e6c2 (diff) |
cloud: update spot image to latest version that wont attempt to build rescribe tool
-rw-r--r-- | cloudsettings.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudsettings.go b/cloudsettings.go index 365016f..ed23d5d 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-06ccaf3c8dc2ee243" + spotImage = "ami-0381d644372cace2a" spotType = "m5.large" spotSg = "sg-0be8a3ab89e7136b9" ) |