Amazon Web Services (AWS) is a collection of commercial services centered around virtualized, commodity and clustered computing, networking, database and storage, as wel as supporting tools that are offered as infrastructure as a service
5
votes
0answers
289 views
Arrowchat and Amazon instances
I have a site with codeigniter, mysql, which has arrowchat installation in it.
the site (say xyz.com) is hosted in amazon environment. It has S3 implementation for image uploads, CDN implementation ...
4
votes
0answers
134 views
Implementing idempotency for AWS Spot Instance Requests
I'm using the Java AWS SDK to make EC2 spot instance requests. As opposed to on demand instances, the API for spot requests does not have anything similar to ClientToken and thus does not support ...
4
votes
0answers
971 views
Unable to connect to AWS ElastiCache clusters using Membase client lib for memcached
I am having problems with get/set to an ElastiCache cluster from my EC2 instance. I am getting - SEVERE: net.spy.memcached.OperationTimeoutException: Timeout waiting for value - error.
When I am ...
4
votes
0answers
338 views
Nutch on EMR problem reading from S3
Hi I am trying to run Apache Nutch 1.2 on Amazon's EMR.
To do this I specifiy an input directory from S3. I get the following error:
Fetcher: java.lang.IllegalArgumentException:
This file ...
4
votes
0answers
2k views
How to get contents of Amazon shopping cart?
I've been investigating whether it's possible to get a list of the saved items in my Amazon shopping basket programmatically ...
Their Product Advertising API has methods for getting wishlists:
...
3
votes
0answers
52 views
When does DynamoDB throttle request?
In the answer to "How is Amazon DynamoDB throughput calculated and limited?" it's been suggested, that DynamoDB throttles request whenever you exceed provisioned throughput on per second basis. ...
3
votes
0answers
66 views
Grails 2.1.4 and 2.0.4 stops serving random JS and CSS files in AWS Elastic Beanstalk
I have a big problem with our Grails application running in AWS Elastic Beanstalk.
Our application is running on 4 instances with Tomcat 7 and sometimes it scales to more.
From time to time a random ...
3
votes
0answers
118 views
How to check if SSH connection was established with AWS instance
I'm trying to connect to the Amazon EC2 instance via SSH using boto. I know that ssh connection can be established after some time after instance was created. So my questions are:
Can I somehow ...
3
votes
0answers
132 views
Amazon S3 high CPU usage with 100 PutObject calls (.NET)
We are using Amazon S3 for storing up to 500K data.
We have a .NET 4.0 web service installed on EC2 instance, which makes the PutObject call with 500K data.
The problem is that when we make more ...
3
votes
0answers
104 views
How to make sure web crawler works for site hosted on AWS S3 and uses AJAX
Google webmaster guide explains that web server should handle requests for url that contains _escaped_fragment_ (The crawler modifies www.example.com/ajax.html#!mystate to ...
3
votes
0answers
124 views
Amazon CloudFront + Adobe FMS Stack Max Concurrent Users
I have been using Wowza on EC2 and now trying to use FMS Stack in AWS with CloudFront Distribution.
So far I managed to setup a live streaming using m1.large FMS Stack + CloudFront Distribution.
...
3
votes
0answers
304 views
Distributed web scraping framework
What are the popular distributed web scraping framework out there?
Any with the REST interface support?
Which one is easier to host in AWS?
Which one does support web proxy use?
Is there anything ...
3
votes
0answers
686 views
Python Generated Signature for S3 Post
I think I've read nearly everything there is to read on base-64 encoding of a signature for in-browser, form-based post to S3: old docs and new docs. For instance:
...
2
votes
0answers
37 views
S3 Proxy to EC2 Instance
I am running static hosting on s3 for my website. Eg. www.somedomain.com points to an S3 bucket.
I have a subdomain api.somedomain.com for my api, but it has been annoying to deal with cross domain ...
2
votes
0answers
49 views
Multipart upload in amazon s3 not working in ios
Trying to upload files bigger than 5 mb to Amazon S3
-(void)multipartUpload:(NSData*)imageData inBucket:(NSString*)bucket forKey:(NSString*)key
{
NSLog(@"Coming");
bool using3G = 

