Tagged Questions

Amazon Web Services(AWS) is a collection of commercial services centered around virtualised, commodity and clustered Computing, Networking, Database and Storage and supporting tools that are offered as Infrastructure as a Service

learn more… | top users | synonyms (1)

70
votes
5answers
15k views

Benefits of EBS vs. instance-store (and vice-versa)

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 ...
47
votes
7answers
21k views

Growing Amazon EBS Volume sizes

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 ...
32
votes
7answers
7k views

What's the point of using Amazon SimpleDB?

I thought that I could use SimpleDB to take care of the most challenging area of my application (as far as scaling goes) - twitter-like comments, but with location on top - till the point when I sat ...
31
votes
6answers
21k 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 ...
29
votes
3answers
9k views

Find out the instance id from within an ec2 machine

How can I find out, from within an ec2 machine (user root) what is my instance id?
28
votes
2answers
7k views

What happens when I reboot an EC2 instance?

When I reboot an EC2 instance, do I get the initial image again, or is the state of the hard disk before the reboot kept? And what happens with billing, does the hour start again, or do I continue ...
21
votes
6answers
8k 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 ...
20
votes
6answers
28k 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 ...
18
votes
12answers
8k views

Amazon AWS Route 53 GUI tools?

do you know any AWS Route 53 gui tools out there, other than MyR53DNS? cheers, /Marcin
18
votes
4answers
4k 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 ...
16
votes
1answer
1k views

How does Amazon RDS backup/snapshot actually work?

I am an Amazon RDS customer and am experiencing daily amazon RDS write latency spikes, corresponding roughly to the backup window. I will also see spikes at the end of a snapshot (case in point: ...
16
votes
8answers
6k views

Amazon EC2 as web server?

I have thought a lot recently about the different hosting types that are available out there. We can get pretty decent latency (average) from an EC2 instance in Europe (we're situated in Sweden) and ...
16
votes
1answer
6k views

Add Keypair to existing EC2 instance

I was given AWS Console access to an account with 2 instances running that I cannot shut down (in production). I would however like to gain SSH access to these instances, is it possible to create a ...
16
votes
2answers
354 views

How can I make R take advantage of a high memory, high cpu server?

SO I've finally figured out how to get my R scripts to run on the Amazon EC2 cloud. I've been using an AMI with 26 ECUs, 8 Cores, and 69 gigs of RAM. I then divide up my code into multiple scripts, ...
15
votes
6answers
3k views

Amazon products API - Looking for basic overview and information

After using the ebay API recently, I was expecting it to be as simple to request info from Amazon, but it seems not... There does not seem to be a good webpage which explains the basics. For ...
15
votes
3answers
995 views

Impact of AWS Account Identifiers

I'm using Amazon's tools to build a web app. I'm very happy with them, but I have a security concern. Right now, I'm using multiple EC2 instances, S3, SimpleDB and SQS. In order to authenticate ...
14
votes
11answers
1k views

Have you made interesting use of Mechanical Turk? [closed]

I would like to hear about interesting projects which made use of Amazon's Mechanical Turk.
13
votes
1answer
1k 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 ...
13
votes
5answers
5k views

Can you attach Amazon EBS to multiple instances?

We currently use multiple webservers accessing one mysql server and fileserver. Looking at moving to the cloud, can I use this same setup and attach the EBS to multiple machine instances or what's ...
13
votes
4answers
2k views

What's the best python soap stack for consuming Amazon Web Services WSDL?

Python has a number of soap stacks; as near as I can tell, all have substantial defects. Has anyone had luck consuming and using WSDL for S3, EC2, and SQS in python? My experience is that suds fails ...
11
votes
2answers
408 views

What are the advantages of the new Heroku Java support over Amazon Elastic Beanstalk

We're trying to decide whether to host our play! framework and mysql Java app on Amazon's Elastic Beanstalk or the new Heroku Java offering. I'm having trouble figuring out what the advantages of ...
11
votes
5answers
5k 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 ...
11
votes
7answers
8k 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 , ...
10
votes
3answers
530 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
1answer
783 views

Keeping a secret key secret with Amazon Web Services

I'm playing around with using amazon web services in my personal project. I've grabbed their AWS SDK for .NET and I'm using that, but I'm a little confused. Access to the web service (in this case, ...
10
votes
8answers
3k views

Deploying on EC2

This question is for anyone who has actually used Amazon EC2. I'm looking into what it would take to deploy a server there. It looks like I can start in VirtualBox, setup my server and then export ...
10
votes
7answers
3k views

Is there a way to have index.html functionallity with content hosted on S3?

Is there a way to make S3 default to an index.html page? E.g.: My bucket object listing: /index.html /favicon.ico /images/logo.gif A call to www.mysite.com/index.html works great! But if one were ...
9
votes
1answer
406 views

EC2 instance image on VirtualBOX?

Is there any way of getting the saved EC2 instance image and running it on virtualbox on my personal computer?
9
votes
2answers
1k views

Running Hudson on EC2

I am planning to install Hudson on Amazon EC2 using Ubuntu image. The code I am going to test does not have a big memory overhead - I will be executing mainly python unit tests. Which EC2 instance ...
9
votes
2answers
2k views

Alternatives to Amazon Product Advertising API

I need access to a product API that includes books, movies, and games. I want to get very simple data like images, titles, and descriptions by passing in keywords or (ideally) UPC. I'm willing to pay ...
9
votes
2answers
7k 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 ...
9
votes
2answers
4k views

What's the best method for passing AWS credentials as user data to an EC2 instance?

I have a job processing architecture based on AWS that requires EC2 instances query S3 and SQS. In order for running instances to have access to the API the credentials are sent as user data (-f) in ...
9
votes
2answers
29k views

SSH into Amazon EC2 Instance

I'm working to set up Panda on an Amazon EC2 instance. I set up my account and tools last night and had no problem using SSH to interact with my own personal instance, but right now I'm not being ...
8
votes
3answers
419 views

What are the pros and cons of DynamoDB with respect to other NoSQL databases?

We use MongoDB database add-on on Heroku for our SaaS product. Now that Amazon launched DynamoDB, a cloud database service, I was wondering how that changes the NoSQL offerings landscape? ...
8
votes
3answers
530 views

Are there any API's for Amazon Web Services PRICING?

Are there any API's that have up-to-date pricing on Amazon Web Services? Something that can be queried, for example, for the latest price S3 for a given region, or EC2, etc. thanks
8
votes
4answers
1k views

How to make 10,000 files in S3 public

I have a folder in a bucket with 10,000 files. There seems to be no way to upload them and make them public straight away. So I uploaded them all, they're private, and I need to make them all public. ...
8
votes
2answers
4k views

Possible reasons for timeout when trying to access EC2 instance

I cannot SSH into my instance - Operation timed out. What could be the reasons why, and what can I do to resolve it? Rebooting normally takes a long time to take effect, and might just makes things ...
8
votes
1answer
1k views

Amazon S3 object redirect

Is it possible to put a redirect header on a s3-object? Like a 301 redirect. For example: mybucket.amazon-aws.com/myobject --> example.com/test Preferably by setting a header like this on the ...
8
votes
5answers
2k views

Web based client for Amazon S3

We are looking for a secure online solution to access our files stored on Amazon S3. We have about 3K files, mostly media and documents, that we need to make available to our employees on the move. We ...
8
votes
4answers
1k views

Storing My Amazon Credentials in C# Desktop App

I'm Looking at using Amazon S3 and simpleDB in a desktop application. The main issue I have is that I either need to store my aws credentials in the application or use some other scheme. I'm ...
8
votes
6answers
806 views

What do you need to take into consideration when deciding between MySQL and Amazon's SimpleDB for a RoR app?

I am just beginning to do research into the feasibility of using Amazon's SimpleDB service as the datastore for RoR application I am planning to build. We will be using EC2 for the web server, and had ...
7
votes
1answer
114 views

Azure/AWS ORM Design Guidelines

I'm designing and implementing .Net ORM that must support both Azure Storage (tables, queues, blobs) and AWS Storage (EBS, SimpleDB, S3) and hide all implementation details behind a common interface. ...
7
votes
3answers
223 views

Pros/cons of MongoDB or MySQL for this purpose

I'm looking for a bit of help or guidance on which database to use for a project. If you can raise any points, or note flaws, answer any questions or promote either database type for the purpose I'm ...
7
votes
5answers
3k 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 ...
7
votes
4answers
1k 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 ...
7
votes
2answers
1k views

Final GAE vs AWS architectural decision

I know this has been asked one way or another before, but most of the main issues to do with GAE stability seem to have been asked around the end of 2008, early 2009, or aren't directly related to ...
7
votes
2answers
992 views

Amazon EC2 recommended books [closed]

We're considering Amazon EC2 for a project. I'd appreciate some recommendations for books or other learning resource that were essential, practical, and helped you have an easier time with this ...
7
votes
4answers
1k views

Can you create a HIPAA compliant Amazon S3 Web Application?

I am facing some questions when trying to design an S3 application using ASP.NET MVC and trying to stay HIPAA compliant. My initial plan was to require an SSL connection to my web server, encrypt the ...
7
votes
1answer
3k views

Stop an Amazon EC2 instance with “instance store”

I have an EC2 instance with "instance store" device as a root device (I did not know the difference between it and EBS before launching it). I would like to stop it but I can not do it with the ...
7
votes
2answers
3k views

how do I deploy Django on AWS?

I'm looking to deploy a django app on AWS (since I have some credit coupon) and am looking for a good place to read about it - mostly b/c I never used it before. thanks

1 2 3 4 5 29