Amazon EC2 New Features
A while back I thought about ditching my current web host (a.k.a. my friend Andrew) and using Amazon EC2 for my website. I determined since Andrew is a great guy (and gives me a REALLY cheap rate) I will never do that. Today though I rethink that decision (although I’ll prolly continue to go with Andrew cause he still is a great guy).
Why am I rethinking it? Well today Amazon EC2 realeased three new features; Amazon CloudWatch, Auto Scaling, and Elastic Load Balancing.
Amazon CloudWatch keeps a number of different metrics on how your AMIs are being utilized (CPU utilization, Network I/O, etc.). And you can access the data either through the API or commandline tools (it would be nice though if this were built into the Management Console though).
Auto Scaling and Elastic Load Balancing work in conjunction with Amazon CloudWatch to help you get the most out of your EC2 instances. Auto Scaling allows you to define certain conditions that, when present, allow you to perform certain actions (like scale up your instances or scale them down). Elastic Load Balancing automatically spreads the load of traffic amongst your EC2 instances based on the metrics provided by CloudWatch.
All in all pretty cool, however I would love to see it all built into the management console rather than just available through the API and commandline tools (I am lazy afterall Amazon). If you want to read more check out Amazon Web Services’ Blog or follow the links above.
Comments
Leave a comment Trackback