TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The S3 outage or: How you can learn to stop worrying and love the multi-cloud

8 pointsby anandr2013about 8 years ago

2 comments

jedbergabout 8 years ago
Multi-cloud is a pipe dream. It&#x27;s only slightly worse than hybrid cloud, which is also terrible.<p>Sure, you could use multiple clouds for a couple of small things, but it&#x27;s all about the data.<p>To properly do multi-cloud (or hybrid cloud), you need to have the right data in the right place at the right time, or you need to have all your data in both places at all times.<p>The latter will cost you a fortune to maintain. Netflix does it across regions because their cost of operations, including keeping multiple copies of all the data, is lower than the cost of downtime, but that isn&#x27;t likely to apply to most people.<p>The former can only work if you are <i>really</i> disciplined about keeping the right data in the right place, or if you have a data abstraction layer that is smart enough to put the right data in the right place at the right time (I&#x27;m not aware of the existence of such a product or that anyone is even working on such a thing).<p>The other problem with multi-cloud is that your software has to be built to the lowest common denominator. In other words, you can only use features that all your providers provide, again unless you go back to having software smart enough to do the right thing in the right place at the right time.<p>It&#x27;s a nice thought but I think we&#x27;re years away from viable multi-cloud.
评论 #13820887 未加载
anandr2013about 8 years ago
Hi, this is the author of the post. I would love to hear your opinions or war stories about building infra or provider agnostic applications.