ColdFusion in the Cloud
Kevin Hoyt is presenting at the Unconference now and has brought up an interesting subject - ColdFusion in the Cloud. (I'll be blogging while he speaks for forgive the grammar.) Says he just got permission to demo this!
Specifically talking about Amazon EC2. Vendor is Stax - he said if you want an invite to the beta, contact him. Saying this is ALL very much beta, may not happen in production, etc etc etc. Mentions Spike Washburn, an old Allaire guy involved w/ CF.
He goes to a web based console of his servers in the cloud. Clicks a button to create a new ColdFusion application. Hits create. And right now, he is pushing ColdFusion to an EC2 cloud instance. It is a pre-built image of CF, minus the admin for security reasons. Essentially a blank slate CF install. Basically click and publish.
So how do you write CFMs for a CF install in the cloud? You can download a copy of the image, extract it (it is a zip), do your edits, then redeploy it.
p.s. I think this means the first big CF news came at the Unconference. Woot^2.
Comments
We also have big interest for EC2 on our applications and trying to figure out "the easy way".
http://www.garyrgilbert.com/blog/index.cfm/2008/9/...
Stax is focused on the emerging concept of "elastic" applications, which means its not designed to run all CF applications. John mentioned the no-file persistence limitation, which is a trade-off required to leverage the flexibility of deployments offered by the Stax cloud. Stax provides MySQL database support to give apps a persistent location to store data, and S3 is a great place to store files. These flexible deployments will allow Stax to scale your application deployment costs from very low to very high, based on exactly the computing power you need for your applications.
The comparison to pre-built AMIs will always popup, but anyone who has actually used EC2 for building and deploying web applications will be shocked at how much easier and more flexible it is to use Stax versus the standard approach of building and launching AMIs.
I'll be presenting Stax at the Adobe MAX Flash Platform booth in the pavilion today (Tues 11/18) from 2-3:30, so stop by if you're at MAX.
I want to download and then reupload a zipped copy of my application or website every time I want to make a change? No thanks.


I've got mangoblog up there to play with at http://mangoblog2.jbeynon.staxapps.net/ but it's certainly a cool service and i'll carry on working with it.