Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/linuxacademy/ecs-deep-dive-2018
- Owner: linuxacademy
- Created: 2018-07-19T17:17:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T02:12:57.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T05:36:53.677Z (over 1 year ago)
- Topics: amazon-web-services, aws, cloudformation, docker, ecs, elastic-container-service, go, golang, linuxacademy, makefile, nodejs
- Language: JavaScript
- Homepage: https://linuxacademy.com
- Size: 3.24 MB
- Stars: 53
- Watchers: 9
- Forks: 169
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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.