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
- Host: GitHub
- URL: https://github.com/jimdo/asg-ebs
- Owner: Jimdo
- License: mit
- Created: 2016-01-13T17:36:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T09:25:05.000Z (over 2 years ago)
- Last Synced: 2024-06-19T06:56:09.294Z (almost 2 years ago)
- Topics: owner-team-creator
- Language: Go
- Homepage:
- Size: 559 KB
- Stars: 5
- Watchers: 96
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```