Skip to content

A basic tool to start and stop aws EC2 instances written in go

Notifications You must be signed in to change notification settings

senges/aws-onoff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onoff

Start / Stop AWS EC2 instances.

Howto

# Start single instance
onoff start <name>

# Stop single instance
onoff stop <name>

# Start all instances
onoff start all

# Stop all instances
onoff stop all

Instance <name> corresponds to [Instance.<name>] in config file.

Build

If you trust binaries (meh), last version of the tool is served in ./releases folder for both linux and windows x64.

Otherwise, take a look at BUILD.md file.

About

A basic tool to start and stop aws EC2 instances written in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages