|
Managing Assets on Amazon CloudFront
Martin Streicher provides a practical example of how to use Amazon CloudFront and Amazon S3 to manage files for a sample Rails application.
Last Modified:
Apr 7, 2009 4:29 PM
|
|
|
Building a Product Catalog with Amazon SimpleDB
Amazon SimpleDB is a useful way to store and retrieve metadata. This tutorial walks you through a sample product catalog application built using Ruby on Rails.
Last Modified:
Jan 27, 2009 1:38 PM
|
|
|
PAWS Marketplace - A Rails Marketplace Application in the Cloud
The PAWS Marketplace is a proof-of-concept Ruby on Rails web application that runs entirely on Amazon Web Services. The application’s web site allows anyone with an Amazon Payments account to buy or sell digital products, while the marketplace’s owner earns commissions for the sales it performs. In addition to serving as an example marketplace implementation, this application is interesting because it uses the SimpleDB service to store its data, instead of a traditional relational database.
Last Modified:
Sep 21, 2008 2:58 PM
|
|
|
Browser Uploads to S3 using HTML POST Forms
Create HTML POST forms that allow your web site visitors to upload files into your S3 account using a standard web browser.
Last Modified:
Oct 31, 2008 5:08 PM
|
|
|
Patching AMI Instances with Updates on Amazon S3
Making a new AMI is time consuming and requires significant temporary storage space and CPU cycles. This article shows you how updating your AMIs' content at startup from Amazon S3 is a cost-effective way to maintain web sites and other services on Amazon EC2.
Last Modified:
Sep 21, 2008 3:02 PM
|
|
|
Using SimpleDB and Rails in No Time with ActiveResource
Martin Rehfeld shows you how to seamlessly leverage Amazon SimpleDB for your Ruby on Rails application using the Rails ActiveResource framework.
Last Modified:
Sep 21, 2008 3:04 PM
|
|
|
Using Amazon S3, EC2, SQS, Lucene, and Ruby for Web Spidering
Robert Dempsey guides you through the steps of building a web spidering application using Amazon EC2, Amazon SQS, and Amazon S3.
Last Modified:
Sep 21, 2008 3:07 PM
|
|
|
Don't Get Caught with Your Instance Down
James Knowlton and PJ Cabrera provide tips for performing basic monitoring tasks on Amazon EC2 virtual machines using Ruby.
Last Modified:
Sep 21, 2008 3:11 PM
|
|
|
Economical Use of Amazon S3 with Ruby on Rails
Building on his Introduction to AWS for Ruby Developers tutorial, this second article from Robert Dempsey shows you how to efficiently make requests to Amazon S3.
Last Modified:
Sep 21, 2008 3:14 PM
|
|
|
Building a Web Application with Ruby on Rails and Amazon S3
This article provides a tutorial on integrating the Amazon S3 REST API for Ruby with the Ruby on Rails web application framework to create a web management user interface for Amazon Simple Storage Service (Amazon S3).
Last Modified:
Sep 21, 2008 3:14 PM
|
|
|
Introduction to AWS for Ruby Developers
Are you new to Amazon Web Services? This brief tutorial introduces you to Amazon Web Services from the eyes of a Ruby developer, walks through a simple example, and links to other helpful resources to get you started.
Last Modified:
Sep 21, 2008 3:16 PM
|
|
|
Ruby for the REST of Us: Using Ruby and REST to Integrate with Amazon S3
Dominic Da Silva walks you through Ruby, Amazon S3's REST interface, and rSh3ll (Amazon S3 command-line shell for Ruby).
Last Modified:
Sep 21, 2008 3:11 PM
|
|
|
Using Amazon S3 from Amazon EC2 with Ruby
Amazon S3 provides a good distributed storage solution for accessing the distributed computing power of Amazon EC2. Using Ruby scripts like s3sync and s3cmd at the command line, you can move data to and from EC2 instances in your computing cloud.
Last Modified:
Sep 21, 2008 3:15 PM
|
|