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
- Host: GitHub
- URL: https://github.com/senges/aws-onoff
- Owner: senges
- Created: 2020-04-16T10:11:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T10:26:20.000Z (about 6 years ago)
- Last Synced: 2023-03-01T09:55:51.318Z (over 3 years ago)
- Language: Go
- Size: 9.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.