Called it, five years ago: http://www.web2expo.com/webexny2009/public/schedule/detail/9... Run in multiple clouds from day one. Take the pain. It gives you flexibility. Basic vendor management 101.
Migrating From AWS to FB
51–60 of 94 posts
Re: Migrating From AWS to FB
#52Re: Migrating From AWS to FB
#53Called it, five years ago: http://www.web2expo.com/webexny2009/public/schedule/detail/9... Run in multiple clouds from day one. Take the pain. It gives you flexibility. Basic vendor management 101.
This article mentions nothing about latency.
Re: Migrating From AWS to FB
#54Earlier quoted context omitted.
Mike from IG here. VPC was barely a thing when we got on AWS (2010) and at the time not the default. I would definitely have done VPC from day 1 in hindsight, though.
Hindsight is 20/20. I think you guys did an exceptional job to tackling a really difficult problem (I've been in the same position, migrating EC2 to Datacenters) and we determined that EC2 -> VPC -> Datacenters is really the only way, and Neti solves it surprisingly well. Going forward, hope that acquired companies opened their AWS accounts late enough that Amazon forced them to use VPC.
In any case, the migration is daunting even at our size, although our devops team size is 1. I do wish they had VPC when we started.
Re: Migrating From AWS to FB
#55Any reason not to choose docker over lxc? Is it because fb data centers are already lxc friendly?
Some background:
* http://www.slideshare.net/dotCloud/tupperware-containerized-...
Re: Migrating From AWS to FB
#56why not just create a vpn between the nodes with another private IP space and send your data through that?
"This task looked incredibly daunting on the face of it; we were running many thousands of instances in EC2, with new ones spinning up every day. In order to minimize downtime and operational complexity, it was essential that instances running in both EC2 and VPC seemed as if they were part of the same network. AWS does not provide a way of sharing security groups nor bridging private EC2 and VPC networks. The only w…
Re: Migrating From AWS to FB
#57> The main blocker to this easy migration was that Facebook’s private IP space conflicts with that of EC2 IPv6 adoption could not happen soon enough.
Facebook supports ipv6, but maybe it is external only? I know Google is ipv6 internally too. Although as EC2 has no ipv6 maybe that was the blocking issue.
Interestingly enough, last week when they had their 45 minute outage worldwide with some kind of routing problem, it was still up and running on that address
Re: Migrating From AWS to FB
#58Re: Migrating From AWS to FB
#59Earlier quoted context omitted.
Facebook supports ipv6, but maybe it is external only? I know Google is ipv6 internally too. Although as EC2 has no ipv6 maybe that was the blocking issue.
You can reach Facebook over IPv6 at https://www.v6.facebook.com Interestingly enough, last week when they had their 45 minute outage worldwide with some kind of routing problem, it was still up and running on that address
Re: Migrating From AWS to FB
#60I'm impressed out how fast they got this migration done, considering how massive the scale they operate at is.