Containers Flashcards
1
Q
What is ECS?
A
The Elastic Container Service allows running Docker containers on AWS in a partially managed (EC2 mode) or fully managed (Fargate mode).
Essentially, a container-based compute service.
2
Q
What is an ECS Task?
A
The Task Definition defines the application that is running, which may include several containers.