Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.