Elastic Container Service (ECS) (Docker)

Elastic Container Service; Docker => EC2;
Elastic Container Registry (ECR); handles ELB;
Run/manage containers across a cluster of EC2 instances.
DevGuide https://docs.aws.amazon.com/AmazonECS/latest/developerguide/docker-basics.html
CLI Ref https://docs.aws.amazon.com/cli/latest/reference/ecs/index.html

Creating a Cluster with EC2 Task Using AWS CLI [Tutorial]

"Deploying Docker to AWS [2017-09-27] [Lynda]"

ECS > Launch Wizard (Fargate) ... FAILed

EKS (Kubernetes)

Managed Kubernetes; service that handles scaling, upgrades and all of the management of the Kubernetes service and its clusters. https://aws.amazon.com/eks/

FarGate

Managed service for running Docker containers; handles all the underlying infrastructure; like EC2, but "instances" are containers, not VMs.