Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```