Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

tutorials

59 views
Skip to first unread message

dan

unread,
Dec 3, 2009, 10:27:41 PM12/3/09
to ruby-aws
any good starting points for using this?

Chad Arimura

unread,
Dec 4, 2009, 2:07:02 AM12/4/09
to ruby...@googlegroups.com
HI Dan,

I assume you saw this: http://github.com/appoxy/aws

It's pretty simple.. here's one example:

AWS_SECRET = "abc123"
AWS_ACCESS = "def456"
ec2 = Aws::Ec2.new(AWS_ACCESS, AWS_SECRET)
instance_info_array = ec2.describe_instances([array,of,instance_ids])
puts instance_info_array.inspect

See some of the docs in the library.

Chad





On Thu, Dec 3, 2009 at 7:27 PM, dan <mr.dan...@gmail.com> wrote:
any good starting points for using this?

--

You received this message because you are subscribed to the Google Groups "ruby-aws" group.
To post to this group, send email to ruby...@googlegroups.com.
To unsubscribe from this group, send email to ruby-aws+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ruby-aws?hl=en.



Travis Reeder

unread,
Dec 4, 2009, 2:27:54 AM12/4/09
to ruby-aws
Hi Dan,

You can find the rdoc here: 

Travis

dan

unread,
Dec 14, 2009, 5:18:25 PM12/14/09
to ruby-aws
i just wanted to do an amazon search that returns items and images
looking through the tests for this it seems to be more about computing
in the cloud
not to mention the 14 different forks that are out there as well


On Dec 3, 11:27 pm, Travis Reeder <tree...@gmail.com> wrote:
> Hi Dan,
>
> You can find the rdoc here:http://rdoc.info/projects/appoxy/aws
>
> <http://rdoc.info/projects/appoxy/aws/blob/6e7b65c4e42725ed473c6dca4b1...>
> Travis
>
>
>
> On Thu, Dec 3, 2009 at 11:07 PM, Chad Arimura <carim...@gmail.com> wrote:
> > HI Dan,
>
> > I assume you saw this:http://github.com/appoxy/aws
>
> > It's pretty simple.. here's one example:
>
> > AWS_SECRET = "abc123"
> > AWS_ACCESS = "def456"
> > ec2 = Aws::Ec2.new(AWS_ACCESS, AWS_SECRET)
> > instance_info_array = ec2.describe_instances([array,of,instance_ids])
> > puts instance_info_array.inspect
>
> > See some of the docs in the library.
>
> > Chad
>
> > On Thu, Dec 3, 2009 at 7:27 PM, dan <mr.dan.ma...@gmail.com> wrote:
>
> >> any good starting points for using this?
>
> >> --
>
> >> You received this message because you are subscribed to the Google Groups
> >> "ruby-aws" group.
> >> To post to this group, send email to ruby...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> ruby-aws+u...@googlegroups.com<ruby-aws%2Bunsubscribe@googlegroups.c om>
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/ruby-aws?hl=en.
>
> >  --
> > You received this message because you are subscribed to the Google Groups
> > "ruby-aws" group.
> > To post to this group, send email to ruby...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > ruby-aws+u...@googlegroups.com<ruby-aws%2Bunsubscribe@googlegroups.c om>
> > .

Travis Reeder

unread,
Dec 15, 2009, 2:01:37 PM12/15/09
to ruby-aws
Reply all
Reply to author
Forward
0 new messages