AMAZON ECS QUESTIONS - Set 5

AMAZON ECS QUESTIONS

- Set 5

1.
Amazon ECS uses __________ in task definitions to launch containers as part of tasks in your clusters.

A) API calls
B) Docker images
C) ETL workloads
D) All of above

2.
To deploy applications on Amazon ECS, your application components may or may not be architected to run in containers.

A) True
B) False

3.
To prepare your application to run on Amazon ECS, you must create a ________. The _________ is a text file (in JSON format) that describes one or more containers (up to a maximum of ten) that form your application.

A) image
B) task
C) fargate
D) task definition

4.
AWS _________ is a technology that you can use with Amazon ECS to run containers without having to manage servers or clusters of Amazon EC2 instances.

A) Fargate
B) ECS2
C) ETL
D) VPC

5.
Which of the following metrics are available on the Amazon ECS console

A) Cluster metrics
B) CloudWatch metrics
C) Amazon ECS service CPU metrics
D) Amazon ECS service memory utilization metrics
E) Both A and B
F) All of above

6.
You can register Amazon EC2 instances during cluster creation ony and cannot register additional instances with the cluster after creating it.

A) True
B) False

7.
Windows containers are supported for tasks that use the EC2 and Fargate launch types.

A) True
B) False

8.
Allows principals full access to all Amazon ECS APIs.

A) app
B) lanbda
C) ec2
D) ecs

9.
The __________ parameter can be used to copy tags from the task definition or service to the task.

A) propagateTags
B) propagateTag
C) propTag
D) propTags

10.
When you use Amazon ECS-managed tags, Amazon ECS automatically tags all newly launched tasks with the cluster name. For tasks that belong to a service, they are not tagged with the service name.

A) True
B) False

Answers