ECS Task Placement Strategies

5 minutes 5 Questions

Amazon ECS Task Placement Strategies define the approach used to place tasks on container instances within a cluster. There are five available strategies: binpack, random, spread, one-task-per-host, and pack. Binpack maximizes resource usage efficiency by placing tasks in the instance with the most…

Test mode:
AWS Certified Solutions Architect - ECS Task Placement Strategies Example Questions

Test your knowledge of ECS Task Placement Strategies

Question 1

In Amazon ECS (EC2 launch type), tasks declare CPU, memory, and port requirements. Which placement strategy must be configured to ensure the scheduler places tasks only on container instances that have the required available CPU, memory, and ports?

Question 2

A company wants to deploy multiple tasks on ECS container instances to maximize resource utilization while ensuring that no two tasks use the same port. What ECS task placement strategy is suitable?

Question 3

You are deploying an application on ECS with high availability requirements. It's vital to balance tasks across multiple container instances and Availability Zones. Which task placement strategy should you use?

More ECS Task Placement Strategies questions
18 questions (total)