2
votes
1answer
9 views
SimpleDB direct client access
One of the useful things about S3 for content storage is that a client can directly make a direct HTTP request to download the object. For instance, this is how Twitter serve up avatar images.
…
2
votes
0answers
79 views
SSL slowness in EC2
We've deployed our rails app to EC2. In our setup, we have two proxies on small instances behind round-robin DNS. These run nginx load balancers for a dynamically growing and shrinking farm of web …
1
vote
1answer
6 views
Amazon AWS ItemLookup with 13 Digit ISBN
I used to be able to do 13 digit ISBN lookups, but now I can't.
Here is the query for the 13-digit ISBN: 9780073380957.
…
1
vote
2answers
48 views
Using EC2 Load Balancing with Existing Wordpress Blog
Hello,
I currently have a virtual dedicated server through Media Temple that I use to run several high traffic Wordpress blogs. Both tend to receive sudden StumbleUpon traffic surges that (I'm …
1
vote
1answer
50 views
Amazon S3 POST upload (from iPhone)
A bit of background: I am building an iPhone app with a complementary server backend (written in Rails or possibly Sinatra, but probably not relevant for this discussion). Part of the functionality …
1
vote
2answers
93 views
EC2 non root user login
Is there a way to log into an EC2 ubuntu ami or a way to set up an ubuntu ami so that non-root users can log in? I tried creating a user and logging in with the associated password. I also tried …
1
vote
2answers
57 views
Enumerate keys in Amazon SimpleDB
I'm trying to enumerate keys in Amazon SimpleDB. In SQL, it would be something like:
select unique itemName() from domain;
I've searched around but didn't find any way to do this. Any help?
1
vote
1answer
511 views
AWS ssh access ‘Permission denied (publickey)’ issue
How to connect to a AWS instance through ssh?
I have:
Signed up at AWS;
Created a public key and a certificate at AWS website and saved them to disk;
Went to my console and created environment …
0
votes
1answer
54 views
Amazon Product Availability
Many products on amazon are unavailable but a date is given for when they'll be in stock. I've used AWS and got an XML reply but I can't find the date information anywhere. Is it possible to get this …
0
votes
0answers
23 views
How to verify Amazon FPS/SimplePay IPN (Instant Payment Notification), using version 2?
I've looked through the documentation, I've tried downloading various example code, and I've tried hacking various permutations. After a full day's worth of work, I'm spent, and throwing in the towel. …
0
votes
1answer
13 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
2answers
34 views
Problem with Ruby AWS - Please help!
I'm using the Ruby-AWS gem to interact with Amazon. I was testing it out in my controller and it worked fine, but when I moved the code into my Model, it isn't correctly parsing the data back from …
0
votes
1answer
17 views
What is a good way to access external data from aws
I would like to access external data from my aws ec2 instance.
In more detail: I would like to specify inside by user-data the name of a folder containing about 2M of binary data. When my aws …
0
votes
5answers
74 views
how to connect to database on another server
Hi,
Could I have my php scripts on server A and connect to the MySQL database on server B?
If yes, how it would be done? Thanks in advance
0
votes
2answers
23 views
unable to connect to database on AWS
hi all
actually I have my website build with Joomla hosted on hostmonster
but all Joomla website need a database support to run this database is on AWS
configuration files need to be updated for …
