diff options
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 |