mhthaque / packer-ecs

Packer ECS Image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker in Production using AWS - Packer Build for ECS Images

This repository provides a Packer build script for creating Amazon Machine Images (AMIs) for running custom AWS EC2 Container Service (ECS) Container Instance images, as described in the Pluralsight course Docker in Production using AWS.

Branches

This repository contains two branches:

  • master - represents the initial starting state of the repository as viewed in the course. Specifically this is an empty repository that you are instructed to create in the module Customizing ECS Container Instances.

  • final - represents the final state of the repository after completing all configuration tasks as described in the course material.

The final branch is provided as a convenience in the case you get stuck, or want to avoid manually typing out large configuration files. In most cases however, you should attempt to configure this repository by following the course material.

About

Packer ECS Image


Languages

Language:Shell 83.6%Language:Makefile 16.4%