======================== Simple but useful tools to start and stop Amazon AWS EC2 instances.
Copy or edit sample ec2tools.ini file with targeted instance and order
[SECTION1]
instanceId1=START
...
[SECTION2]
instanceId1=STOP
...
just launch the jar with one or more section arguments:
java -jar start-stop-ec2-tools-1.0-SNAPSHOT-jar-with-dependencies.jar -e -s SECTION1 -s SECTION2
Using maven 3.0.5 or more recent, type this command:
mvn clean install