Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
7answers
5k views

Any thoughts on RightScale and Scalr for dynamic Ec2 instance managment

I'm looking for a cost effective tool for managing an web app on Ec2. Rightscale seems to the big dog and charges for it. Scalr looks like a more cost effective solution but it's hard to find out any ...
6
votes
3answers
3k views

“Best” Amazon EC2 EMI for CentOS with EBS storage?

Are there any "good", clean, reliable and trustworthy "out-of-the-box" Amazon EC2 AMI images for CentOS that uses EBS storage by default (instead of instance storage)? The RightScale AMIs seem pretty ...
3
votes
1answer
69 views

How to modify a storage engine from InnoDB to MyISAM using RightScale

I'm tring to modify the default storage engine from InnoDB to MyISAM on a 5.5 DB Parameter Group (for a RDS instance hosted in Amazon). But I am unable to change, since the property shows up as non ...
3
votes
2answers
175 views

how do i get a rightscale or EC2 AMI loaded onto my laptop?

I like to develop locally on my laptop, but want to deploy to EC2/Rightscale. What's the best way to load a rightscale or ec2 AMI onto my local desktop so that i can have a mirror copy of the cloud ...
3
votes
1answer
867 views

Using HttpClient with the RightScale API

I'm trying to use the WCF Rest Starter Kit with the RightScale's Login API which seems fairly simple to use. Edit - Here's a blog entry I wrote on using Powershell to consume the API. Edit - ...
2
votes
1answer
101 views

best amazon s3 gem with rails 3.1.3

I am adding functionailty to our website so users can upload pictures to our site and I'm going to use amazon s3 for that. I came across these three gems: aws-sdk ...
2
votes
1answer
606 views

Usage of rightscale init script in it's EC2 Centos 5.4 AMI

I was searching for EC2 EBS storage Centos 5.4 AMI in the community AMI and eventually I found Rightscale AMI (I think they called it RightImage). Now I have created instance using that AMI, but I ...
2
votes
1answer
297 views

How do I silence the following RightAWS messages when running tests

I'm using the RighAWS gem, and mocking at the http level so that the RightAWS code is being executed as part of my tests. When this happens I get the following output ....New RightAws::S3Interface ...
0
votes
0answers
349 views

How to download a file from S3 with right-aws using more threads

I am wondering what the efficient way to do the following is: #!/usr/bin/env ruby require 'rubygems' require 'right_aws' ACCESS_KEY = 'ASD' SECRET_KEY = 'LSD' BUCKET = 'my-little-bucket' s3 = ...
0
votes
3answers
301 views

library/development platform on EC2/Rackspace/Eucalyptus/OpenStack

I am trying to build a cloud VM brokering service which will have to barrow compute power as VM's on-demand from the private/public cloud computer infrastructure. I have following goals for my ...