EC2 Ant Tasks
A set of Ant tasks to automate the deployment of EC2 machines
Two Ant tasks are currently implemented. One to create EC2 machines, and one to terminate them. The create task can be configured to poll the status of created instances until they are fully initilized. The instance IDs of the created EC2 instances are written to a file so they can be read by the terminating task. Also supports the inclusion of cloud-init scripts. A similar project with more extensive functionality can be found at https://github.com/sgroschupf/aws-tasks.
### Example Usage ###
Starting instances