top 9 Cloud Computing Failures
top 9 Cloud Computing Failures
9. Hackers Access Celebrity iCloud Accounts
8. PayPal Outage Disrupts $32 Billion in Transactions
On August 3, 2009, PayPal's online payment service suffered a global outage for an hour, and after that, the service suffered partial outages for another three and a half hours. At the time, a company spokesperson said that the cloud-based service was processing an average of $2,000 in payments every second. If you do that math, that comes out to $7.2 million in payments per hour. Over four and a half hours, the total number of transactions affected could have been as high as $32 million.
7. Nirvanix Files for Bankruptcy
Nirvanix was once one of the earliest pioneers of cloud storage. Originally called Streamload, the company was founded in 1998 as an Internet storage service. In 2007, the renamed company launched a product called the Storage Delivery Network, which included public, private and hybrid cloud storage capabilities. In 2011, it signed an important agreement with IBM, which saw IBM using Nirvanix technology for its own cloud storage service. Based on its promising technology, Nirvanix was able to raise $70 million in venture capital.
But in June 2013, IBM went another direction, announcing the purchase of SoftLayer and the formation of IBM Cloud Services Division. A few months later in September of that year, Nirvanix notified customers that they had just two weeks to retrieve their data before the Nirvanix cloud storage service would shut down permanently. The company filed for bankruptcy on October 1, 2013.
6. Power Outage Affects Food Stamps in 17 States
The Supplemental Nutrition Assistance Program (SNAP), which is known colloquially as "food stamps," uses Electronic Benefit Transfer (EBT) cards to allow recipients to purchase food using their government benefits. In 2013, Xerox was hosting the EBT systems for 17 states in its data centers.
On October 12, 2013, Xerox was conducting routine tests of its backup systems when a glitch caused the entire EBT system to go offline. For several hours on a busy Saturday, retailers had no way to determine the balances that shoppers had available on their EBT cards. As a result, some stores simply stopped accepting EBT cards, leading to some very unhappy customers. In other cases, the stores allowed benefits recipients to use their EBT cards anyway, even though the store had no way to know how much money the customers had left to spend. In some locations, shoppers took advantage of the situation, loading their carts with thousands of dollars' worth of food. Police were called in several states to quell "mini-riots," and the government later charged some of those shoppers with fraud.
5. Intuit Cloud Outage Blocks Access to Financial Software for 36 Hours
4. Salesforce Database Failure Wipes Out 5 Hours of Customer Data
3. Hurricane Sandy Leads to Massive Service Outages
2. Buggy Algorithm Destroys Knight Capital's Value
1. U.S. Government Fumbles HealthCare.gov Launch
On October 1, 2013, the U.S. federal government rolled out HealthCare.gov, a new website intended to allow people to sign up to buy health insurance under the Patient Protection and Affordable Care Act, often called Obamacare. Almost immediately, users began experiencing difficulties, and some reports indicated that less than 1 percent of the people who wanted to sign up online were able to do so. The project also ran far over-budget, racking up more than $1.7 billion in costs, up from an original budget of just $93.7 million.
Many observers say that the government could have avoided these problems if it had used a well-known cloud computing vendor instead of trying to build its infrastructure on top of legacy equipment. They also faulted the developers for inadequate testing and a lack of oversight and accountability.
top 9 Cloud Computing Failures的更多相关文章
- Tagging Physical Resources in a Cloud Computing Environment
A cloud system may create physical resource tags to store relationships between cloud computing offe ...
- what's cloud computing? IaaS
Cloud computing has changed the ITC industry. Companies like Amazon, Google and Microsoft have built ...
- cloud theory is a failure? 分类: Cloud Computing 2013-12-26 06:52 269人阅读 评论(0) 收藏
since LTE came out, with thin client cloud computing and broadband communication clouding 不攻自破了.but ...
- 云计算中心网络资源分配-Faircloud: sharing the network in cloud computing
网络资源同计算资源以及存储资源一样,是一种可被租户共享使用并提高利用率的资源.但是,不同租户的计算资源以及存储资源之间,有很强的隔离性,可以实现按需按比例分配的使用方式,但是网络资源却不可以. 主要原 ...
- How does java technology relate to cloud computing?
Java Paas shootout (@IBM developer) Cloud computing is always a hot topic around IT field today.Ho ...
- Cloud Computing Deployment Models
Cloud computing can broadly be broken down into three main categories based on the deployment model. ...
- 学习笔记之Cloud computing
Cloud computing - Wikipedia https://en.wikipedia.org/wiki/Cloud_computing
- Cloud Computing Causing Digital Business Transformation
2015-04-13 Cloud Computing Causing Digital Business Transformation We hear all about the cloud, and ...
- Cloud Computing
More numbers, More power. We waste much more every day. Everything can be connectible through specia ...
随机推荐
- JAVA Sftp 上传下载
SftpUtils package xxx;import com.jcraft.jsch.Channel; import com.jcraft.jsch.ChannelSftp; import com ...
- Leetcode79. Word Search单词搜索
给定一个二维网格和一个单词,找出该单词是否存在于网格中. 单词必须按照字母顺序,通过相邻的单元格内的字母构成,其中"相邻"单元格是那些水平相邻或垂直相邻的单元格.同一个单元格内的字 ...
- SAE J2534介绍
概要 J2534是一种针对与射频相关的ECU进行闪存编程的概念,而不用考虑ECU使用的通信协议.其目的是所有类型的ECU都应当只需一个工具(硬件设备),通常被称为通过式设备.J2534设备和ECU之间 ...
- 集合-Collection接口
集合 和 数组 的比较: 数组 - 本质上就是在内存空间中申请的一段连续内存空间,存放多个相同类型的数据 - 数组一旦定义完毕,则在内存空间中的长度固定. - 插入/删除元素时可能导致大量元素的移动, ...
- img标签src不给路径就会出现边框
<img/>在src加载失败或没有给的,浏览器会自动给img加上边框. 如下图这样: 产品觉得影响美观,一定要pass掉. 原码是这样: .ctn{ position: relative; ...
- 如何用SPSS分析学业情绪量表数据
如何用SPSS分析学业情绪量表数据 1.数据检验.由于问卷.量表的题目是主观判断和选择,因而难免有些人不认真填,所以,筛选出有效.高质量的数据非常关键.通常需要作如下检查:(1)是否有人回答互相矛盾, ...
- SpringBoot 异步 定时任务 邮件
springboot异步 一: 在 MyConfiguration.java 中开启注解 @Configuration//指明当前类是一个配置类:就是来替代之前的Spring配置文件@EnableAs ...
- 实现自定义docker 镜像共享
我觉得docker最大的便利性体现在可以实现镜像共享,方便团队在同一环境下开发.当然docker的强大之处不止于此. 接下来我用一个例子来演示如何进行docker镜像共享,步骤如下(Ubuntu): ...
- More Effective C++: 04效率
16:牢记80-20准则 80-20准则说的是大约20%的代码使用了80%的程序资源:大约20%的代码耗用了大约80%的运行时间:大约20%的代码使用了80%的内存:大约20%的代码执行80%的磁盘访 ...
- MongoDB sharding 集合不分片性能更高?
最近云上用户用户遇到一个 sharding 集群性能问题的疑惑,比较有代表性,简单分享一下 测试配置 mongos x 2.shard x 3 测试1:集合不开启分片,批量 insert 导入数据,每 ...