Task Definitions

5 minutes 5 Questions

Task definitions are used to describe the configuration of containers that make up an application in Amazon ECS. A task definition is a JSON object that details various attributes of the application containers, such as the Docker image to use, the required CPU and memory resources, and environment …

Test mode:
AWS Certified Solutions Architect - Task Definitions Example Questions

Test your knowledge of Task Definitions

Question 1

When configuring a task definition for an application container that requires persistent storage across restarts, which field within the task definition should be specified?

Question 2

A company has a containerized application that needs to access an Amazon RDS MySQL database. Which parameter should be added to the task definition?

Question 3

An e-commerce website has a critical image processing service. The service processes images in a queue system using the ECS Fargate launch type. How can the resource usage be defined for the container in the task definition?

More Task Definitions questions
18 questions (total)