An open API service indexing awesome lists of open source software.

https://github.com/senges/aws-onoff

A basic tool to start and stop aws EC2 instances written in go
https://github.com/senges/aws-onoff

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# onoff

Start / Stop AWS EC2 instances.

## Howto

```
# Start single instance
onoff start

# Stop single instance
onoff stop

# Start all instances
onoff start all

# Stop all instances
onoff stop all
```

Instance `` corresponds to `[Instance.]` 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](./BUIDL.md) file.