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
158
votes
6answers
42k views
Benefits of EBS vs. instance-store (and vice-versa) [closed]
I'm unclear as to what benefits I get from EBS vs. instance-store for my instances on Amazon EC2. If anything, it seems that EBS is way more useful (stop, start, persist + better speed) at relatively ...
24
votes
1answer
6k views
Getting started with secure AWS CloudFront streaming with Python
I have created a S3 bucket, uploaded a video, created a streaming distribution in CloudFront. Tested it with a static HTML player and it works. I have created a keypair through the account settings. I ...
117
votes
12answers
52k views
Growing Amazon EBS Volume sizes [closed]
I'm quite impressed with Amazon's EC2 and EBS services. I wanted to know if it is possible to grow an EBS Volume.
For example: If I have a 50 GB volume and I start to run out of space, can I bump it ...
79
votes
9answers
78k 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 ...
42
votes
6answers
30k views
Amazon EC2 - Swap root instance store device with EBS device
I have an EC2 instance with "instance store" device as a root device.
Now, I would like to attach an EBS volume to that same instance,
only that I want it to be the root device.
Is that possible?
What ...
14
votes
7answers
9k views
Is there a library for iPhone to work with HMAC-SHA-1 encoding
For all operation with Amazon services(S3, EC2, SimpleDB) You need to sign all resquest with HMAC-SHA-1 Signature(http://en.wikipedia.org/wiki/HMAC , ...
5
votes
2answers
2k views
Deploy Rails Application on EC2
For the past week, I've been playing with the Rubber gem and can't seem to get it to work. I've decided it would be easier just to manually set up my EC2 instance. The problem is that I don't know ...
2
votes
3answers
4k views
Amazon s3 Folders Problem
I need off help regarding amazon s3 with folders,
The problem i get with the Amazon s3 class by undesigned is it doesnt support folders, it will only show you the full file name it gives you these ...
76
votes
9answers
25k views
Find out the instance id from within an ec2 machine
How can I find out from within an ec2 machine (user root) what my instance id is?
66
votes
6answers
28k views
Sendgrid vs Postmark vs Amazon SES and other email/SMTP API providers? [closed]
Could you please comment on the relative merits/drawbacks for Sendgrid, Postmark, Amazon SES, and other email providers? Which would you recommend, and why? Is there another email service that you ...
42
votes
12answers
22k views
Force CloudFront distribution/file update
I'm using Amazon's CloudFront to serve static files of my web apps.
Is there no way to tell a cloudfront distribution that it needs to refresh it's file or point out a single file that should be ...
40
votes
5answers
10k views
Should I persist images on EBS or S3?
I am migrating my Java,Tomcat, Mysql server to AWS EC2.
I have already attached EBS volume for storing MySql data. In my web application people may upload images. So I should persist them. There are ...
55
votes
4answers
9k views
SSH to Elastic Beanstalk instance
I just signed up for Amazon's new Elastic Beanstalk offering and loving it. What I can't figure out is how to SSH to a Beanstalk instance. I don't have a private key because Beanstalk generated the ...
17
votes
6answers
8k views
Using Amazon SES with Rails ActionMailer
What would be the best way to go about making ActionMailer send mail via Amazon SES in Rails 3?
Edit:
This is now an official gem.
gem install amazon-ses-mailer
...
20
votes
4answers
4k views
Celery with Amazon SQS
I want to use Amazon SQS as broker backed of Celery. There’s the SQS transport implementation for Kombu, which Celery depends on. However there is not enough documentation for using it, so I cannot ...
7
votes
3answers
3k views
Book list - getting book details from amazon using Excel VBA barcode lookups
I have a barcode reader and bunch of books. For each of the books, I want to list the book name and the author in an Excel spreadsheet.
My view is that some VBA code connecting to an Amazon web ...
14
votes
2answers
12k views
Do the Amazon web service APIs support barcode/UPC queries?
I skimmed through their documentation and found it a bit overwhelming at first. I know you can search for items by entering a UPC (the number below a 1D barcode), but I couldn't find a word about it ...
14
votes
4answers
3k views
Run Java EE app on EC2
Can anyone point me to the steps/resources that describe:
How to deploy a Java EE app on amazon-EC2
Maintain changes to the meta-data of the app server (deploy new applications) after an ...
6
votes
2answers
4k views
Amazon Product Advertising API signed request with Java
after many hours of tinkering and reading the whole internet several times I just can't figure out how to sign requests for use with the Product Advertising API.
So far I managed to generate a client ...
2
votes
5answers
4k views
Could not connect to SMTP host: email-smtp.us-east-1.amazonaws.com, port: 465, response: -1
I am trying to send email with Amazon's SES/SMTP and I am getting the following error:
javax.mail.MessagingException: Could not connect to SMTP host: email-smtp.us-east-1.amazonaws.com, port: 465, ...
3
votes
4answers
989 views
Amazon Product Advertising API Signature in iOS
I am trying to access Amazon's Product Advertising API in my iOS application. Creating the signature seems to be the tough part. On this page:
...
2
votes
1answer
5k views
.htaccess not working apache
I have a server from amazon's ec2 service running on linux ubuntu and I have installed apache, php, and mysql. I have added a .htaccess file in my document root /var/www/html. I entered this code in ...
4
votes
1answer
2k views
Self-Terminating AWS EC2 Instance?
Is there a way that Amazon Web Services EC2 instances can be self terminating? Does Amazon have anything that allows an instance to terminate itself ("Hara-Kiri") after running for more than say an ...
4
votes
3answers
2k views
Amazon web services and ubuntu 10.04 ec2 instance
I have created ubuntu 10.04 ec2 image and now I need to install tomcat apache and jdk6 on my instance but when ever I use the command sudo apt-get install sun-java6-jdk or sudo apt-get install tomcat6 ...
4
votes
3answers
896 views
anonymous read with amazon simpledb
I would like to query simpledb directly from the client using javascript. My application is read-heavy and I rather not route the request through my application server. Is it possible to perform a ...
3
votes
1answer
841 views
Finding AWS ElastiCache endpoints with Java
I'm trying to programmatically get a list of ElastiCache endpoints from my Java app using the latest Java AWS SDK. Things don't seem to be working - I can find a valid CacheCluster, but then when I ...
0
votes
1answer
1k views
Connecting to Mysql on AWS Elastic Beanstalk
I am relatively new LAMP dev who is trying to learn Linux primarily through AWS. I have a live Elastic Beanstalk instance up and running. I did a yum install of the following packages:
mysql55.x86_64 ...
1
vote
1answer
825 views
AWS S3 SDK Get the folder instead of a file
Below codes can get 1 single file from AWS 3 but, what about a folder?
var _key:int=Account.lessons[dl_i].id;
var dest:String = Conf.Dir+_key;
var request:GetObjectRequest = new
...
0
votes
1answer
1k views
hadoop copying from hdfs to S3
I've successfully completed mahout vectorizing job on Amazon EMR (using Mahout on Elastic MapReduce as reference). Now I want to copy results from HDFS to S3 (to use it in future clustering).
For ...
35
votes
4answers
14k views
Static hosting on Amazon S3 - DNS Configuration
I'm working on a little webapp (all client-side) I want to host it on Amazon S3. I've found several guides on this and have managed to create myself a bucket (with the same name as my domain), set it ...
13
votes
5answers
8k views
Rails based EC2 AMI
I trying to navigate my new EC2 setup and was hoping to find an AMI setup for Rails. I've been having trouble. Basically, I'm looking for something like this:
* Apache 2.2
* Ruby Enterprise Edtion ...
10
votes
1answer
6k views
How to fire EC2 instances and upload/run a startup script on each of them?
I want to automate the launch of a set of Linux EC2 instances.
Basically, I want to write a script/program that would :
Instantiate N occurences of a given AMI of mine.
For each started instance, ...
23
votes
4answers
14k views
How do I increase the EBS volume size of a running instance?
I have a server running the recent Ubuntu AMIs from Canonical. The size of the EBS boot volume is 8GB. I know that I can resize EBS volumes by taking a snapshot, creating a new volume and expanding ...
6
votes
2answers
1k views
Using AWS for parallel processing with R
I want to take a shot at the Kaggle Dunnhumby challenge by building a model for each customer. I want to split the data into ten groups and use Amazon web-services (AWS) to build models using R on the ...
11
votes
3answers
799 views
Should I learn/use MapReduce, or some other type of parallelization for this task?
After talking with a friend of mine from Google, I'd like to implement some kind of Job/Worker model for updating my dataset.
This dataset mirrors a 3rd party service's data, so, to do the update, I ...
10
votes
4answers
5k views
How could I determine which AWS location is best for serving customers from a particular region?
AWS has several locations for storage and EC2 instances to run upon with different pricing. How could I determine which location is best for a particular region. Is it intuitive (closer to your ...
9
votes
3answers
3k views
Can you use Amazon S3 via Flex?
Due to the lack of clientaccesspolicy.xml, there appears to be problems with using Amazon S3 via Flex. Are there any work arounds?
Edit: Both of the below answers are great and work, I've upvoted ...
8
votes
3answers
20k views
How can I use Amazon's API in PHP to search for books?
I'm working on a Facebook app for book sharing, reviewing, and recommendations. I've scoured the web, searched Google using every search phrase I could think of, but I could not find any tutorials on ...
14
votes
1answer
2k views
customize Elastic Beanstalk instances
We are deploying a java web application in Elastic Beanstalk. The Beanstalk by default provides Redhat instances with Tomcat7 & openjdk. But i want to customize the instances so that i can use ...
13
votes
7answers
6k views
Amazon SimpleDB
Has anyone considered using something along the lines of the Amazon SimpleDB data store as their backend database?
SQL Server hosting (at least in the UK) is expensive so could something like this ...
14
votes
7answers
7k views
Is it possible to copy all files from one S3 bucket to another with s3cmd?
I'm pretty happy with s3cmd, but there is one issue: How to copy all files from one S3 bucket to another? Is it even possible?
EDIT: I've found a way to copy files between buckets using Python with ...
7
votes
4answers
19k views
Looping through a SimpleXML object, or turning the whole thing into an array
I'm trying to work out how to iterate though a returned SimpleXML object.
I'm using a toolkit called Tarzan AWS, which connects to Amazon Web Services (SimpleDB, S3, EC2, etc). I'm specifically using ...
3
votes
1answer
2k views
Tomcat not running on Amazon EC2, Redhat Instance
I'm a java application developer, and don't know much about linux configuration.
I'm trying to install Java and Tomcat to a fresh Redhat instance on Amazon EC2, and executed the below script.
mkdir ...
16
votes
4answers
12k views
Is there an Amazon.com API to retrieve product reviews?
Do any of the AWS APIs/Services provide access to the product reviews for items sold by Amazon? I'm interested in looking up reviews by (ASIN, user_id) tuple. I can see that the Product Advertising ...
4
votes
2answers
2k views
How can I (securely) download a private S3 asset onto a new EC2 instance with cloudinit?
I'm using CloudFormation to manage a Tomcat webserver stack but am tired of doing raw AMI management for new application versions. I'd like to move in the direction of Chef but don't have the time ...
4
votes
3answers
3k views
Will moving data from EBS to ephemeral storage improve MySQL query performance?
I am using EBS volume to store MySQL data. I do have enough space on ephemeral device as well. I will move the data to /root/, provided it will improve the query performance.
Is ephemeral storage ...
4
votes
2answers
3k views
Amazon ECS API to fetch 1000 top selling books
I need the API to fetch the top selling books on Amazon. By default it only fetches the top 10 items, but I need more than 10, near about 1000 items content by using single hit.
OR
I need the way ...
3
votes
2answers
2k views
Is is possible to read a file from S3 in Google App Engine using boto?
I want to manipulate a pickled python object stored in S3 in Google App Engine's sandbox. I use the suggestion in boto's documentation:
from boto.s3.connection import S3Connection
from boto.s3.key ...
3
votes
2answers
3k views
Amazon S3 Change file download name [closed]
I have files stored on S3 with a GUID as the key name.
I am using a pre signed URL to download as per S3 REST API
I store the original file name in my own Database. When a user clicks to download a ...
5
votes
1answer
2k views
How to download an EC2 X.509 certificate with an IAM User account?
Through the AWS Identity and Access Management, I have a user account to the AWS account of my CTO (who is credited with some money).
I wanted to use this IAM user account to set up my own instances ...

