AWS ECS Flashcards

1
Q

What is the task?

A

As the task is one or more container definitions, with container def’s describing the container, image, memory and CPU.

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

What is the service?

A

Amazon ECS allows you to run and maintain a specified number of instances of a task definition simultaneously in an Amazon ECS cluster

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

What is a cluster?

A

An Amazon ECS cluster is a logical grouping of tasks or services. If you are running tasks or services that use the EC2 launch type, a cluster is also a grouping of container instances. containers.

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

What is the container definition?

A

It defined what a container is, like its image, CPU, Memory, port mapping, etc. It is part of a task and a task can have one or more container definitions.

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

What are the architectural elements in ECS

A
  • Cluster
  • Service
  • Task definition
  • Container definition
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the launch methods for tasks?

A
  • EC2

- FARGATE

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

What is the ECS agent?

A

It is the agent installed on the EC2 instances and controlled by AWS ESC the services

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

I wnat to deploy a windows container, can I do this in ECS?

A

Yes 100%, but you can only make it a server cluster and not fargate.

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