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
2
votes
0answers
36 views
Chef Knife AWS EC2 instances elastic IPs
I will need to spin multiple elastic ips to create accounts from sites.
I plan to do this using either aws ec2 API or building chef cookbooks.
I wonder whether it's a good solution to use chef ...
0
votes
1answer
19 views
php - simpledb - can't get consistent read to work
I'm using AWS SimpleDB for my site, however if I udpate an attribute with something completely different, searching that property with either the new value or the old value are both returning the same ...
0
votes
0answers
56 views
Pig Join is returning no results
I have been stuck on this problem for over twelve hours now. I have a Pig script that is running on Amazon Web Services. Currently, I am just running my script in interactive mode. I am trying to get ...
0
votes
1answer
53 views
Concatenate S3 files to read in EMR
I have an S3 bucket with log files that I want to concatenate, then use as an input to an EMR job. The log files are in paths like: bucket-name/[date]/product/out/[hour]/[minute-based-file]. I'd like ...
1
vote
2answers
24 views
How to retreive wishlists from Amazon?
How do I retrive wishlists and items in the cart from Amazon?
The documentation for Product Advertisement API does not talk about wishlists.
0
votes
1answer
47 views
PHPmailer can't connect to smtp server
I've been using PHPmailer (https://github.com/Synchro/PHPMailer) to send email through amazon SES for a few months. At some time in the last two weeks it has stopped working, and I haven't touched ...
0
votes
0answers
32 views
Parsing Amazon URL to find book information
I am looking to parse amazon urls to find information about the author and the book. What is the best way to achieve this? Should I be using an html parser or is something better?
Thanks
0
votes
0answers
46 views
Using Postgresql with Amazon Opsworks - Getting IP address in database.yml
I'm trying to get a basic rails app working with Postgres using Amazon Opsworks. Opsworks lacks built-in support for Postgres at the moment, but I'm using some cookbooks that I've found which seem to ...
1
vote
0answers
13 views
How do I list the automated backups in RDS
Is there a way I can use the rds-describe-db-snapshots command to find the most recent automated backup?
It used to be possible with the -t option but Amazon has since removed that capability and now ...
0
votes
1answer
42 views
Pattern match input files for Amazon Elastic MapReduce
I am trying to run a MapReduce streaming job that takes input files from directories in an s3 bucket that match a given pattern. The pattern is something like ...
0
votes
1answer
50 views
Update File Name on Amazon S3 with IOS
I know there is no folder or directory concept on Amazon S3, but I want to update or delete a folder according to my app's users needs.
To Delete folder I guess I have to delete all the files one by ...
1
vote
1answer
50 views
How do I know if Amazon Elastic Transcoder has completed transcoding
Is there a way to have Amazon Elastic Transcoder inform a call back script that it has finished transcoding a specific video conversion?
I'm working on this project that will let people upload ...
0
votes
1answer
41 views
How to ban IP addresses dynamically on Amazon AWS, with firewall?
I would like to ban IP addresses dynamically, so when the software detects malicious activity (hitting 10 page in a row in 10 second or specific UserAgent or ), it creates a ".txt" file with the ...
0
votes
0answers
25 views
Access Denied to an S3 object in Elastic Beanstalk configuration setting
I am trying to configure the 'source' parameter in an elastic beanstalk application config file. The relevant source is a bz2 file which i have uploaded in a new S3 bucket. As an example, the name of ...
0
votes
1answer
17 views
Is the AWS ec2 private key specific to a user in the ec2 instance
I have an ec2 instance. I have a private putty key.
Currently I am logging in as root user.
So I created a new user, But unable to login directly as new user using this putty key.
Is this putty key ...
1
vote
1answer
29 views
Rails Json String Length
I am trying to pass JSON to an API, which has the possibility to be fairly long due to including territory codes. When restricting the territories to 20 or 30, everything works fine, but when ...
0
votes
1answer
20 views
How to host .NET website on amazon web service?
I want to host a .NET website on amazon web service. I did a bit research on google and found that AWS EC2 provides such facility but i cannot understand what it is and what other components(services) ...
3
votes
1answer
30 views
Starting a stopped EC2 instance with Boto
I am writing a python script that starts a specific instance that is currently stopped, and I am kind of stumped on how I'd do that. As far as I can understand from the Boto EC2 introduction on ...
0
votes
1answer
29 views
Export and import mysql at the same time on different servers
I am using AWS RDS and wish to backup my primary db hourly to a DR site in another region
What I need is a mysql command which will export the db and import into another mysql server running in a ...
0
votes
0answers
23 views
Amazon's New Function “Full Site Delivery” - No Post function available
amazon has got this new function that i'm currently using basically , the cloudfront will have your whole's website's file but unfortunately , it doesn't support POST.
<form id="post-image" ...
0
votes
0answers
11 views
Finding origin of cloudfront files
On akamai, I can send certain headers to get cache keys back, or certain Chrome plugins do this for you anyway.
The majority of the time, the cache key contains the origin. Therefore, you can ...
0
votes
1answer
35 views
DynamoDB: Decrement/Subtract a key/value
I have a key of type Number in a DynamoDB table. I set action as ADD to add a value to the existing value.
DynamoDBAttributeValue *attr =
[[[DynamoDBAttributeValue alloc] ...
0
votes
1answer
55 views
Using Amazon MWS (Inventory API) with CodeIgniter (PHP)
I'm somewhat familiar with using the Amazon MWS apis, but I'm new to CodeIgniter and the whole hmvc thing. I'm curious how I would add the api into CodeIgniter. Would I have to dissect the entire ...
1
vote
1answer
47 views
How many databases can I create on a single Amazon RDS instance
I wanted to know How many databases can I create on a single Amazon RDS instance. I need to move from Xeround to another server (they are closing for public clouds). My two options are either create a ...
-2
votes
2answers
33 views
Amazon EC2 - SSH connection [duplicate]
I am trying to connect to EC2 via SSH this way:
ssh -i path_to_pem ec2-user@PublicDNS
But when I do it, I get the message Permission denied (publickey). and the connection is closed.
How should be ...
1
vote
0answers
51 views
Searching for books with the Amazon Product Advertising API - Python
tl;dr : I am using the Amazon Product Advertising API with Python. How can I do a keyword search for a book and get XML results that contain TITLE, ISBN, and PRICE for each entry?
Verbose version:
...
0
votes
0answers
19 views
Hadoop taking forever on EMR and profiling EMR
I am running a sample hadoop job over ~500 documents on S3, and when ran locally it takes <15min to complete. However, when I tried running the same job on EMR, it takes over 2 hours and still ...
1
vote
0answers
50 views
Is Amazon Elastic Transcoder returning misspelled job statuses?
I'm working on a video conversion feature that uses Amazon Elastic Transcoder to convert uploaded videos to a more suitable format.
The problem is that when I send a request to check the status of a ...
0
votes
1answer
22 views
Cannot deploy to AWS EC2 with Rubber
I am following this Railscast, but when I run
rails g vulcanize complete_passenger_mysql
I get
Could not find generator vulcanize.
I also found this thread on SO, but again, without any ...
0
votes
0answers
37 views
S3ResponseError: 403 Forbidden using boto
I have a script that copy files from one S3 account to another S3 account, It was working befoure!!!! That's for sure. Than I tried it today and it doesn't any more it gives me error S3ResponseError: ...
0
votes
2answers
39 views
Any Graphical Text Editor for Amazon Linux on EC2? [closed]
I am looking for something like gedit to use with my amazon linux ec2 instance. I am quite a bit of coding and would prefer the graphical environment over using vim. I am coding mainly php and ...
-3
votes
0answers
38 views
Can any suggest me a best ebook or tutorial for Amazon Web services for iPhone [closed]
Hi Every one im new to AWS .I have a free tier membership at Amazon web services.But i couldnt find proper tutorials or ebook for how to Create an Iphone application with AWS services.
please ...
1
vote
1answer
36 views
Can AWS Elastic Beanstalk be used to deploy to an already existing EC2 instance? .net
I have an Amazon EC2 instance which I have been using for quite some time for deployment of a .net application. The existing instance has a large database set up already on it which is used with the ...
1
vote
0answers
20 views
AWS PHP SDK web interface?
I am about to start building an internal "launch platform" to assist in the creation of servers and the deployments of code for my company.
The needs of the web interface are quite simple:
Be ...
3
votes
1answer
159 views
Redis/Jedis no single point of failure and automated failover
In a simple situation with 3 servers with 1 master and 2 slaves with no sharding. Is there a proven solution with java and Jedis that has no single point of failure and will automatically deal with a ...
-2
votes
0answers
12 views
Automating computing environment documentation for AWS [closed]
We have several servers, configuration details, security groups, RDS, etc running in AWS. Keeping documentation on how these items are configured is always a struggle.
Are there any tools to help ...
1
vote
0answers
35 views
passing arguments on aws Data Pipeline
have anyone had any experience with Data Pipeline?
I have been trying to find out if there is a way to pass arguments between activities in a Pipeline. unfortunately aws documentation is not very ...
0
votes
0answers
8 views
Force integer sort to EMR of AWS
I am using mapper reducer of AWS but it is sorting it as string, I want to do it as int sorting. How to do it ? I want to take the key as integer and does integer sorting on the key.
0
votes
1answer
33 views
How to do atomic update counter using dynamodb & c#
i am new to dynamodb and trying to write a counter.I am worried about concurrent access to mycounter.
Any code samples ? Any strategies ?
0
votes
0answers
22 views
aws beanstal php linux 64 bit - install tomcat [closed]
I have instance on amazon beanstalk php linux 64 bit and it works well.
It runs on port - 80.
I've installed tomcat6:
sudo yum install tomcat6 tomcat6-webapps
Then runned it: service tomcat6 start
...
4
votes
2answers
67 views
Automatic recovery from an availability zone outage?
Are there any tools or techniques available to automatically create new instances in a different availability zone in the event that an availability zone suffers an outage in Amazon Web Services/EC2?
...
1
vote
1answer
86 views
Amazon AWS simple book query. How do you make Signature in Delphi?
There are an awful lot of question on stackoverflow that bear some similarity to this question, but nothing quite like it.
I have an application that makes queries of AWS and sends back XML data. I ...
1
vote
1answer
33 views
Security when connecting to EC2 instance
I have just built a cloud using AWS.
It includes a few servers including an RDS.
The RDS server is running an accounting application. I have limited access to this server to a certain security ...
-1
votes
1answer
20 views
Created CloudFormation stack not visible to SDK
I've created a CloudFormation stack using the Amazon AWS SDK for Ruby. When I navigate to the CloudFormation Management Console I can see it:
my-vpc-stack-name 2013-04-26 11:33:22 UTC+10 ...
1
vote
1answer
30 views
Including Boto Library in Elastic Beanstalk
I am in search of how to include the Boto library in an Elastic Beanstalk instance. I was under the impression I had to specify it in .ebextensions. Unfortunately, this doesn't seem to work (see ...
1
vote
1answer
34 views
How to track how many times an email was opened in amazon SES through API?
How will i track how many times email sent through Amazon SES was opened ?Is there any API i will need to consider?I figured out the complain and bounce myself and i figured out we can associate SES ...
0
votes
1answer
29 views
Does pymongo require mongodb to be installed locally?
In my AWS production environment I currently have 3 instances running a mongodb replicaset. I have created a separate instance that contains a web server and all my python application code. Do I need ...
0
votes
1answer
116 views
Bug G-WAN and Amazon EC2
I thought my mistake was Problems to start G-WAN
but today, I made more testst and my real problem is this:
When I launch an instance with type micro, G-WAN works fine but if i launch the same ...
0
votes
1answer
36 views
Pushing to S3 bucket
How can I upload file directly to S3 using curl
My current flow is:
Service A makes a request to my application with a file name
My appln generates an S3 federated user and returns the client the ...
1
vote
2answers
111 views
Scaling of ElasticSearch
I'm searching for information on how ElasticSearch would scale with the amount of data in its indexes and am surprised how little I can find on that topic. Maybe some experience from the crowd here ...


