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
0
votes
0answers
6 views
Understanding the costs and constraints of the AWS Free Usage Tier
I am new to the cloud and trying to understand the particulars of the AWS Free Tier - Windows Instance(s). Our application’s main requirement is maximum availability.
I have read much about AWS and ...
0
votes
0answers
6 views
Amazon product Api ~ Relationship between SearchIndex and ProductGroup?
I am currently using the amazon advertising api and I understand how you can specify the SearchIndex to tailor the results by index/department. (SearchIndex = All, Books, Toys, Kitchen, etc)
In the ...
0
votes
3answers
139 views
Use CurrentLocation for Continent iPhone
Is there a way to find out the users location Continent? I need to set an AWS entry point based on if they open the app in the US, or Europe. etc.
Is there a way to do this without taking GPS ...
-1
votes
0answers
9 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
1answer
11 views
How to fetch the CloudWatch metrics data for EC2 instances
I want to fetch the Cloudmetrics data for my EC2 instance so that I can draw graphs using those data and display it on my android device. How do I do that? Is there any sample program or tutorial for ...
0
votes
0answers
2 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
15 views
AWS ELB v.s. node-http-proxy reverse proxy for load balance
I have a web service. It is deployed on 4 AWS EC2 machines to balance the load from the clients. I'm considering two solutions. One is using the AWS ELB. The other is using node-http-proxy to ...
0
votes
1answer
19 views
Computing power of AWS Elastic Beanstalk instances
I have a CPU-intensive application that I'm considering hosting on 1+ AWS Elastic Beanstalk instances. If at all possible, I'd like to throttle it so that I don't dip over the "free" utilization of ...
0
votes
0answers
16 views
Server Sockets and Amazon EC2
I have a problem with the EC2 Instance (Medium), which is relatively powerful compared to my laptop, but I recently made a applet on the server side that accepts socket connections.
The client will ...
1
vote
0answers
10 views
can jsf/primefaces application be hosted out of AWS
Is it possible to use AWS services to host an application build in following technologies
jsf2/primefaces3
tomcat 6
mysql 5
Apart from these I need email services, blog etc a conventional java ...
0
votes
1answer
15 views
UDP Service with amazon web services
Good Day,
I have been using AWS quite a bit for my cloud based system for a hardware project. Using SimpleDB and the notification service provided is great.
However, I need a backend on AWS that ...
8
votes
5answers
5k views
Solution for local ip changes of AWS EC2 instances
Amazon only gives you a certain number of static ip address and the local (private) ips of each EC2 instance can change when the machine is restarted. This makes creating a stable platform where EC2 ...
0
votes
1answer
17 views
How to download file from aws s3 using python without using key
I need to download an xml file from AWS-S3.
I tried using get_contents_to_filename(fname) , it worked.
But i need to download the file without specifying fname, because if i specify the fname my ...
0
votes
1answer
14 views
Amazon S3 REST API; how is the API-key transferred firsttime between client and service?
Within my research I came across many different sources, but somehow I fail to see, which side is generating the private API-key and how is the other side getting hold of it.
Many people recommend ...
0
votes
1answer
17 views
AWS PHP sdk — selected services
I would like to use some parts of the AWS PHP SDK (https://github.com/aws/aws-sdk-php). However, the whole set is pretty heavy-- lots of files and functionality I don't need. I really only need to ...
9
votes
7answers
3k views
Amazon S3 standalone stub server
I seem to recall reading about an Amazon S3-compatible test server that you could run on your own server for unit tests or whatever. However, I've just exhausted my patience looking for this with both ...
4
votes
5answers
993 views
How to upload to S3 with Pause/Resume support?
I would like to know how to upload a file to Amazon S3 with 'Pause and Resume' support? (Via a web browser).
Are there any sample web applications available? Any programming language / framework is ...
0
votes
0answers
9 views
Getting peewee to work on elastic beanstalk
I'm trying to install the peewee package on an elastic beanstalk instance to control a bottle application. I think the problem is with the MySQL-python dependency, but peewee doesn't load either. My ...
0
votes
1answer
17 views
Getting “ImportError: cannot import name HTTPSConnection” error in Python 2.7
I'm trying to deploy django in AWS ElasticBeanstalk.
While I was following the steps as shown here, I'm stuck with the command, "eb init".
I'm using Python 2.7 in Ubuntu 12.10 (vmware)
I'm getting the ...
1
vote
1answer
16 views
Setting up JMeter for Distributed testing in AWS with connectivity issues
I have to do distributed testing using JMeter. The objective is to have multiple remote servers in AWS controlled by one local server send a file download request to another server in AWS.
How can I ...
1
vote
2answers
21 views
Serving S3 on a EC2 server
We've got a bunch of static assets on S3 that we'd like to securely serve.
Due to the fact that we can't use custom domain names and SSL certificates, and wanting to integrate with our existing auth ...
2
votes
2answers
26 views
DynamoDB migration from AWS Java SDK 1.4.1 to 1.4.2
Has anyone made the change to the new namespaces and interface in the AWS Java SDK 1.4.2+ for DynamoDB? The release of Local Secondary Indices apparently necessitated breaking changes as per the 1.4.2 ...
0
votes
0answers
18 views
AWS says “Account needs subscription” on every service even though I already signed up [closed]
I don't know who to ask because Amazon doesn't have free technical support. So I'll try here.
Did anyone have situation that AWS says "Account needs subscription" on every service even though I ...
0
votes
1answer
9 views
Referencing env variables from Elastic Beanstalk .ebextensions config files
Is it posssible to reference the PARAM1 / PARAM2 etc.. container environment properties from the .ebextensions config files. If so, how? I tried $PARAM1 but it seemed to be an empty value.
I want to ...
1
vote
3answers
31 views
AWS EC2 billed hours per instance in a given time period
My CIO is asking me for a monthly "per instance" breakdown of EC2 charges, as some of our EC2 instances are run on behalf specific customers. Does anyone know how to accomplish this?
I can use java, ...
0
votes
1answer
11 views
Private_pub with SSL on AWS
I'm trying to run a separate secure pub/sub thin server using private_pub (which uses faye) and the instructions for serving over SSL: ...
0
votes
1answer
38 views
Calculate a base64 encoded MD5 hash for Amazon MWS in Delphi Indy10
I am trying to submit a feed to Amazon MWS. The problem is that Amazon says that the Md5 hash I submitted does not match their calculations, so my request was rejected.
This is the code i use to ...
0
votes
0answers
16 views
Proxy Error After Loopback Connection To Localhost On AWS Elastic Beanstalk Server
I have an GWT/AJAX application that needs to provide snapshots to the Google crawler. To do this, I use the HtmlUnit headless browser to fetch a snapshot from the servlet when an _escaped_fragment_ ...
0
votes
1answer
17 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:
...
2
votes
2answers
466 views
AWS S3 .NET SDK
I am using Unity3D, and have try to use S3 .NET SDK. But keep getting below error:
TlsException: Invalid certificate received from server. Error code: 0xffffffff80092012
...
2
votes
2answers
3k views
Creating A New MySQL User In Amazon RDS Environment
I need to create a new MySQL user with limited permission on an existing Amazon RDS instance. After encountering a couple error messages I was sort of able to do this using the official MySQL ...
0
votes
0answers
9 views
Get ebook ISBN/EAN from book ISBN/EAN [closed]
I wonder whether there is a way to get the ISBN or EAN of the ebook version of a book when I already have the ISBN or EAN of the physical book. I would like to do this programmatically, so I cannot ...
0
votes
0answers
5 views
Using get_file() in amazon s3 throws attribute error
I need to download some file from amazon using get_file.
this is my code:
import boto
conn = boto.connect_s3()
from boto.s3.key import Key
key = ...
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
17 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
6 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 ...
1
vote
1answer
53 views
Copy Remote MS SQL AWS RDS Database to Local Development Machine?
Can anybody tell me how to copy my AWS RDS database to my local development machine?
Is there anyway to do this? I am using MS SQL and the remote RDS Instance was created
alongside an Elastic ...
-1
votes
1answer
10 views
How can I access the user-data from within AWS instance using python? [closed]
Can someone help me on accessing the user-data from instance using python code?
My user-data is in xml format.
Using urllib or using subprocess, how should i access it?
Thanks in advance!!!
0
votes
0answers
14 views
Batchgetitems function in PHP in AWS SDK for PHP 2
I am implementing a Dynamodb of AWS using there AWS SDK for PHP 2 (i think it is latest one).
I am able to create table, getting items from single table, putting items in multiple table
but when i try ...
0
votes
1answer
20 views
How to host .NET website on amazon web service?
I want to host a .NET website on amazon web service. I did a bit research on google and found that AWS EC2 provides such facility but i cannot understand what it is and what other components(services) ...
0
votes
2answers
63 views
Moving MySQL table to AWS DynamoDB - how to set it up?
I have this table on a RDS instance:
+--------------+---------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
...
3
votes
1answer
260 views
Custom Rendering Extensions in cloud Reporting Services
We want to have scalable Reporting services. And we need to install Custom Rendering Extensions on this scalable Reporting Services. This is the main requirement for us. SQL Azure Reporting doesn't ...
9
votes
7answers
6k views
AWS S3 copy files and folders between two buckets
I've been looking for a tool to help me copy content of an S3 bucket into a second bucket without downloading the content first to a local system.
I've tried AWS S3 console copy option but that ...
0
votes
1answer
23 views
sending an email with aws nodejs sdk (using the aws sdk nodejs docs)
I'm not able to understand the AWS NodeJs SDK docs. Specifically, I'm trying to generate sample json params for the sendmail method. Does anyone have a sample json structure for sendmail, or does ...
3
votes
7answers
5k views
How can I update files on Amazon's CDN (CloudFront)?
Is there any way to update files stored on Amazon CloudFront (Amazon's CDN service)?
Seems like it won't take any update of a file we make (e.g. removing the file and storing the new one with the same ...
41
votes
12answers
21k 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 ...
1
vote
1answer
35 views
Migrating SQL Server database from AWS to Azure
I have a large database in an AWS instance running SQL Server 2008 on a Windows Server 2008 R2.
The database is constantly changing and writing information, and its size is about ~100GB
I wish to ...
0
votes
2answers
58 views
Downloading files from amazon s3 using django
I am new to the Django framework, I was trying to generate a link to download files from Amazon S3. I got this error when I tried to load the template page:
Reverse for ...
4
votes
4answers
3k views
AWS S3: how do I see how much disk space is using
I have AWS account. I'm using S3 to store backups from different servers. The question is there any information in AWS console about how much disk spase is using on my S3 cloud?
Thanks
1
vote
1answer
47 views
AWS Java delete snapshot created with CreateImage
I have used the Java API for AWS for some time now but somehow I can't find how to delete a snapshot that was created with a CreateImage request.
This request will provide you with an Image ...



