Deploy Containers to AWS using Docker ECS Plugin Deploy Containers to AWS using Docker ECS Plugin Containers are good, we love them. Amazon Elastic Container Service(ECS) is also good, and we like it, but the least likable aspects of… Deploy Containers to AWS using Docker ECS Plugin Containers are good, we love them. Amazon Elastic Container Service(ECS) is also good, and we like it, but the least likable aspects of ECS are deployments and creating necessary resources on AWS. Docker recently announced ECS integration through a new plugin that integrates Docker CLI and AWS seamlessly. For this tutorial, we are going to deploy WordPress installation using only Docker CLI with the help of the new ECS plugin. The new plugin is only available in Docker edge releases. https://www.docker.com/products/docker-desktop Let’s start by describing the Docker Compose template that we are going to use. We will be using the necessary Docker images from Bitnami. Now we can set the ECS plugin, bef...