ECS Flashcards

1
Q

What do ECR repository policies control?

A

User actions within an ECR repository

User access to the ECR repositories

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

What must be running on your container instances so that they can register into an Amazon ECS cluster?

A

The Amazon ECS container agent

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

What is a task definition?

A

Task definitions tell the services which Docker images to use for the container instances, what kind of resources to allocate, network specifics, and other details

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

What is an “ECS service”?

A

An ECS service is a mechanism that allows ECS to run and maintain a specified number of instances of a task definition.

If any tasks or container instances should fail or stop, the ECS service scheduler launches another instance to replace it.

This is similar to Auto Scaling in that it maintains a desired number of instances, but it does not scale instances up or down based on CloudWatch alarms or other Auto Scaling mechanisms.

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