not so interesting, actually
I'm not sure you actually hit the real source of the problem. It seems to me that there is a different true problem, which is that the EC2 security group rules (firewall) are implemented on the host, not on an external device. I assume Bitbucket's rules denied all those UDP packets, but they still hit the host and thus caused network contention. The EBS issue is secondary in that it's traffic should have had priority over the UDP packets. But the real problem was that nobody could see the UDP traffic and respond appropriately.


