AWS News Blog
Category: Compute
Scalr – Scalable Web Sites with EC2
Dave Naffis of Intridea wrote to tell me that they have released Scalr in open source form. Scalr is a fully redundant, self-curing, self-hosting EC2 environment. Using Scalr you can create a server farm using prebuilt AMI’s for load balancing (either Pound or nginx), web servers, and databases. There’s also a generic AMI that you […]
DCI – The Dog Computer Interface
One of the great perks of working at Amazon is that you get to work with a bunch of great people and also with their dogs! As previously noted in our blog, Rufus is a valued part of our Developer Relations team. He’s a Rhodesian Ridgeback owned by Martin Buhr. Martin works on business development […]
New EC2 Features: Static IP Addresses, Availability Zones, and User Selectable Kernels
We just added three important new features to Amazon EC2: Elastic IP Addresses, Availability Zones, and User Selectable Kernels. The documentation, the WSDL, the AMI tools, and the command line tools have been revised to match and there’s a release note as well. Read on to learn all about them… The Elastic IP Addresses feature […]
Increasing Your Amazon EC2 Instance Limit
We have simplified the process of requesting additional EC2 instances. You no longer need to call me at home or send a box of dog biscuits to Rufus. You can now make a request by simply filling out the Request to Increase the Amazon EC2 Instance Limit form. We’ll need to know a little bit […]
What’s the Difference Between Amazon FPS and Amazon DevPay?
Weve heard from a few folks that its not clear what the difference is between some of the Amazon Web Service offerings. This is a very short post to try to clarify two services, plus a product feature. Like most short descriptions, I am short-changing the rich feature set of each offering. Visit aws.amazon.com for […]
EC2 Firefox Extension is now Open Source
The very cool EC2 Firefox Extension is now an open source project on SourceForge! The extension makes it really easy to launch and manage Amazon EC2 instances. After creating your keypairs and security groups, you can simply right-click on any of the listed AMIs (Amazon Machine Images) and choose to launch one or more instances. […]
Amazon EC2 Gets More Muscle
The Amazon EC2 team just added Large and Extra Large instance types to EC2. The former “one size fits all” instance type is now known as a Small instance. Large instances are 4 times larger in each dimension (CPU power, RAM, and disk storage) than the Small instances and cost $0.40 per hour. Extra Large […]
\HelloWorld\ Facebook Application AMI
I was quite curious to see how facebook applications can be built which use Amazon S3 and Amazon EC2 so I spent some time creating a “HelloWorld” facebook application that lists your Amazon S3 objects given the bucket name (basically integrate Amazon S3 libraries with Facebook libraries). I bundled up my code/configuration and created a […]