Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazyoptimist/ec2control
Start and stop EC2 instances as needed
https://github.com/crazyoptimist/ec2control
control ec2 start stop
Last synced: 13 days ago
JSON representation
Start and stop EC2 instances as needed
- Host: GitHub
- URL: https://github.com/crazyoptimist/ec2control
- Owner: crazyoptimist
- License: mit
- Created: 2023-05-23T11:27:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T19:55:07.000Z (7 months ago)
- Last Synced: 2024-10-03T21:41:14.660Z (about 1 month ago)
- Topics: control, ec2, start, stop
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EC2CONTROL
This CLI application start/stop AWS EC2 instances as needed.
## Get AWS access credentials
To use this application, you need to create AWS credentials:
https://docs.aws.amazon.com/keyspaces/latest/devguide/access.credentials.html
Your key pair needs to have below permissions at least:
```
"ec2:StartInstances"
"ec2:StopInstances"
```## Usage
```bash
ec2control help
```