class Aws::Scheduler::Types::PlacementStrategy


@see docs.aws.amazon.com/goto/WebAPI/scheduler-2021-06-30/PlacementStrategy AWS API Documentation
@return [String]
least amount of remaining memory (but still enough to run the task).
you binpack on memory, a task is placed on the instance with the
resource that is specified with the field parameter. For example, if
available candidates that have the least available amount of the
on the field parameter. The binpack strategy places tasks on
strategy spreads placement across available candidates evenly based
randomly places tasks on available candidates. The spread placement
The type of placement strategy. The random placement strategy
@!attribute [rw] type
@return [String]
placement strategy, this field is not used.
strategy, valid values are ‘cpu` and `memory`. For the random
`attribute:ecs.availability-zone`. For the binpack placement
is applied to a container instance, such as
which has the same effect), or any platform or custom attribute that
placement strategy, valid values are `instanceId` (or `instanceId`,
The field to apply the placement strategy against. For the spread
@!attribute [rw] field
The task placement strategy for a task or service.