amazon

In Amazon EC2, how do I make it run a python script when I "clone" that instance?

Suppose I have a script in /home/myuser/go.py How do I run that script, when a new instance is booted? (I'm used to using the point-and-click control panel Amazon has...) ...

Usinng Amazon API to mark orders as shipped?

I'm trying to use the Amazon Merchant API (I think that's the name of it, I can't find docs anywhere...) to mark orders as shipped. We process orders in an internal system, and I need a way to find the corresponding amazon order, and confirm shipment -- basically the same thing you do manually from the orders tab of your seller account. ...

Creating a Contact Form with Amazon Astore

Currently I have an amazon store that I am maintaining. I haven't really used this type of CMS before and I browse to the Contact page where there is a contact widget. Standard contact form: name, email, subject, message with standard validation checks. However, the form action="#" and onsubmit="validate()" I'm wondering if anyone has h...

Amazon FPS vs PayPal vs Google Checkout

I'm in the very early stages of planning a new website. I would like to offer payment processing for two distinct use cases: Accepting payments from users to me for SaaS functionality on a recurring basis. Facilitating payments between users of the website. The ratio of users making payments to users receiving payments will be appro...

how to convert character encoding with ruby 1.9

i am currently having trouble with results from the amazon api. the service returns a string with unicode characters: Learn Objective\xE2\x80\x93C on the Mac (Learn Series) with ruby 1.9.1 the string could not even been processed: REXML::ParseException: #<Encoding::CompatibilityError: incompatible encoding regexp match (UTF-8 regexp w...

Log in to Amazon seller central using .NET HttpWebRequest

I need to scrape order information from our Amazon seller central account so I am trying to access it using HttpWebRequest from a .NET forms app. I know it is not that hard to get logged in because if I open this local HTML in IE: <html> <body> <form action="https://sellercentral.amazon.co.uk/gp/sign-in/sign-in.html/ref=ag_login_lgin_my...

Syncronizing S3 buckets

I have a S3 bucket that contains ~40 gigs of files - these files will be served via a production server We also have a staging server which needs a subset (if not all) the files in the production environment (to make sure we have a environment for testing purposes). I would like to know if there was a simple way to sync 2 buckets (prod...

Lucene index of Amazon browse nodes

Has anybody tried to create a lucene index of Amazon browse nodes? If so, how should one go about doing this? Does it cost anything to crawl the browse nodes yourselfe? ...

Amazon Product Advertising API signed request with Java

Hello, 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 from the provided WSDL file. I used a tutorial by Amazon for this. You can find it here: Tutorial for generating the web service ...

Python: Amazon AWS interface?

Googling reveals several Python interfaces to Amazon AWS. Which are the most popular, feature-complete, etc? ...

How to get book metadata?

Hi everyone, My application needs to retrieve information about any published book based on a provided ISBN, title, or author. This is hardly a unique requirement---sites like Amazon.com, Chegg.com, and even software like Book Collector seem to be able to do this easily. But I have not been able to replicate it. To clarify, I do not ne...

Good iPhone Programming Books?

Looking at some of the reviews on Amazon, I can't help but wonder whether reviews can be trusted anymore - it seems that most iPhone programming book authors have a social network large enough to just mass-perk their friends to post faked good reviews. Anyway, so my question is, what are the good iPhone programming books that you know of...

Amazon S3 Browser Based Upload - Prevent Overwrites

We are using Amazon S3 for images on our website and users upload the images/files directly to S3 through our website. In our policy file we ensure it "begins-with" "upload/". Anyone is able to see the full urls of these images since they are publicly readable images after they are uploaded. Could a hacker come in and use the policy d...

Match sub-string within a string with tolerance of 1 character mismatch

Hi, I was going through some Amazon interview questions on CareerCup.com, and I came across this interesting question which I haven't been able to figure out how to do. I have been thinking on this since 2 days. Either I am taking a way off approach, or its a genuinely hard function to write. Question is as follows: Write a function i...

How to solve problem with refreashing our uploaded content on Amazon S3?

Hi, We have a problem with refreashing our uploaded content on Amazon S3. We are keeping our software updates on amazon s3. We overwrite old version of our software by new versions on S3. Sometimes our users get old verions of files, when new versions already uploaded and new files located on S3 more then 10 hours already Step by step ...

Amazon Elastic Cloud Computing (EC2) service / Static IP permitted?

Hi, We are planning to have an application run on Amazon's cloud which requires a static IP for it to work. However it appears from Amazon's documentation that static IPs are NOT allowed... http://aws.amazon.com/ec2/#features --> Elastic IP Addresses http://developer.amazonwebservices.com/connect/message.jspa?messageID=65389 ...

Amazon Product API: ItemLookup with Multiple ASINs

Hi All, So I'm having a bit of trouble figuring out why I get a particular error. [NOTE: I've masked my AccessKey and Signature parameters] The url below returns valid xml for ONE product. http://ecs.amazonaws.com/onca/xml?AWSAccessKeyId=[myAccessKey]&amp;IdType=ASIN&amp;ItemId=B002UD52WQ&amp;Operation=ItemLookup&amp;ResponseGroup=Me...

python s3 using boto, says 'attribute error: 'str' object has no attribute 'connection'

I have a connection that works as I can list buckets, but having issues when trying to add a object. conn = S3Connection(awskey, awssecret) key = Key(mybucket) key.key = p.sku key.set_contents_from_filename(fullpathtofile) I get the error: 'attribute error: 'str' object has no attribute 'connection' the error is in the file: /us...

Joomla - sudden issue with Flash objects?

I developed an entire site using Amazon's flash widgets. Then I applied a class to the widget which made copy flow around it. Everything worked fine. Suddenly, however, Joomla is indicated the OBJECT code with a Flash icon in TinyMCE. That's never happened before. And secondly, I can't apply a class id to the Amazon widget. Has anyone ...

Amazon, AWS - What is a remap and how to calculate the costs

hi everyone, i got the first report for my account activity. the costs for remapping the elastic ip are quite expensive in relation to the cpu hours. my instance is running from 8 to 21 from monday to friday and from 8 to 9 on saturday and sunday. the start script at 8 associates an elastic ip. could anyone please explain me how to ...