Description: | When allocating/removing a machine in AWS/EC2 from command-line, there are many
non-trivial options in the 'aws-cli' command. This project provides a
simplified wrapping command.
The 'resalloc-aws-new' script is able to (a) start a machine, (b) wait till SSH
is available and (c) run a specified playbook.
The 'resalloc-aws-delete' removes a machine started by 'resalloc-aws-new'
script.
These scripts are primarily designed to be used with 'resalloc-server', but they
might be used separately. |