Skip to main content

Amazon EC2 Killer Apps - Meet 3Tera

Earlier I wrote about Amazon's new Elastic Compute Cloud (EC2) and some of the Killer Apps needed from a virtualization management perspective to really get it to take off. Let me add one to the list.

Back in August 2005, I came across 3Tera through a conversation with my buddy Adam Messinger (then of Gauntlet Systems and recently acquired by Borland). 3Tera is a software company building virtualization management software for what they call a "Grid Operating System". I don't like the marketing message (the "grid" word really makes me twinge), but I do like the progress the company has made from a technology perspective in the last 12 months. Well done! Take a look at their Flash-based product demonstration to see what I'm talking about.

3Tera comments on the Amazon EC2 solution in their blog.

For me, it is the combination of 3Tera's AppLogic and Amazon's EC2 that is most interesting. Adding virtualization management that includes the ability to plug in firewalls, load balancers, web servers, app servers, database servers (and whatever else you desire) in a typical N-Tier IT web-based fashion, as 3Tera has done, really makes it a lot easier to deploy truly real and scalable applications. The logic is simple:

  1. Amazon's got the infrastructure and a start on the provisioning management software, but doesn't have anything more.

  2. 3Tera has got some decent looking (I've never touched it) software for building the higher-level blocks of a real application, but could never build such an infrastructure.

  3. Seems like a match made in heaven. Amazon... Make them an offer!


Now, that doesn't seem likely - Amazon could certainly build out the management pieces itself over time. 3Tera's configuration GUI looked nice, but I didn't see anything for run-time scaling during production (though, arguably, that part is pretty easy to tack on if they don't have it now).

However, for my money, I think 3Tera has got better prospects than being acquired by Amazon. I don't like their current business model, but I'll save those comments for them directly.

Note: Jon Udell does talk of 3Tera in this week's InfoWorld, including a quick clarification that the 3Tera business model is, indeed, not the same as Amazon's EC2.

Tags: , , , , , , ,

Comments

  1. [...] written quite a few stories about Amazon Web Services, including their EC2 and S3 offerings. They are heading in [...]

    ReplyDelete
  2. [...] , Software , Startups , Technology , Virtualization Leave a Comment I’ve written a couple of articles about the Amazon EC2 service. It’s the Elastic Compute Cloud that lets you build very scalable [...]

    ReplyDelete
  3. [...] with their AppLogic release in the next 12 months and things were really starting to look good, so I wrote my first article about them in September 2006. A couple weeks later, ReadWriteWeb called them out as [...]

    ReplyDelete

Post a Comment

Popular posts from this blog

Bill Coleman Joins 3tera Advisory Board

I think this move surprised a number of people, since Bill recently wrapped up Cassatt Corproation, getting the technology and people  acquired by Computer Associates . However, I was not surprised at all. The announcement, via  3tera Welcomes Bill Coleman : You may or may not have seen the recent press realease.  Bill Coleman, IT/Silicon Valley luminary, Founder and CEO of BEA Systems, has joined 3Tera’s Advisory Board. Yes, this alone is a great testimonial to what we have accomplished in our field.  Getting dignitaries such as Bill does not come easy.  But here’s the best part - this has a lot more than just marquee value and I doubt that Bill would have joined us if that was the case.  Bill, especially since his most recent stint as Founder and CEO of Cassatt Systems, is an extremely knowledgeable visionary in the area of utility and Cloud Computing; and, data center automation. So, Bill will be extremely valuable, reviewing and tweaking both our business plans and techno

Kernel-based Virtual Machine hits Linux

Many congratulations to my good friend Moshe Bar and his team over at (stealth-mode startup) Qumranet . Techworld reports that the KVM (Kernel-based Virtual Machine) project has been accepted into the 2.6.20 version of the Linux kernel distribution. KVM is an Open Source kernel driver that basically allows a Linux kernel to host virtual machines, as plain old Linux processes, that can run Linux or Windows (or other x86-based operating systems). It runs only on hardware that support Intel's VT instruction set (which is fine) and will soon support the AMD-V instruction set as well. This is cool for a number of reasons. It's Open Source, released under the GPL. It basically turns the Linux that we all know and love into a "hypervisor". Linux-as-hypervisor makes sense because Linux already knows how to manage devices, memory, processes, multi-cores, etc. VMware ESX is, essentially, a "hypervisor" - a small kernel, built on Linux as it turns out, that

Big In Japan Open Sources Their Ruby On Rails Tools

The kind folks over at Big In Japan have graciously decided to Open Source the code they used to build their demo web sites . It's all Ruby on Rails code, and it's being released with a GPL license. The code trees being made available include: elfURL ~ URL Shortner FeedVault ~ OPML file storage FrankenFeed ~ RSS feed merger InstantFeed ~ RSS feeds via email QwikPing ~ Ping Server SocialMail ~ RSS via email Very cool. I just love the Open Source community . I have actually been writing some code of late, and it's great to have some reference code to check out. Not sure if I'm going to go with Ruby on Rails yet, however. And, for the record. I have no idea if this is big in Japan. Tags: Open Source , GPL , Ruby On Rails , Big In Japan , Brian Berliner , brianberliner