Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/linuxacademy/ecs-deep-dive-2018

Amazon ECS Deep Dive 2018
https://github.com/linuxacademy/ecs-deep-dive-2018

amazon-web-services aws cloudformation docker ecs elastic-container-service go golang linuxacademy makefile nodejs

Last synced: 2 days ago
JSON representation

Amazon ECS Deep Dive 2018

Awesome Lists containing this project

README

        

# Amazon ECS Deep Dive 2018

This repo contains course material organized as follows:

`/cloudformation`: CloudFormation templates to reproduce the infrastructure used in this course

`/hello`: A simple containerized web application

`/picture-upload`: A multi-project repo of services that work together to form a demo to enable users to get and upload photos to Amazon S3

`/scheduled-task`: Dummy scheduled task intended to demonstrate running an ECS task on a `cron`-like schedule.

`/stress`: A web application to stress the CPU, useful for demonstrating autoscaling

`/task-definitions`: Various task definitions used throughout the course.