summaryrefslogtreecommitdiff
path: root/cloudsettings.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-05-04 17:37:44 +0100
committerNick White <git@njw.name>2020-05-04 17:37:44 +0100
commit22d2c1ad5a832c388e40b662f74934c33e440fa1 (patch)
tree7bdc636ef9a412f208d75fd228716a88524ccef6 /cloudsettings.go
parentd101c20099c5955718556d2be27fd389a91d07a1 (diff)
Update spot image id
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 b1993e3..36c1ced 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-0bc6ef6900f6da5d3"
+ spotImage = "ami-05aec2524d0793ce2"
spotType = "m5.large"
spotSg = "sg-0be8a3ab89e7136b9"
)