TL;DR On June 16, 2026, Microsoft confirmed it is provisioning extra cloud capacity from AWS — its biggest cloud competitor — to keep GitHub running. AI coding agents generate traffic patterns no capacity model anticipated, and GitHub logged nine service-degrading incidents in May alone, with June availability estimated well below 99%. The Azure migration is underway but can't absorb demand fast enough, making the AWS arrangement a stopgap until deeper architectural work finishes.

Microsoft confirmed it is routing part of GitHub's traffic through Amazon Web Services, first reported by Business Insider. The reason is straightforward: AI coding agents hammer GitHub's API continuously, in a pattern that looks nothing like human developer behavior.

A traffic curve nobody modeled

275M
commits processed per week (April 2026)
9
service-degrading incidents in May 2026 alone
325%
growth in AI-agent-opened pull requests, Sept 2025 → March 2026

GitHub COO Kyle Daigle confirmed in April that the platform was processing 275 million commits per week — on pace for 14 billion for all of 2026, a 14x jump from the 1 billion recorded across all of 2025. GitHub Actions compute minutes climbed from 500 million per week in 2023 to 1 billion in 2025, then hit 2.1 billion in a single week in early 2026. Pull requests opened by AI agents surged from roughly 4 million in September 2025 to more than 17 million in March 2026 — a 325% jump in six months.

⚠️
Why agents are different
Cursor, Claude Code, GitHub Copilot, Devin, and dozens of competitors interact with GitHub purely through the API and command line — no UI login, no weekends off. Every PR an agent opens triggers a cascade of infrastructure work: database writes, webhook fan-outs, CI runner allocation, search index updates, artifact storage. GitHub CTO Vlad Fedorov pinned the root cause on "rapid load growth, architectural coupling that allowed localized issues to cascade across critical services, and inability of the system to adequately shed load from misbehaving clients."
💡
AWS just buys time
GitHub was built in 2008 on a Ruby on Rails monolith, and a nearly two-million-line core application still runs at its center. The Azure migration is targeting completion by 2027, and 40% of monolith traffic had moved to Azure as of May — but migration pace hasn't kept up with demand growth, so AWS capacity is filling the gap. Microsoft says it is "both accelerating our move to Azure and continuing to explore a multi-cloud strategy."

Timeline of the crisis

Date Event
October 2025 GitHub begins a plan to grow capacity 10x
February 2026 Target revised to 30x as agent traffic outpaces forecasts
April 9–13, 2026 Agent session wait times spike to 54 minutes (normal: 15–40 seconds)
May 2026 Nine service-degrading incidents
June 16, 2026 Microsoft confirms the AWS capacity arrangement

GitHub's own availability reports show the platform missed its "three nines" (99.9% uptime) commitment in both February and March 2026, and June's estimated availability is well below that bar. The same week the AWS arrangement became public, a separate deal surfaced showing Google paying SpaceX $920 million per month for AI compute capacity from October 2026 through June 2029 — evidence that AI agent demand is outrunning capacity planning industry-wide, not just at GitHub.

  • Engineering teams relying on GitHub Actions for production CI/CD should establish fallback paths to GitLab CI, CircleCI, or self-hosted runners now.
  • Monitor GitHub's status page proactively, and confirm with your enterprise account team what remediation commitments apply when contracted availability isn't met.
  • Consider internally rate-limiting agentic workflows that multiply API calls, so they don't contribute to platform-wide saturation.

GitHub's COO has expressed confidence that availability problems will shrink by September 2026, but reaching that bar requires more than added capacity — it requires decoupling the monolith, implementing load-shedding for misbehaving clients, and finishing the migration of performance-critical code from Ruby to Go.

🔗
Related resources, official sources & further reading
Tech Times: GitHub's AI Agent Crisis Forces Microsoft to Tap AWS
Let's Data Science: GitHub Capacity Surge Pushes Microsoft to AWS
GitHub official status page (live availability)
GitHub official blog: monthly availability reports