summaryrefslogtreecommitdiff
path: root/cloudsettings.go
diff options
context:
space:
mode:
Diffstat (limited to 'cloudsettings.go')
-rw-r--r--cloudsettings.go13
1 files changed, 7 insertions, 6 deletions
diff --git a/cloudsettings.go b/cloudsettings.go
index ed0b47d..5d1d41c 100644
--- a/cloudsettings.go
+++ b/cloudsettings.go
@@ -19,18 +19,19 @@ package bookpipeline
// TODO: create profile and security group with mkpipeline
const (
spotProfile = "arn:aws:iam::557852942063:instance-profile/pipeliner"
- spotImage = "ami-0ee06baa01314ca39"
+ spotImage = "ami-08b4804ab7d8616bc"
spotType = "m5.large"
spotSg = "sg-0be8a3ab89e7136b9"
)
// Queue names. Can be anything unique in SQS.
const (
- queuePreProc = "rescribepreprocess"
- queueWipeOnly = "rescribewipeonly"
- queueOcrPage = "rescribeocrpage"
- queueAnalyse = "rescribeanalyse"
- queueTest = "rescribetest1"
+ queuePreProc = "rescribepreprocess"
+ queuePreNoWipe = "rescribeprenowipe"
+ queueWipeOnly = "rescribewipeonly"
+ queueOcrPage = "rescribeocrpage"
+ queueAnalyse = "rescribeanalyse"
+ queueTest = "rescribetest1"
)
// Storage bucket names. Can be anything unique in S3.