Interesting reading this because this is essentially the principle behind https://socketcluster.io/ scalability; the sharding of channels across available brokers is pseudo-random. It uses a hash function for determinism but the distribution appears to be random and that was also the best way I could find to distribute load evenly between available nodes. It is key to its embarrassingly parallel design. It's interest…
Flat Datacenter Networks at Scale at Amazon
21–28 of 28 posts
Re: Flat Datacenter Networks at Scale at Amazon
#22It's not that dissimilar to how the Internet works. Although you have some steering like IX peering switches, and social/economic factors, but in whole it is fairly random.
Re: Flat Datacenter Networks at Scale at Amazon
#23One interesting consequence of this is that it's now (for the first time!) possible to get unlimited AWS egress. It's not cheap, and it's limited to `us-east-1`, but it's at least _possible_ now via AWS Interconnect: https://aws.amazon.com/interconnect/lastmile/pricing/
And that's their... third... fourth? completely separate system for connecting an AWS virtual network to a physical DC in the outside world?
Re: Flat Datacenter Networks at Scale at Amazon
#24One interesting consequence of this is that it's now (for the first time!) possible to get unlimited AWS egress. It's not cheap, and it's limited to `us-east-1`, but it's at least _possible_ now via AWS Interconnect: https://aws.amazon.com/interconnect/lastmile/pricing/
It's not a consequence of this. And that's their... third... fourth? completely separate system for connecting an AWS virtual network to a physical DC in the outside world?
Re: Flat Datacenter Networks at Scale at Amazon
#25One interesting consequence of this is that it's now (for the first time!) possible to get unlimited AWS egress. It's not cheap, and it's limited to `us-east-1`, but it's at least _possible_ now via AWS Interconnect: https://aws.amazon.com/interconnect/lastmile/pricing/
I don't think these things have anything to do with each other.
Re: Flat Datacenter Networks at Scale at Amazon
#26Earlier quoted context omitted.
It's not a consequence of this. And that's their... third... fourth? completely separate system for connecting an AWS virtual network to a physical DC in the outside world?
Yes, there are several other options. This is the first one that is not metered.
Re: Flat Datacenter Networks at Scale at Amazon
#27Re: Flat Datacenter Networks at Scale at Amazon
#28Although very interesting from a scientific point of view I always consider these use cases to be very unique to AWS / hyperscaler DC's and in no way a new 'blueprint' for how to build DC-networks/fabrics.