How I Resolved Some Tough Docker Problems On Amazon ECS
ECS is Amazon’s elastic container service. If you have a dockerized app, this is one way to get it deployed in the cloud. It is basically an Amazon bootleg Kubernetes clone. And not nearly as feature-rich! That said, ECS does work, and it will allow you to get your application going on Amazon. Soon enough…