Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Expose schedulingStrategy parameter via ecs-cli #540

@SergK

Description

@SergK

Expose schedulingStrategy via ecs-cli

schedulingStrategy should be exposed via ecs-cli

Description

As ecs-cli user I want to have an ability to run ecs service with different service scheduler strategies:

  • REPLICA
  • DAEMON

either using ecs-cli or getting options from docker-compose.

Please check documentation [1]

By default REPLICA is used, but switching to DAEMON will allow us to run task on each container instance without additional effort (e.g. see aws/amazon-ecs-agent#748)

Option can be:
--ServiceSchedulingStrategy replica
or
--ServiceSchedulingStrategy daemon

The same parameter name can be used in docker-compose file

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions