AWS News Blog

Category: Amazon EC2

Perl and EC2

It’s gratifying to see third-party projects that interface with Amazon Web Services. For example, you can download a Perl Interface to Amazon EC2 from Jeff Kim on CPAN (the Comprehensive Perl Archive Network), released on December 28th. Check it out at search.cpan.org/~jkim/Net-Amazon-EC2-0.02. — Mike Update: Title of post changed from PHP to Perl!

S3 Infinidisk for EC2

In the course of searching for some links to flesh out my previous entry, I ran into something new and very cool the S3InfiDisk for EC2. The InfiDisk takes the form of a mountable Linux file system, creating an infinite storage disk for EC2 instances. The file systems can be mounted on any running EC2 […]

S3 for Static Web Content

In Userscript.org and Amazon S3, Jesse Andrews describes how he moved all of his static content from his own server over to S3. Jesse set up the virtual hosting, moved over all of the content (using S3 Fox no less), and had everything up and running inside of 15 minutes. As he notes “it took […]

EC2 Rock and Roll

There’s so much happening with Amazon EC2 that I can hardly read it all. Here’s a sampling: The Atlantis Computing blog talks about Amazin Amazon or why EC2 is the bee’s knees. Instead of investing between 30 and 40% of their seed capital on hardware, they have implemented it on top of EC2. As the […]

ElasticLive – Hershey’s Kisses

An important part of our mission as Web Services Evangelists is to encourage our developer community to innovate. We invite them to surprise us with new and interesting ways to consume our services, to show us the Power of Innovation ! One such innovation is running Windows Server 2003 on an Amazon EC2 instance. The […]

A New ISV Business Model

Amazon Elastic Compute Cloud continues to impress the people who matter most: software developers (in this instance, an ISV). Genexus is an innovative software platform that enables non-technical business people to rapidly build out applications–including an online presence. Andres Aguiar, their chief architect, sent me a note yesterday to say “We have GXPortal running in […]

ECS + Indigo

Indigo is Microsoft’s next-generation web services platform. Here is an article (in Japanese, but with C# source code) with information on how to make ECS calls from Indigo. You may also enjoy reading the new article, Preparing for IndigoChoosing the Right Technology Today on devx.com.

ASP.Net Code Sample – ECS Custom Control in C#

As mentioned in the previous post, we have been working with our friends at Microsoft to create some additional code samples for .Net and ECS. Here is sample code for an ASP.Net custom control which uses version 4 of ECS. The control is written in C#. Refer to the README file for more information and […]