Skip to content

Instantly share code, notes, and snippets.

Created December 14, 2016 04:52
Show Gist options
  • Save anonymous/9ae4e7999d8bc80699fa6f9b222da4b0 to your computer and use it in GitHub Desktop.
Save anonymous/9ae4e7999d8bc80699fa6f9b222da4b0 to your computer and use it in GitHub Desktop.
Demystifying AWS ECS -- ECS documentation for the impatient

Task Definition:

A bunch of containers logically bundled together

  • i.e. Nginx + MVC + DB for Traddditional stack
  • i.e. service + optional db for Miscroservices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment