Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willglynn/go_ami_tools
Make EC2 AMIs (Amazon Machine Images) in pure Go
https://github.com/willglynn/go_ami_tools
Last synced: about 2 months ago
JSON representation
Make EC2 AMIs (Amazon Machine Images) in pure Go
- Host: GitHub
- URL: https://github.com/willglynn/go_ami_tools
- Owner: willglynn
- License: mit
- Created: 2016-07-27T19:53:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T18:41:13.000Z (over 8 years ago)
- Last Synced: 2024-11-30T02:51:30.818Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`go_ami_tools` [![Build Status](https://travis-ci.org/willglynn/go_ami_tools.svg?branch=master)](https://travis-ci.org/willglynn/go_ami_tools)
==============This repo contains code that can generate instance store AMIs.
[`ec2-bundle-and-upload-image`](https://github.com/willglynn/go_ami_tools/tree/master/cmd/ec2-bundle-and-upload-image)
is a command-line tool that makes creating instance store AMIs extremely
simple.(How simple? It can operate with as few as two parameters.)
[`aws_bundle`](https://github.com/willglynn/go_ami_tools/tree/master/aws_bundle)
is a Go package that goes from a disk image to an EC2-compatible bundle.