// Adds dimensions UUID, Author and Topic into GA4
Monday, November 17, 2025
25.5 C
Singapore

Expert flags ‘hundreds of billions’ in losses from AWS outage that affected Reddit, Snapchat, Fortnite, and more

The recent Amazon Web Services (AWS) outage would “easily reach” hundreds of billions in financial losses, said internet performance monitoring firm Catchpoint CEO Mehdi Daoudi, citing productivity loss amid stopped or delayed business operations affecting industries from airlines to factories, CNN Business reported.

The outage hit major platforms such as Reddit, Snapchat, Fortnite, Duolingo, digital app Venmo, cryptocurrency exchange Coinbase, trading app Robinhood, US ridesharing company Lyft, video calling site Zoom, as well as artificial intelligence startup Perplexity. Reuters reported that the disruption also hit Amazon’s own shopping website, Prime Video, and Alexa.

Amazon announced on Monday afternoon that its cloud service was back to normal, though it added that some services such as AWS Config, Redshift, and Connect continue to have a backlog of messages that they will finish processing over the next few hours.

“We will share a detailed AWS post-event summary,” the company said.

This was one of the largest internet disruptions since last year’s CrowdStrike incident, which crippled hospitals and airports. It was also at least the third time in five years that AWS’s northern Virginia data centre, known as US-EAST-1, was linked to a major outage. Amazon did not explain why that centre keeps being affected.

See also  Do NTUC's social enterprises have indirect Government privileges?

Ken Birman, a computer science professor at Cornell University, told Reuters that software developers should build better fault tolerance and create backups with other cloud providers. He said AWS provides tools for that, but some companies skip those steps to “cut costs and cut corners” in getting an application up, which makes them more vulnerable when outages happen.

“Those companies are the ones who really ought to be scrutinised later,” he added.

At least a thousand companies were affected by the outage, according to Ookla. /TISG

Read also: Singapore tops Southeast Asia as leading source of cyberattacks

- Advertisement -

Hot this week

EV adoption hits new highs as electric car registrations surge past 50%

SINGAPORE: Singapore’s shift towards greener tech just hit a...

Nationwide consultation launched to refresh Singapore’s Land Transport Master Plan

SINGAPORE: Singapore’s transport future is getting a major update...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });
// //