From dacb5cf28e3ede3b9f1bbf2d9d80b5a9d0d1bc56 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 14 Apr 2020 10:45:12 +0100 Subject: Briefly document each of the commands in a godoc friendly way, and improve the cloudsettings documentation slightly --- cloudsettings.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cloudsettings.go') 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 -- cgit v1.2.1-24-ge1ad