TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cluster Management with Amazon ECS

34 pointsby jhspaybarover 10 years ago

1 comment

wmfover 10 years ago
<i>One of the core principles behind the design of ECS is the separation of the scheduling logic from the state management. This allows you to use the ECS schedulers, write your own schedulers, or integrate with third party schedulers.</i><p>OK, but doesn&#x27;t Mesos provide both state management and scheduling? Does ECS+Mesos do anything that the Mesos stack alone cannot do?