bin/cloudstrap in cloudstrap-0.30.2.pre vs bin/cloudstrap in cloudstrap-0.30.3.pre
- old
+ new
@@ -89,11 +89,14 @@
if agent.requires_human_oversight?
STDERR.puts <<-EOS
When you are ready to proceed, the following command will do the rest:
-ssh -l ubuntu -i #{agent.ssh_key.private_file} #{agent.jumpbox_ip} bootstrap
+ssh -l ubuntu -i #{agent.ssh_key.private_file} #{agent.jumpbox_ip} bootstrap install bootstrap.properties
+You will need to provide AWS credentials either via environment (recommended) or
+directly in bootstrap.properties. Alternatively, this can be done automatically
+if you set BOOTSTRAP_WITHOUT_HUMAN_OVERSIGHT=true and invoke cloudstrap again.
EOS
else
STDERR.puts Pastel.new.bold.bright_yellow.on_blue 'Human oversight has been disabled.'
STDERR.puts Pastel.new.blue <<-EOS