Skip to content

Sylvain-Bugat/aws-ec2-start-stop-tools

Repository files navigation

aws-ec2-start-stop-tools

License Build Status Coverage Status

======================== Simple but useful tools to start and stop Amazon AWS EC2 instances.

Configuration

Copy or edit sample ec2tools.ini file with targeted instance and order

[SECTION1]
instanceId1=START
...

[SECTION2]
instanceId1=STOP
...

Execution

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

Compile and build

Using maven 3.0.5 or more recent, type this command:

mvn clean install

About

Simple but useful tools to start and stop Amazon AWS EC2 instances.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published