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

learn more… | top users | synonyms (1)

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 = ![self ...
2
votes
0answers
93 views

Using Ruby 2.0 on Amazon OpsWorks

I'd like to use Ruby 2.0 on Amazon OpsWorks, so I'm trying the following: Choose custom cookbooks and set them to my fork of https://github.com/aws/opsworks-cookbooks Update all version numbers here ...
2
votes
0answers
67 views

Alarm Action “Terminate EC2 Instance” failed

when I start a certain type of instance the userdata-script creates a metric + alarm via Boto. The metric delivers its data to CloudWatch correctly. The alarm should terminate the instance as an ...
2
votes
0answers
36 views

Logging wordpress errors on AWS AMI server

so I have a basic out of the box wordpress installation setup on my instance of a ec2 AMI server. I want to set up wordpress logging. I checked that logging is set to true in my wp-config.php file, ...
2
votes
0answers
40 views

Amazon Load Balancers dropping Web Socket connections to TorqueBox

I'm running TorqueBox on Amazon AWS. I've created a load balancer, which does TCP pass through for Web Socket connections on port 8675. When I first load up the page this seems to work quite nicely, ...
2
votes
0answers
94 views

Using AWS-Cloudformatting-Resources with Heat & Openstack in a local cloud?

We have set up a local cloud-environment with Openstack (essex) and Heat. But we are confronted with the Problem that we want to add additional files/packages on first boot of an Instance. As far as I ...
2
votes
0answers
91 views

Prevent direct download of audio files from amazon s3

I have audio files stored at Amazon S3 which are accessed from a web based music player app and also from mobile apps. Even non signed in users should be able to access the music. However i dont want ...
2
votes
0answers
66 views

Zend Service Amazon - How to search within subcategories?

I am using Zend Service Amazon 2.0 to search for books using a keyword. Right now, the code is searching for ALL books regardless of subcategory. How can I make it only search for UNIVERSITY ...
2
votes
0answers
227 views

AWS - CORS not working to upload file directly to S3

I'm trying to upload a file directly to S3 using jquery. I followed this steps to configure the CORS settings file as follow to test: <?xml version="1.0" encoding="UTF-8"?> ...
2
votes
0answers
38 views

How do I resolve a neverending attachment migration?

I'm trying to use Paperclip + Rails 3 + Heroku + AWS so i tried to add some columns to my User model to store users avatars. My migration looks like this: class AddAvatarColumnsToUsers < ...
2
votes
0answers
145 views

s3fs on Amazon EMR: Will it scale for approx 100million small files?

Please refer to the following questions already asked: Write 100 million files to s3 and Too many open files in EMR The size of data being handled here is atleast around 4-5TB. To be precise - 300GB ...
2
votes
0answers
94 views

AWS dynamodb support for “R” programming language

Has anyone been able to successfully CRUD records in amazon dynamodb using the R programming language? I found this reference of language bindings supported: ...
2
votes
0answers
152 views

Amazon AWS RDS Create database permission denied

I created an AWS RDS MSSQL instance using Management Console but I cannot create a new database. Creating a table works fine though. Did I miss anything in the configuration? Do I need to execute a ...
2
votes
0answers
82 views

Error uploading certificate to AWS

I am trying to upload a certificate to IAM from my UNIX server to attached to a load balancer in AWS. When I issue the command: iam-servercertupload -b new.server.cert.pem -k new.server.pem -s ...
2
votes
0answers
76 views

How to give input Mapreduce jobs which use s3 data from java code

I know that we can normally give the parameters while running the jar file in EC2 instance But how do we give inputs through code? I am trying this because I am trying to call my java code from a ...
2
votes
0answers
54 views

Source or Assembly for AWS SQS WCF channel transport

There is reference to a project that creates a channel transport for WCF based on the AWS SQS service. All references end in dead url's. Based on the fact that there were these references I assume ...
2
votes
0answers
166 views

Apache Camel AWS/SQS component

Camel v2.8 (camel-aws/sqs) is it possible to send messages to a shared queue using camel aws-sqs component? I am able to send directly to myQueue but not other Queues which I have access to via ...
2
votes
0answers
2k views

Putty fatal error Disconnected: no supported authentication methods available.

I am connecting to a Ubuntu server via Putty and keep getting "Disconnected: no supported authentication methods available. Server refused our key." I am able to connect as ubuntu (superuser) but not ...
2
votes
0answers
290 views

R and makePSOCKcluter EC2 socketConnection

I would like to be able to connect my Mac to my EC2 instances to carry out parallel processing on AWS via the parallel package using makePSOCKcluster or makeSOCKCluster. At the moment my attempt ...
2
votes
0answers
456 views

Junit test fails with ant, succeeds in eclipse: actOnTestResult failiure

I'm having trouble persuading some new code to play nicely with my JUnit tests when I use ant to run the tests. I've got some code that interacts with AWS (Amazon Web Services) using the AWS SDK for ...
2
votes
0answers
91 views

AWS Beanstalk running webapp with a perl script

I have set up a Beanstalk application and everything is running fine except I use a perl script to bring in some NTP times from some severs and it seems to not be executing it. I have run this on my ...
2
votes
0answers
106 views

Amazon S3 uploader using gwt

This is what I've done. I created an S3 uploader in and exported it as a .jar file. I tried to import this jar file in a gwt project but it always throw me a runtime error. Our package name is ...
2
votes
0answers
221 views

Zookeeper client exception when executing any command in client

This is my configuration file: tickTime=2000 initLimit=20 syncLimit=5 dataDir=./store/data clientPort=2181 server.1=A:3181:4181 server.2=B:3181:4181 server.3=C:3181:4181 server.4=D:3181:4181 ...
2
votes
0answers
158 views

Corrupt pack file on git aws.push

Upon trying to deploy a new version of application code (Django application) to AWS Elastic Beanstalk environment, I'm encountering the following error: git aws.push Counting objects: 1648, done. ...
2
votes
0answers
83 views

How do you scale your applications and datastores horizontally using AppHarbor and DB add-ons

If you're talking directly to AWS then you have a few options, but essentially you'd do the following to scale your apps: Scaling App Servers on EC2 You'd use a combination of CloudWatch and the EC2 ...
2
votes
0answers
68 views

Google is searching AWS Elasticbeans site( mysite.elasticbeanstalk.com) but not my site (mysite.com). What to do?

I was testing my site on AWS. And it is like mysitetest.elasticbeanstalk.com. But my original site is mysite.com. Now whenever i search for mysite google shows mysitetest.elasticbeanstalk.com links ...
2
votes
0answers
274 views

Amazon Web Services Issue

After I run the EC2 API tools, I run the command: ./ec2-cmd However, I still get the error: Error: Could not find or load main class com.amazon.aes.webservices.client.cmd. According to the guide: ...
2
votes
0answers
349 views

Using ASIHTTPRequest to upload file to S3 with Content-MD5 header

I've had success using ASI to upload files to S3. However, I'm having trouble getting upload to work when setting the 'Content-MD5' header value with an MD5 hash of the file I'm uploading. I'm using ...
2
votes
0answers
91 views

Amazon AWS ProtocolException

I developed a web app using ASP .NET MVC3. I'm trying to get book info using Amazon AWS based on ASIN. This is the code snippet that should to that: AsinRequest req = new AsinRequest(); req.asin = ...
2
votes
0answers
235 views

How do I get just the product name from Amazon's Product Advertising API?

So I feel like I must be missing something incredibly simple here, but I can't seem to figure out how to get a product's name alone from the Product Advertising API. For instance, if I go to look at ...
2
votes
0answers
327 views

How to force node.js/express.js to HTTPS when it is running behind an AWS load balancer

I'm running a node/express service on AWS and have deployed an ELB in front of it. When I spin up an ELB instance with SSL enabled, it works for the first page I hit, but then switches over to HTTP ...
2
votes
0answers
261 views

Setting User Agent field or Get Parameters in S3 Lib for iOS

we're trying to set some HTTP fields for an iOS application's S3 requests. We're trying to have this data when we read from the S3 log bucket we have set up. We're trying to differentiate between ...
2
votes
0answers
340 views

Debugging MySQL Deadlocks on Amazon RDS

I'm getting an increasing number of "Deadlock" and "Lock timeout" issues on my MySQL database (an Amazon RDS instance). The database was working very well until a couple of days ago. No changes to ...
2
votes
0answers
830 views

Amazon API: How to find album title for mp3 downloads?

I am using the Amazon Web Services API to allow a search on my website for MP3 downloads. It works, returning title, artist, price, and various other statistics, but nowhere in the results is an album ...
2
votes
0answers
293 views

get personal Amazon purchase history and simiar titles

I'm writing my own service to track my growing library and notify me of when books become available. I'm in the middle of 5 series waiting for the next book to come out. I also pick some up locally ...
2
votes
0answers
321 views

Amazon web service. How to authenticate?

I am going to write a small program that query Amazon web service for book information. Given some sample I found online, I wrote; namespace TestWCF { class Program { static void ...

1 2 3 4 5 30