This makes it easy to run Drupal on Amazon's Elastic Compute Cloud (EC2). Before now, in order to effectively run a web site on EC2, you need to pick an OS, get a web server and database server up and running, install Drupal, and connect it to persistent storage. Existing EC2 AMIs have out of date Drupal versions or don't store your data safely.
This is a pre-built AMI that makes it easy to get started with Drupal on EC2. Just start it up and you're ready to go. And it works with any version of Drupal you'd like.
What can you do with an AMI?
QA a site. You launch a server and shut it down a few hours later when you're done.
Test new modules without messing with a production server.
Provide a platform for a development team to work on.
Host your production site with the peace of mind of a dedicated server with persistent storage.
What's included
The AMI includes a full LAMP stack for Drupal.
Fedora Core 8 Linux
Apache 2.2.9
PHP 5.2.6
MySQL 5.0.45
Drupal Installer for any version of your choice
The database has been tuned for performance and a number of tables converted to InnoDB to improve performance.
This module features:
1. Drupal 6 only, as drupal 6 has updated jquery, there's no need to
depend on the jquery_update module.
2. Providing a jcarousel block which can be managed throught the
admin/build/block.
3. No need to write any HTML or including any JS. If the block shows on
a node page, it reads the images from the node (CCK required).
4. Images are loaded through configurable cck image field. Currently
only supports imceimage and imagefield.
5. lightbox support by default