Hacker News new | ask | show | jobs
by initdaemon 3511 days ago
In that sense, shall we care whether the EC2 instances in the ECS cluster are located at the same server, or the same rack?
1 comments

It would depend on "how things are wired together". Now, it's great if they are "wired together" in such a way that one need not give it any thought. But whether we're talking EC2 instances or containers, at some point one has to think about it, e.g. two instances talking to each other, one being on the East Coast USA and the other in the Midwest, or West Coast, vs. their both being in the same datacenter. That's at the extremes, for sure, but maybe even intra-dc clustering has to be considered explicitly for certain applications? Maybe not?
The point is that you should stop thinking about VM cluster, but container (application) cluster, aka microservices.