Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [amazon-web-services]

When asking about Amazon Web Services (AWS), specify which services you are using. Provide details on your architecture/configuration - do not include proprietary or sensitive information this is a public forum. Share relevant parts in a code block along with language tags. Specify the SDK/CLI version. Detail troubleshooting steps taken. The AWS tag is rarely used alone and should be used with other tags to more clearly define the topic of the question.

amazon-web-services
49 votes
7 answers
85k views

How to write a string to Amazon S3 bucket?

How can I add a string as a file on amazon s3? From whaterver I searched, I got to know that we can upload a file to s3. What is the best way to upload data without creating file?
Sourabh's user avatar
  • 4,705
4 votes
2 answers
4k views

how to get books information from amazon web service

I'm totally new to Amazon Web Service. I need to get book info from Amazon for my web app. I checked out Amazon Web Service but there are so many products and services. Which one should I focus on?
Ohana's user avatar
  • 53
1 vote
1 answer
952 views

How to digitally sign soap request using visual studio 2008

I'm using a web reference generated from a .wsdl file. I've also examined the Amazon web service example but couldn't get it working. Enclosed is an example of the soap request. <soap:Envelope ...
liz deasy's user avatar
0 votes
1 answer
358 views

"Unable to associated Elastic IP with cluster" in Eclipse Plugin Tutorial

I am currently trying to evaluate AWS for my company and was trying to follow the tutorials on the web. http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2241 However I get the ...
Jeffrey Chee's user avatar
2 votes
2 answers
331 views

Any client libraries that implement MVCC over Amazon SimpleDB?

Now that Amazon's SimpleDB implements consistent reads and conditional update/delete it is possible to implement cross-domain transactions using MVCC. Are there any client libraries that provide it?
DavidJ's user avatar
  • 4,517
8 votes
1 answer
17k views

Retrieve binary data from S3 storage through AWS.NET in C#

I've tested most of the included samples in the AWS SDK for .NET and they all works fine. I can PUT objects, LIST objects and DELETE objects in a bucket, but... lets say I delete the original and ...
BerggreenDK's user avatar
  • 4,973
7 votes
3 answers
24k views

EC2 - taking an EBS snapshot, saving to S3, and then launching instances from S3

I like the convenience of taking an AMI snapshot - but ideally I do no want to pay for the volume to be attached to my running instance. Is there a way to save a snapshot instance to S3 and then ...
git-noob's user avatar
  • 5,877
3 votes
2 answers
8k views

How to get the list of price offers on an item from Amazon with python-amazon-product-api item_lookup function?

I am trying to write a function to get a list of offers (their prices) for an item based on the ASIN: def price_offers(asin): from amazonproduct import API, ResultPaginator, AWSError from ...
ria's user avatar
  • 7,408
0 votes
1 answer
729 views

What's the best way to serve images across an EC2 cluster on AWS?

We want to be able to have a folder that can securely serve images across a cluster of web servers. What's the best way to handle this with Amazon Web Services (AWS)? Amazon S3? Amazon Elastic Block ...
bmilner's user avatar
  • 43
4 votes
1 answer
3k views

MySQL in AWS EC2 - How does it scale?

When you move beyond using one instance for your database, what is the best practice when using EC2? If the first instance is a master and you're spinning up slaves, they would need to scan the ...
weotch's user avatar
  • 5,858
95 votes
14 answers
81k views

Auto Shutdown and Start Amazon EC2 Instance

Can I automatically start and terminate my Amazon instance using Amazon API? Can you please describe how this can be done? I ideally need to start the instance and stop the instance at specified time ...
Pasta's user avatar
  • 2,491
7 votes
3 answers
531 views

How can I script an alert for when my Amazon Web Service usage goes above a certain amount?

We're using S3, SimpleDB and SQS on quite a complicated project. I'd like to be able to automatically track their usage, to be sure we don't suddenly spend large amounts of money when we didn't ...
frabcus's user avatar
  • 910
2 votes
4 answers
735 views

Processing live feed of logs from web server using Hadoop

I want to process the logs from my web server as it comes in using Hadoop (Amazon Elastic mapreduce). I googled for help but nothing useful. I would like to know if this can be done or is there any ...
user144390's user avatar
6 votes
2 answers
760 views

SimpleDB to ActiveResource. Rails

Im looking for a way to map an ActiveResource to SimpleDB I want to avoid plugins/gems as all I have used are outdated/buggy/not mantained It doesnt seem hard, I wonder if any of you have ...
Victor's user avatar
  • 23.7k
25 votes
4 answers
33k views

How do I include external Libraries in CodeIgniter?

I'm new to codeigniter, and I'm trying to integrate amazon's FPS into my page. There are a bunch of libraries and models that go with Amazon FPS, which I would need included to make the appropriate ...
itwasthewind's user avatar

15 30 50 per page