Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 237 Bytes

File metadata and controls

21 lines (14 loc) · 237 Bytes

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