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
1
vote
0answers
105 views
It is possible to use euca-register on AWS with a snapshot instead of an image location (manifest.xml)?
I have a snapshot that I would like to register as an AMI on Amazon Web Services. I can register this snapshot easily enough using ec2-tools' ec2-register but I would prefer to use euca2ools. I know ...
1
vote
0answers
131 views
problem in getting up live streaming using Amazon WS
I am following Amazon tutorial to get up a live streaming website up and running from scratch, http://docs.amazonwebservices.com/FeaturedArticles/latest/index.html?FlashMediaLiveEncoder.html
Do I ...
1
vote
0answers
678 views
Setting up a basic php mySQL server on Amazon AWS - scripts to run?
I've been trying all weekend to get a basic php mysql webserver running on Amazon's AWS. I've managed to get a full version with all types of proxy engines etc to work using rightscale.com but not a ...
1
vote
0answers
355 views
Amazon AWS and Tomcat war file deployment
if i have already developed servlet for the Tomcat server, can I use it as is and deploy using the AWS Elastic Beanstalk? Has anybody experience with that?
Thanks,
STeN
1
vote
0answers
270 views
amazon web service not working in server, but working from localhost
I am using Amazon Web Service in my website. It works fine in localhost, I am sing LAMP.
But the same file from the server showing this error
The request signature we calculated does not match the ...
1
vote
0answers
332 views
get auto approved hits from amazon mturk
I am using gem ruby-aws. I create hits and manually accept or reject the assignments or wait for mturk to auto-approve the hits. Now, I want to get those hits that are auto-approved by amazon ...
1
vote
0answers
324 views
Amazon Web Services Product Advertising API
I'm thinking about making an affiliate site for the Amazon PAPI. I'm wondering how the AssociateTag plays into the getting paid part. If I have a link on my affiliate site, let's say:
...
1
vote
0answers
75 views
Short unique values with Amazon Web Services
I'm working on a system conceptually similar to an URL shortener like bit.ly -- a client sends in a bit of data and the system returns a very short URL to represent it (a base URL + a token ...
0
votes
0answers
6 views
AWS - Accessing instances in private subnet using EIP
I want to access a few instances in my private subnet using EIPs. Is there a way? I know it doesn't make much sense. But let me explain in detail.
I have a VPC with 2 subnets.
1) 192.168.0.0/24 ...
0
votes
0answers
6 views
Plugins in distributed/clustered web application
I am developing plugin based web-application, where I am using web application to install its plugins. The flow is like this.
User uploads zip file(plugin)
Web app unzips and move jsps to web-inf ...
0
votes
0answers
6 views
updateItem 'Expected' check for just one value in string set
I am trying to do a conditional updateItem call using php SDK2, but having trouble figuring out how to check for only a single value within a string set.
For Exmple: I have a string set in dynamoDB:
...
0
votes
0answers
13 views
Installing awscli using pip
I installed awscli using pip, but bash cannot find it when I type aws. I think this might be just a path issue.
I have searched around here, and on aws forums. Does anyone know what did I miss or ...
0
votes
0answers
17 views
The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method
I am using listorder method to get order list from amazon using amazon web service api.
Here is my code
const VERSION = 0.1;
protected $PUBLIC_KEY = "XXXXXXXXXXXXXXXXXXXX";
protected $PRIVATE_KEY = ...
0
votes
0answers
13 views
How to attach image with an email using Amazon SES in Codeigniter
I'm using Amazon SES to send emails in Codeigniter, I would like to attach an image with email while sending.Now i am ok with sending only text email using the below code.
After many tries, I got to ...
0
votes
0answers
17 views
How to correctly set up domain name restriction on IIS for AWS instances?
I have some web services hosted on IIS that are accessed by external clients. The way it is set up in IIS is everyone is denied access except IP addresses that are white-listed.
Today I had to ...
0
votes
0answers
10 views
DynamoDB Supplied AttributeValue is empty
I'm using the latest AWS SDK for PHP 2. There are 2 different pages for the DynamoDB documentation
Latest DynamoDB
DynamoDB before 2011-12-05
Even though I'm using the Latest SDK it's behaving ...
0
votes
0answers
13 views
Deploying WAR on Amazons Elastic Beanstalk
I have created a simple "HelloWorld" servlet in an Eclipse project. I built it into a WAR, deployed it in my Tomcat 7.0 local server and a simple request localhost/ HelloWorld / sayhello prints ...
0
votes
0answers
9 views
httpd restart deletes new files
My website is stored at Amazon, and when I want to change/update a file on the web server I'm taking these actions:
1. Commit to svn.
2. Going on deployment server and sync the changed files from svn ...
0
votes
0answers
18 views
Issue with AWS .jar interfering with Android gen folder build path (specifically R.java)
I'm trying to incorporate some simple AWS functionality into an app and when I loaded the AWS .jar into the build path then cleaned the project the BuildConfig.java & R.java files disappeared form ...
0
votes
0answers
11 views
Issue installing Amazon RDS Command line tool (RDSCli)
I'm new to AWS and RDS, I am currently trying to do the seemingly simple task of creating a sql server database. But I'm falling at the first hurdle, actually creating the BD, I cant use the tutorials ...
0
votes
0answers
6 views
How to create a standard Amazon AMI as created by Bitnami?
I'm trying to make a standard Amazon AMI to deploy other server from it, just like Bitnami stacks. I need it to use a particular username tpsingh and should accept key added by user at time of ...
0
votes
0answers
23 views
Fetching Amazon's product list using its API
I want to fetched the product lists (not all) on Amazon's site in XML or JSON format, from any of its API if its available ( free account ). What would be the best way for it. Is it really possible ?
...
0
votes
0answers
20 views
Psycopg2 on Amazon Elastic Beanstalk
I'm trying upload my project (in python) that uses Psycopg2 for Amazon Elastic Beanstalk. I'm doing this with a zip file containing my project and an requirements.txt file.
But I'm receiving this ...
0
votes
0answers
9 views
AWS API for whether a video is available on Prime instant video
I'm trying to find a way to see if the AWS API can tell whether a movie is available on Prime instant videos.
Based on the thread here on AWS developer forums:
...
0
votes
0answers
11 views
Amazon Product Advertising API: multiple brands in ItemSearch
I am using ItemSearch and was able to get product advertising api to limit results for brands, whose names I pull from the SearchBins response group. It works fine even for multiple brands separated ...
0
votes
0answers
33 views
Listening on SSL with node.js on AWS Beanstalk
I have a node.js app running fine on Beanstalk but now I'm trying to set it up to use an SSL certificate to allow https access. However, any configuration settings I try to use apart from the default ...
0
votes
0answers
21 views
AWS CloudWatch RDS getting statistics c#
I'm trying to get back statistics from Amazon AWS CloudFront for my RDS database instance.
I am able to get back data from CloudFront using similar code for my EC2 instances and am not sure why ...
0
votes
0answers
24 views
Cannot access(SSH) to AWS EC2 behind family router
I am using UBUNTU system, my ec2 instance is working fine, I can ssh to it with my mobile phone network. But when I use my home wifi, I cannot access.
When I type:
ssh -i x.perm user@xx.xx.xx.xx
...
0
votes
0answers
16 views
Exception in thread “main” java.lang.RuntimeException: Stub! error when using amazon sqs.
I get the following error when i'm trying to initialize the amazon sqs client with my credentials.
Exception in thread "main" java.lang.RuntimeException: Stub!
at ...
0
votes
0answers
15 views
How to get product colors and size details using Amazon api?
i am integrating amazon api into my website. i need to get product size and color details in select box like
I need to get the selected product available sizes using amazon api.
I am trying many ...
0
votes
0answers
31 views
Deploy Grails to AWS error 404
I have a grails application. I don’t have the War file. I only have the folders and the files.
I am trying to install it and I am facing problems. The steps I am using are:
I am creating a zip file ...
0
votes
0answers
31 views
How to Resolve AWS Elastic Beanstalk Deploy Error
I created a simple test website in VS 2008 using the AWS Web Project template. The only modification I made to the default template was to add an asmx Web Service (my real need is to implement WCF, so ...
0
votes
0answers
28 views
How can one use Amazon's DynamoDBMapper in Scala?
I'm having trouble using Amazon's DynamoDBMapper in Scala code. The main sticking point is getting the JVM to recognize @DynamoDBHashkey when it is used in a case class, like:
case class ...
0
votes
0answers
30 views
404 Errors with flask-restless and Amazon Elastic Beanstalk
So I have a Python Flask application. With it I'm using flask-restless and flask-sqlalchemy to provide an api. When running on my localhost the api works just fine, however when trying to access the ...
0
votes
0answers
18 views
How do you implement AWS Elasticache auto discovery for node.js
I'm a node noob and trying to understand how one would implement auto discovery in a node.js application. I'm going to use the cluster module and want each worker process to be kept up to date (and ...
0
votes
0answers
14 views
How to specify an EC2 Security Group using the eb cli
I need to connect my Elastic Beanstalk application to an external(not created by EB) database hosted on RDS. I can do this easily in two steps:
1) Create application
2) edit configuration and add ...
0
votes
0answers
16 views
New Force.com toolkit for AWS?
I have to integrate AWS with Force.com & I was able to locate tookit for the same (http://aws.amazon.com/solutions/global-solution-providers/salesforce/).
But the issue is that its very old ...
0
votes
0answers
15 views
Finding all offers (buy, rent) for Amazon Instant Video results
I'm using Amazon's Product Advertising API for Instant Video and I noticed with the Offers or OfferFull response groups, there's only one price in the response. It doesn't have information on whether ...
0
votes
0answers
21 views
RDS MySQL Data to a Flat File to Reload in another MySQL - Std CLI Not Working
To establish precident I reviewed the following:
Amazon-RDS database to Dedicated server
Mysqldump of the AWS RDS
I have not however found a clear cut solution to my issues in these,
and only ...
0
votes
0answers
52 views
CPU spike using Amazon nodejs library
I am getting 100% CPU spike while using amazon SDK (for dynamodb). Profiling results (using
nodetime) show that its the signing mechanism (libcrypto library) where application is spending majority of ...
0
votes
0answers
28 views
Amazon S3 PUT throws “SignatureDoesNotMatch”
This AWS security stuff is driving me nuts. I'm trying to upload some binary files from a node app using knox. I keep getting the infamous SignatureDoesNotMatch error with my key/secret combination. I ...
0
votes
0answers
38 views
Trouble with automatic failover with sharded and replicated Mongodb setup
I'm using Mongodb with only one shard and 3 members in a replica set. I have each replica set member on a different machine. Two members each have a mongos router, one member (that has a router) has a ...
0
votes
0answers
26 views
how to use spring resttemplate to consume amazon web services like Amazon Product Advertising API
I am pretty new to Spring rest template and Amazon web services. I was able to make the Amazon Product Advertising API sample code running on Spring MVC.
However, I used W3C ...
0
votes
0answers
25 views
AWS Windows Server 2012 Ephemeral Drives… Why So Many?
Here's an easy question...
so I'm spinning up a windows server 2012 instance on AWS, but I noticed the default storage device configuration uses 26 ephemeral drives... 26?
Is this normal? If so, ...
0
votes
0answers
22 views
Amazon AWS autoscaling leader_only attribute
I can't find much documentation on the leader_only attribute of Amazon's EC2 instances.
What happens to the leader when an autoscaling group scales down? The default autoscaling template terminates ...
0
votes
0answers
25 views
Configuring WAMP with CakePHP application and Amazon AWS
I'm new to PHP development and I need to get a local dev environment set up.
So far I've downloaded a WAMP stack (EasyPHP) and cloned the project from the repository.
Initially there were cache ...
0
votes
0answers
19 views
Writing file to bucket fails on Elastic Beanstalk application
I am writing an application in Ruby on Elastic Beanstalk in which I download a file from a remote server and write it to an object in a bucket.
require 'open-uri'
...
s3 = AWS::S3.new
bucket = ...
0
votes
0answers
32 views
delay in sending emails using Gmail SMTP in AWS using php mailerclass
Our website is hosted with AWS and we are using Google Apps for sending emails. However, there is a delay of 3 to 4 seconds to send the email.
We are using the php mailerclass for the same. I would ...
0
votes
0answers
43 views
Connecting a DD-WRT router to a Squid proxy running on AWS
I am trying to get a Linksys router with the latest DD-WRT (v24-sp2) in my house connected, via Comcast, to an external Squid (v3) proxy that I am running on AWS. When I connect over the WiFi to the ...
0
votes
0answers
18 views
Amazon payments - button not displaying on IPad / IPhones
We are using the Amazon payments systems for purachses on a clients site - all working fine until recently when they completely disappeared from the site on IOS mobile devices only.
Its isn't a CSS ...


