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

https://github.com/jimdo/asg-ebs

Tool for handling EBS volumes for usage in AWS autoscaling group
https://github.com/jimdo/asg-ebs

owner-team-creator

Last synced: about 1 year ago
JSON representation

Tool for handling EBS volumes for usage in AWS autoscaling group

Awesome Lists containing this project

README

          

# ASG EBS

Scripts for handling EBS volumes for usage in AWS autoscaling group

## Vendor dependencies

```
godep save ./...
```

### Building the image

```
make build
```

### Creating a new release

```
VERSION=1.0.0 make release
```