You can absolutely access all of the EC2 services from Heroku, exactly
as you would from any Ruby app.  There's no single gem for all of the
services, but there are individual ones for each service:

http://amazon.rubyforge.org/
http://github.com/grempe/amazon-ec2/tree/master
http://www.craic.com/tutorials/aws/aws_sdb/aws_sdb_tutorial.html

A mention of PATH probably means the docs you're looking at are
referring to the Java command-line tools.  You can't use those on
Heroku, but that's ok - they are just wrappers to their semi-RESTful
API.  So you can either use the native Ruby libraries, or access the
API via HTTP/XML directly.

Adam

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to