Docker for AWS is a managed service for Docker Swarm based on a custom Linux distribution, and hosted on AWS with all the benefits inherent with being integrated with the AWS Cloud platform, such as centralized logging with CloudWatch, custom debugging, auto-scaling groups, elastic load balancing, and a DynamoDB database .
The Problem
While AWS is a managed cloud platform, it is not a managed service for Docker containers, images, and services per se. Docker’s builds and tests still need to be integrated.
The Solution
Docker Cloud is a managed service ...