Coding

AWS data center outage hits trading on Fanduel, Coinbase

A 4-hour Amazon Web Services (AWS) data center outage in the US East region crippled high-frequency trading on Fanduel and Coinbase, highlighting the fragility of cloud-based financial infrastructure. The disruption, which affected a cluster of EC2 instances and S3 storage, underscores the critical role of cloud services in modern finance. The incident serves as a stark reminder of the need for robust disaster recovery and redundancy in cloud-based systems.

An Amazon Web Services (AWS) data center outage in the US East region caused a four-hour disruption affecting multiple financial platforms, including FanDuel and Coinbase. The incident, which impacted EC2 instances and S3 storage, exposed vulnerabilities in cloud-dependent trading systems and raised concerns about infrastructure resilience.

Overview

The outage occurred on May 8, 2026, in AWS’s US East (Northern Virginia) region, one of the company’s largest and most widely used cloud zones. According to AWS’s status dashboard, the disruption began at approximately 10:14 AM ET and lasted until 2:18 PM ET. The root cause was traced to a failure within a cluster of EC2 compute instances, which in turn triggered cascading issues with S3 storage availability and latency.

Services relying on low-latency access to cloud infrastructure experienced significant degradation. FanDuel, a sports betting platform, reported delays in odds updates and bet settlement during peak trading hours. Coinbase, a major cryptocurrency exchange, confirmed intermittent API failures and delayed transaction confirmations, affecting high-frequency trading operations.

What it does

The affected AWS components—EC2 and S3—are foundational to most cloud-hosted applications:

  • EC2 (Elastic Compute Cloud): Provides scalable virtual servers for running applications. The outage impacted a subset of instances, leading to failed launches, unexpected terminations, and elevated error rates.
  • S3 (Simple Storage Service): Offers object storage with high durability. During the incident, S3 experienced increased error rates and latency spikes, particularly for cross-region replication and retrieval operations.

The combined failure disrupted backend systems that depend on rapid data access and compute availability, especially those with tight latency requirements such as financial trading platforms.

Tradeoffs

The incident highlights systemic tradeoffs in cloud architecture:

  • Centralization risk: The US East region hosts a disproportionate share of critical infrastructure, making it a single point of failure for many services.
  • Dependency chains: Even services not directly hosted on AWS can be affected if they rely on third-party tools or APIs that are.
  • Recovery limitations: While AWS offers tools for multi-region failover, not all customers implement them due to cost, complexity, or performance constraints.

Neither FanDuel nor Coinbase reported data loss, but both acknowledged service degradation during the window. AWS stated that no physical damage occurred and that the issue was resolved through internal recovery procedures.

When to use it

This event underscores the importance of:

  • Designing for region failure: Implementing active-passive or active-active architectures across multiple AWS regions.
  • Testing disaster recovery plans: Regular failover drills can expose gaps in redundancy setups.
  • Monitoring third-party dependencies: Organizations should assess the cloud footprint of their vendors and partners.

AWS has not announced changes to its service-level agreements or compensation for affected customers.

Bottom line: Cloud infrastructure remains critical to financial operations, but reliance on a single provider or region introduces measurable risk. Proactive redundancy planning is no longer optional for latency-sensitive applications.

Similar Articles

More articles like this

Coding 1 min

Visual Studio Code 1.120

Visual Studio Code’s 1.120 update slashes debugging friction with native Data Breakpoints, letting engineers pause execution when specific object properties change—not just memory addresses. The release also bakes in GitHub Copilot-powered inline code completions for Python, JavaScript, and TypeScript, cutting keystrokes by up to 40% in early benchmarks, while a revamped terminal shell integration finally bridges the gap between local and remote workflows.

Coding 1 min

Over 97% of the 'Linux' Foundation's Budget Goes Not to Linux

A staggering 97.4% of the Linux Foundation's annual budget is allocated to non-Linux projects, raising questions about the organization's name and purpose. The majority of funds are directed towards Kubernetes, a container orchestration system, and other non-Linux initiatives, such as the Confidential Computing Consortium and the Open Networking Foundation. This shift away from Linux development has sparked debate among the open-source community.

Coding 1 min

People Hate AI Art

As AI-generated art faces mounting backlash, a growing chorus of critics is calling for greater transparency in the creative process, citing concerns over authorship and the role of humans in the artistic decision-making loop. The controversy centers on the use of diffusion models, specifically the VQ-VAE-2 algorithm, which some argue enables machines to produce convincing, yet unoriginal, works. A proposed solution involves implementing "artist credits" for AI tools, akin to those required for human collaborators.

Coding 1 min

Tesla Model Y Passes NHTSA's New 'Advanced Driver Assistance System' Tests

Tesla's Model Y becomes the first production vehicle to clear the National Highway Traffic Safety Administration's stringent new tests for Advanced Driver Assistance Systems, specifically the 'Level 2+ with Highway Assist' benchmark, which evaluates the vehicle's ability to maintain lane position and adjust speed in response to changing traffic conditions. The tests simulate real-world scenarios, including highway merges and lane changes. This milestone marks a crucial step towards widespread adoption of semi-autonomous driving technology.

Coding 1 min

Show HN: CADara – I made an open-source in-browser CAD

A lone developer's open-source CAD project, CADara, is redefining browser-based computer-aided design with its novel application of WebGL 2.0 and WebGPU, enabling real-time 3D modeling and rendering in a web browser without the need for proprietary plugins or software installations. This breakthrough has significant implications for accessibility and collaboration in the design industry.

Coding 1 min

Meta Shuts Down End-to-End Encryption for Instagram Messaging

Meta's abrupt reversal of end-to-end encryption for Instagram Direct Messages marks a significant blow to user privacy, as the platform now stores and scans encrypted content in plaintext, effectively undermining the security guarantees of the Signal Protocol, a widely adopted cryptographic standard. This change affects over 2 billion monthly active users, compromising the confidentiality of their private communications. The move has sparked widespread criticism from security experts and advocacy groups.