I need a command line tool which mounts the S3 buckets to my EC2 file system.
I know there are tools available, but we are looking for a tool that makes use of the IAM roles of the machine. That is: the tool doesn't expect the access and secret key, but rather get them from machine metadata.
Does such a tool exist in Ruby? Or any other language for that matter? We'd prefer Ruby, since we can tweak it as per our need.

s3cmdmight help ourfusecould be a better options for mount in term of gem I think 'fog` evenamazon-sdkcan solve your purpose – Viren Oct 24 '12 at 13:02s3mcd,fusedoesn't support of IAM roles. – sriram Oct 24 '12 at 13:05