ECS Flashcards
What is Amazon ECS?
ECS is a logical grouping of tasks or services. The tasks is a running docker container.
From where task images can be taken?
You can get it from the docker registry, or Amazon elastic container registry, or you can create your own registry in ECR.
What are images or tasks in ECS?
ECS task is the Docker image
how many launch types are there in ECS? From where their task images come?
EC2 cluster and ECS Fargate are the two launch types in ECS.
EC2 launch type you create the EC2 instances and run the tasks.
In ECS Fargate, it automatically provisions resources and run the tasks. You are charged for running the task, no EFS and EBS integration is required. Fargate handles cluster optimization. You get limited control and the infrastructure is automated