Skip to content

Instantly share code, notes, and snippets.

View henrybravo's full-sized avatar

Henry Bravo henrybravo

View GitHub Profile
@henrybravo
henrybravo / custom_aws_ecs_packer.md
Last active February 15, 2018 18:46
This is an example of creating a custom production ready AWS ECS optimised Amazon Linux AMI with packer.io

Custom Amazon Linux ECS Optimised AMI with packer.io

Packer Build-Vars File

buildvars.json

{
@henrybravo
henrybravo / docker_beginners_tutorial.md
Last active September 18, 2023 14:52
Getting started with docker containers to be used in Amazon ECS/EKS/Fargate.