diff options
author | Nick White <git@njw.name> | 2020-04-14 10:45:12 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-04-14 10:45:12 +0100 |
commit | dacb5cf28e3ede3b9f1bbf2d9d80b5a9d0d1bc56 (patch) | |
tree | 2554ae2317619a92934013e0b66b7595bfc47f84 /cloudsettings.go | |
parent | 036f5c6bb155772aba9b3408413dcda631eb00a1 (diff) |
Briefly document each of the commands in a godoc friendly way, and improve the cloudsettings documentation slightly
Diffstat (limited to 'cloudsettings.go')
-rw-r--r-- | cloudsettings.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cloudsettings.go b/cloudsettings.go index fa60238..b1993e3 100644 --- a/cloudsettings.go +++ b/cloudsettings.go @@ -8,6 +8,9 @@ package bookpipeline // you want to use the cloud functionality on your own site. // Spot instance details. +// This is only needed if you want to start spot instances with the +// spotme command, to start up preconfigured virtual servers running +// bookpipeline. // The profile needs to allow permissions to the below S3 buckets and // SQS queues, the Sg (security group) doesn't need any permissions, // beyond SSH if you like, and the image should have bookpipeline |