Posts Tagged ‘ec2’

Amazon EC2 Linux AMIs

If you use Amazon Elastic Compute Cloud (EC2), you are always given choices of AMIs (by default; there are plenty of other AMIs available for your base-os): Amazon Linux AMI, Red Hat Enterprise Linux, SUSE Enterprise Server and Ubuntu. In terms of cost, the Amazon Linux AMI is the cheapest, followed by SUSE then RHEL. 

I use EC2 a lot for testing, and recently had to pay a “RHEL tax” as I needed to run a RHEL environment. For most uses I’m sure you can be satisfied by the Amazon Linux AMI. The last numbers suggest Amazon Linux is #2 in terms of usage on EC2.

Anyway, recently Amazon Linux AMI came out with the 2014.03 release (see release notes). You can install MySQL 5.1.73 or MySQL 5.5.36 (the latter makes the most sense today) easily without additional repositories.

The most interesting part of the release notes though? When the 2014.09 release comes out, it would mark 3 years since they’ve gone GA with the Amazon Linux AMI. They are likely to remove MySQL 5.1 (its old and deprecated upstream). And:

We are considering switching from MySQL to MariaDB.

This should be interesting going forward. MariaDB in the EC2 AMI would be a welcome addition naturally. I do wonder if the choice will be offered in RDS too. I will be watching the forums closely

FathomDB: Database as a service, in the cloud

A lot of people are into the whole cloud computing scenario these days. However, no one has talked about offering DBA-like services in the cloud, all automated, so that startups don’t have to get their own DBAs.

Enter FathomDB. They are poised to offer databases as a service (maybe they’ll charge per database – so you can in theory run both WordPress and Mediawiki, if you prefix wp_ and mw_ in your table creation, for example). They are using MySQL. They’ve also taken the worry of running a database out – they will backup, they will setup (so you don’t have to issue GRANT commands :P), and they will also monitor your databases for you.

But what really takes the cake? The fact that they will also offer performance advisors. This totally reminds me of the MySQL Enterprise Monitor (aka Merlin), offered in the cloud, with advisors.

No word if they’re actually running Merlin, or what kind of MySQL builds they’re running. They have a FAQ that I suggest you read, pricing has not been released, but I think this stuff is totally cool and has a future. I mean, you can run your database using their services and EC2, and if you need to do load balancing (Proxy, anyone?), or replication, they’ll set it up for you.

Its going to be real useful for startups, that are already embracing the cloud and going the EC2 way. This is just yet another service, they’ll probably pay for. Because scaling your database, sometimes, isn’t the easiest thing to do.

Can’t wait for a beta invite. If I get one, I’ll give it a twirl and tell you how it went.

Note: This is a Y Combinator company, I first read about this in TechCrunch, and apparently, there was some mention of this during their cloud event last week, where Lew Tucker, Sun’s VP and CTO of Sun’s cloud computing initiative was at. I however don’t know anymore than what I’ve seen online, and lack any other insider knowledge.


i