6 ms·
In that sense, shall we care whether the EC2 instances in the ECS cluster are located at the same server, or the same rack?
by initdaemon 10y 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?
- michaelsbradley 10y agoIt 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?
- initdaemon 10y agoThe point is that you should stop thinking about VM cluster, but container (application) cluster, aka microservices.