Amazon is a US-based multinational e-commerce company.
0
votes
0answers
6 views
Imagick getImageBlob to Amazon S3
Related to another question.. Amazon S3 Upload PDF and Create Cover Image
I am now able to create the image and save it to my /tmp/ folder however ideally I would like to create the image and send it ...
0
votes
1answer
11 views
ios amazon s3 uploading video file
SOS, i need help. I did image uploading on to Amazon S3, and it's working fine, but when I rewrite this code for uploading video it's somethink wrong. Is uploading MOV file, but when i try to play it ...
0
votes
0answers
9 views
Looking for an inventory controll system
I'm looking for an inventory control system that will process orders, and shipping. It must be connect with amazon and magento stores.
I've seen a few but one featured that I would love is be able to ...
0
votes
0answers
7 views
Codeigniter on Amazon EC2 - Query Result Problems
This particular query/issue has been driving me nuts. First off, everything works fine on my dev setup. No issues. When I try the same exact process on my Amazon EC2 setup, however, it doesn't. I've ...
0
votes
1answer
15 views
calling Amazon S3 from WCF service
I try to upload an image from my WCF service to Amazon S3 web server. I have the Amazon S3 code that is working in a web project and my image upload method that is uploading image in Uploded\test.jpg ...
0
votes
0answers
13 views
Amazon iOS S3 how to sort file list array by date?
I'm reading files from amazon S3 bucket like:
S3ListObjectsRequest *req = [[S3ListObjectsRequest alloc] initWithName:MY_BUCKET];
S3ListObjectsResponse *resp = [s3 listObjects:req];
// Array of file ...
0
votes
1answer
10 views
Nameservers route 53 and renew domain registration
some time ago I registered a domain with Netsons, now I changed nameservers to route53 and it points to my website on EC2. Now I don't know if i have to pay Netsons every year for registration or ...
0
votes
1answer
20 views
How connect Pentaho Data Integration with Amazon RDS
I´m having difficult with create a new connection on Pentaho Data Integration (Kettle) with Amazon RDS,
Amazon needs a CA Cert, and I dont know how to input it to connection.
Someone can help me?
...
0
votes
0answers
7 views
Is there any buyer amazon api
I have buyer account in amazon website. I have developed an application and I want to retrieve my amazon history in my application by entering the email id which I registered in amazon. Is this ...
0
votes
0answers
4 views
Amazon error: Invalid ProductType value for SKU
I am new to Amazon MWS API. I am working on Product feed and having problem with SKU. My scenario is when SKU length is less than 12 then add "WH" string with SKU value. For example if SKU is 920126, ...
-2
votes
0answers
18 views
I have interview at Amazon for SDET next week. Please help me knowing what should I prepare for? [closed]
I went through couple of posts about Amazons SDE interview questions, which mostly focus on Algorithms and Data structures. Will they all be applicable for SDET as well or will be little shallow? What ...
0
votes
0answers
12 views
How to make ItemSearch request for Japanese word “並行輸入” using Amazon Product Advertising API
I am stuck in making ItemSearch request for the keyword "並行輸入" using Amazon Product Advertising API.
When we put this word in amazon.co.jp, it gives me list of products. However, when I put request ...
0
votes
0answers
15 views
Amazon MWS Report Type “_GET_MERCHANT_LISTINGS_DATA_” result attributes meaning
In Amazon MWS API, when requesting report of type "_GET_MERCHANT_LISTINGS_DATA_"
What is the difference between the returned attributes:
product-id
listing-id
asin1
0
votes
0answers
2 views
linking to content available on itunes, amazon.com, google play and others
Okay so I'm building a web app that aggregates entertainment (TV shows, movies, other videos, podcast's ) and it's basically all sorted into genre's recent release etc. now I would like to link to ...
0
votes
0answers
14 views
How does Amazon.com implement caching of its web pages?
I have been trying to implement caching for my mobile web app. I was trying to reference Amazon.com and tried to read its response headers but was surprised that there is no mention of 'caching' in ...
-1
votes
0answers
19 views
How can i access my amazon account activities in my java application [closed]
I have developed an application. Now i want to know how to retrieve the information from amazon. example if i put 2 products in to my cart in amazon, i should be able to see in my application by ...
-1
votes
0answers
23 views
How do I do AES Amazon encryption with PHP? [closed]
I am able to upload files in Amazon server through their API and get the link of the files from bucket for download. However now my requirement is to upload this file encrypted and download its ...
0
votes
1answer
25 views
Upload an image from Android photo to Amazon S3 cloud
I am creating an Android app that suppose to upload an image into the server. I am using Eclipse(HTML5 and Phonegap) and for the upload I use WCF service in visual studio. It works fine, now I need to ...
0
votes
1answer
12 views
How I can find a path that the Amazon Mobile App SDK installed?
I have downloaded Amazon Mobile App SDK for Eclipse, but I can not find the path installed the Amazon Mobile App SDK.
Number 7 is :
In the SDK Location box, specify the path where you installed the ...
0
votes
0answers
8 views
S3CMD timed out
I'm trying to create a good script to backup my files into Amazon S3 storage service.
With that in mind, I'm using the s3cmd tool, which seem very useful for that.
But one thing is bothering me tough.
...
1
vote
1answer
35 views
Access a common crawl AWS public dataset
I need to browse and download a subset of common crawl's public data set. This page mentions where the data is hosted.
How can I browse and possibly download the common crawl data hosted at ...
0
votes
0answers
22 views
Amazon xml error: Premature end of file
I am using amazon MWS API with PHP. When i get the response of the submitted product feed, i get the error "XML Parsing Fatal Error at Line -1, Column -1: Premature end of file". I validated this xml ...
-1
votes
0answers
12 views
AWS elastic IP takes forever to load [closed]
I recently just associated an elastic IP with my EC2 instance in Amazon's web service. However, it takes forever to load now. Before the EIP was associated, using the public dns ...
0
votes
0answers
10 views
Complex Amazon SimpleDB SelectRequest
I am trying to put together a single request (instead of 10 separate ones). I want to pull the attributes for 10 items in which the names are in the int[] questionIDs. I put together the below code ...
0
votes
1answer
25 views
Using AFNetworking to GET public files from S3 and receive 403
I am trying to download PDF files from our S3 storage. The files are public, and can be accessed through a browser.
When using AFNetworking I receive a 403. The code looks like this
AFHTTPClient ...
-1
votes
0answers
19 views
What's the best Amazon Cloud setup for a medium sized website [closed]
I am moving my companies website off of a shared hosting plan on Rackspace into the Amazon cloud. Our website maintains, on average, about 15-20 active users at any one time. It is built on WordPress, ...
0
votes
1answer
15 views
Amazon products API for Amazon Instant Video
With Amazon products API, I want to get first products found in categories "DVD" and "Amazon Instant Video" with keyword "my movie".
Thanks to https://github.com/Exeu/Amazon-ECS-PHP-Library it works ...
0
votes
1answer
23 views
Amazon MWS API, listing seller's products that is updated after a specific date
I am trying to list the products of a seller (using marketplaceID) that is created or updated after a specific date.
I tried RequestReport with ReportType "_GET_MERCHANT_LISTINGS_DATA_" and setting ...
0
votes
1answer
30 views
Sending HTML Mails from Amazon SES using PHP SDK
I am working on a service that sends emails from AWS SES service. I have been able to send plain text mails but I require to send rich HTML mails in one of the case. This is the code that I use:
...
0
votes
0answers
5 views
want to take snapshot before amazon ami shutdown activity happened?(not manually)
i want to take a snapshot of a ami before amazon ami shutdown activity happened.
Suppose my Amazon AMI name is ami-102s8sa
now i want to terminate this AMI. So i want to write a script which will ...
0
votes
0answers
21 views
amazon S3 or EBS
I created Amazon EC2 instance to host mvc.net developed application. Now I have an requirement where I need to store images for my resources.which is best place to use store images and how to fetch ...
0
votes
0answers
7 views
Store, fetch and map images from amazon webservice in MVC Dotnet Application
I'm new to Amazon webservice. I created a instance in AWS EC2 to publish my website.Now I have an requirement.
I have resources where each resource must be able to choose the images(as profile ...
0
votes
1answer
30 views
Calculate an RFC 2104-compliant HMAC with the SHA256 hash algorithm in ruby
I was going through the Amazon Product Advertising API REST signature docs and I got stuck at #8
Calculate an RFC 2104-compliant HMAC with the SHA256 hash algorithm using the string above with ...
-3
votes
0answers
48 views
Which PAAS (platform as a service) is the best choice? [closed]
I have launched a couple of apps already. I am planning to have one backend server to manage all apps push notification, updates and webservice communication etc. I search around on internet. Maybe ...
1
vote
0answers
16 views
block device mappings for Amazon aws/ec2 images
I have two related questions - or problems - with the Amazon ec2 API.
While I really want to use python and the boto package and that's how I
present the code below, I get exactly the same results ...
0
votes
2answers
31 views
Fonts served over Cloudfront from s3 are forbidden
I am using Cloudfront to serve assets stored in s3. Most of the files work fine, but some do not, specifically my fonts.
I am completely stumped as to why:
...
0
votes
2answers
32 views
Setting up the crontab on amazon ec2 cloud (Linux server)
I need to run a php file on every 2 hours, so i am using this command
* */2 * * * /usr/bin/php /var/www/html/sports/webservices/rss-insert.php
i am also using this
* */2 * * * php ...
0
votes
0answers
30 views
How can I sell Amazon products without using aStore or Amazon links?
I have this website where I sell some products. Mostly because I like Amazon's fast delivery and competitive retail prices, I would like to sell their products to my clients.
Here is the issue: I ...
0
votes
1answer
21 views
How to validate Amazon access key and secret key is correct?
I wrote a function to validate the AWS keys by just creating the ec2 connection object
try:
ec2Conn = boto.ec2.connect_to_region(region,aws_access_key_id=access_key, ...
-1
votes
0answers
32 views
Transfer File From Windows Computer to Linux EC2 Instance [closed]
I have searched for a tutorial on transferring data to and from an EC2 instance, but have not been able to find an explanation of how to do so in command line. How do I transfer files from my desktop ...
0
votes
0answers
30 views
Getting Error SignatureDoesNotMatch while creating bucket in amazon using s3 library of Zend
I am getting the following error while creating a bucket in Amazon using Zend's s3 library:
AmazonS3 367 SignatureDoesNotMatch. The request signature we calculated does not match the signature you ...
0
votes
1answer
59 views
Why does my HTML5 aside section not display in my page?
I added the following into my _SiteLayout.cshtml, just above the section:
<aside class="amazad">
<script type="text/javascript"><!--
amazon_ad_tag = "platypus-42"; ...
0
votes
1answer
30 views
Amazon Web Services with iOS
Good Day,
I have been more or less coding my own PHP scripts and using mysql for server-side stuff on my own server. I am quite interested in trying Amazon Web services.
Can I know if there is a ...
-1
votes
0answers
18 views
Automated updates from MS SQL to Amazon RDS MySQL [closed]
I have a Windows EC2 instance running a web based BI app. The instance has a local MySql database that the app uses to run itself (low load, nothing major). This BI app uses an Amazon RDS MySql ...
0
votes
1answer
28 views
How to remove RequestTimeTooSkewed check from Amazon?
I have a Java 7 "agent" program running on several client machines (mostly Windows XP). My "agent" uploads client files to Amazon S3 and often I get this error:
RequestTimeTooSkewed
I know this is ...
0
votes
0answers
12 views
Amazon product advertising API: How do i submit unit-count and display-volume
I'm new to Amazons API and I'm stuck with product feed xml. I want to send following params to amazon.
1: unit-count
2: unit-count-unit-of-measure
3: display-volume
4: display-volume-unit-of-measure
...
0
votes
0answers
39 views
Amazon products MWS - Get product price info
I am using Amazon's MWS to get our customer's sales data to our local database.
I am able to get most of the info from 'Orders' API. To get the product info, I am using Amzon's 'Marketplace ...
-1
votes
0answers
10 views
How to access URL or Endpoint Address using rds-describe-db-instance?
While using rds-describe-db-instances , a table is returned which contain many other parameters.I just require Endpoint Address.
0
votes
1answer
24 views
Amazon Product API: Redirect to URL/ send parameter (postback) after Amazon sale
Using Amazon associates I advertise a link. How do I get a parameter back after a sale has been made? (cid)
I want to redirect to a url after the conversion, or to shoot a parameter back to my site, ...
0
votes
0answers
30 views
How to stop downloading option which streaming videos fro amazon s3?
I am creating a tutorial website and i have saved all my videos in amazon S3. When i stream it on my website i do get video downloading option using download managers. So anyone help me in stopping ...


