ECS Flashcards

1
Q

What is Amazon ECS?

A

ECS is a logical grouping of tasks or services. The tasks is a running docker container.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

From where task images can be taken?

A

You can get it from the docker registry, or Amazon elastic container registry, or you can create your own registry in ECR.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are images or tasks in ECS?

A

ECS task is the Docker image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

how many launch types are there in ECS? From where their task images come?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly