To make Kubernetes work at scale, you need a container orchestration tool that automates the management, deployment and scaling of your clusters. ECS is a scalable container orchestration platform AWS ...
The key difference between Amazon’s Fargate and AWS ECS is that ECS is a container orchestration service while Fargate is a serverless compute engine that runs containers without requiring you to ...
To start, you'll need an image hosted on Docker Hub. If you don't have your own, you can use the publicly available one that is used in this example. You can use this publicly hosted Docker Hub image.