Elastic Container Service (ECS)
Get introduced to ECS and AWS Fargate.
We'll cover the following
What is Elastic Container Service?
AWS Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it easy to run, stop, and manage Docker containers on a cluster.
What is Docker?
Docker is a software platform that allows you to build, test, and deploy applications quickly.
- Docker is highly reliable
- Docker is highly scalable
- Docker package software is standardized into units called containers
Containers allow you to easily package an application code, configurations, and dependencies into easy-to-use building blocks that deliver environmental consistency operational efficiency, developer productivity, and version control.
Get hands-on with 1400+ tech skills courses.