ECS + FARGATE

ECS + FARGATE

1st - 3rd Grade

15 Qs

quiz-placeholder

Similar activities

CP

CP

1st - 2nd Grade

14 Qs

Healt TalkShow Quiz

Healt TalkShow Quiz

1st - 5th Grade

15 Qs

Modulo 1

Modulo 1

1st Grade

20 Qs

ELB

ELB

1st - 12th Grade

15 Qs

Sesión GoodJob

Sesión GoodJob

1st Grade

10 Qs

QUIZ # 1

QUIZ # 1

1st - 5th Grade

11 Qs

Task based and Content based

Task based and Content based

KG - Professional Development

16 Qs

KIỂM TRA NGHIỆP VỤ CHUYÊN ĐỀ TRUNG TÂM THƯƠNG MẠI

KIỂM TRA NGHIỆP VỤ CHUYÊN ĐỀ TRUNG TÂM THƯƠNG MẠI

1st - 5th Grade

13 Qs

ECS + FARGATE

ECS + FARGATE

Assessment

Quiz

Professional Development

1st - 3rd Grade

Hard

Created by

Ardye Amando

Used 5+ times

FREE Resource

15 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

........ are most cost-efficient task cluster placement.

2.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

Select the correct ECR components:

Registry

Container

Repository

Authorization token

Image

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which commands must be used to pull an image from ECR?

$(aws ecr get-login --no-include-email)

docker push $ECR_IMAGE_URL

$(aws ecr get-login --no-include-email)

docker pull $ECR_IMAGE_URL

$(aws ecr login --with-email $EMAIL)

docker pull $ECR_IMAGE_URL

docker login -u $AWS_USERNAME -p $AWS_PASSOWRD $ECR_URL

docker pull $ECR_IMAGE_URL

ecr login -u $AWS_ACCESS_KEY_ID -p $AWS_SECRET_ACCESS_KEY $ECR_URL
docker pull $ECR_IMAGE_URL

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which ECS config must you enable in /etc/ecs/ecs.config to allow your ECS tasks to endorse IAM roles?

ECS_AVAILABLE_LOGGING_DRIVERS

ECS_ENABLE_TASK_IAM_ROLE

ECS_ENGINE_AUTH_DATA

ECS_ENDORSE_ENABLE_IAM_ROLE

ECS_USE_TASK_IAM_ROLE

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

You are running a web application on ECS, the Docker image is stored on ECR, and trying to launch two containers of the same type on EC2. The first container starts, but the second one doesn't. You have checked and there's enough CPU and RAM available on the EC2 instance. What's the problem?

The host port is defined in the task definition

The EC2 instances has permissions issues with ECR

The container port is defined in the task definition

EC2 instance can only run one container instance for each image

The container port must defined in the ecs cluster

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If you decide that you no longer need or want an image in one of your repositories, you can delete it with the ecr-delete-image command

True

False

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

You are looking to run multiple instances of the same application on the same EC2 instance and expose it with a load balancer. The application is available as a Docker container. You should use

Classic Load Balancer + ECS

Application Load Balancer + Fargate

Application Load Balancer + ECS

Classic Load Balancer + Fargate

All incorrect

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?