This document summarizes how to deploy a Rails application on Amazon EC2. It recommends using the "EC2 on Rails" Ruby gem which provides a pre-configured Amazon Machine Image (AMI) with Rails, MySQL, and tools for backup to S3. The steps include launching an EC2 instance from the EC2 on Rails AMI, configuring security groups, connecting via SSH, modifying deployment scripts, and using Capistrano tasks to deploy the application, migrate the database, and backup/restore from S3. Additional tips are provided on getting the public IP address, terminating instances, and using RightScale for online instance management.